|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractField
Abstract class AbstractField
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.openmdx.ui1.cci2.Element |
|---|
Element.Identity |
| Method Summary | |
|---|---|
String |
getBackColor()
|
String |
getColor()
|
String |
getFontColor()
|
String |
getFontName()
Retrieves the value for the attribute fontName. |
BigDecimal |
getFontSize()
Retrieves the value for the attribute fontSize. |
boolean |
isFontBold()
Retrieves the value for the attribute fontBold. |
boolean |
isFontItalic()
Retrieves the value for the attribute fontItalic. |
boolean |
isFontStrikeout()
Retrieves the value for the attribute fontStrikeout. |
boolean |
isFontUnderline()
Retrieves the value for the attribute fontUnderline. |
void |
setBackColor(String backColor)
Sets a new value for the attribute backColor. |
void |
setColor(String color)
Sets a new value for the attribute color. |
void |
setFontBold(boolean fontBold)
Sets a new value for the attribute fontBold. |
void |
setFontColor(String fontColor)
Sets a new value for the attribute fontColor. |
void |
setFontItalic(boolean fontItalic)
Sets a new value for the attribute fontItalic. |
void |
setFontName(String fontName)
Sets a new value for the attribute fontName. |
void |
setFontSize(BigDecimal fontSize)
Sets a new value for the attribute fontSize. |
void |
setFontStrikeout(boolean fontStrikeout)
Sets a new value for the attribute fontStrikeout. |
void |
setFontUnderline(boolean fontUnderline)
Sets a new value for the attribute fontUnderline. |
| Methods inherited from interface org.openmdx.ui1.cci2.Element |
|---|
getIconKey, getMimeType, getToolTip, isAutoGenerated, isChangeable, setAutoGenerated, setChangeable, setIconKey, setMimeType, setSegment, setSegment, setToolTip |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| Method Detail |
|---|
String getBackColor()
backColor.void setBackColor(String backColor)
backColor.
backColor - The possibly null new value for attribute backColor.String getColor()
color.void setColor(String color)
color.
color - The possibly null new value for attribute color.boolean isFontBold()
fontBold.
fontBold.void setFontBold(boolean fontBold)
fontBold.
fontBold - The non-null new value for attribute fontBold.String getFontColor()
fontColor.void setFontColor(String fontColor)
fontColor.
fontColor - The possibly null new value for attribute fontColor.boolean isFontItalic()
fontItalic.
fontItalic.void setFontItalic(boolean fontItalic)
fontItalic.
fontItalic - The non-null new value for attribute fontItalic.String getFontName()
fontName.
fontName.void setFontName(String fontName)
fontName.
fontName - The non-null new value for attribute fontName.BigDecimal getFontSize()
fontSize.
fontSize.void setFontSize(BigDecimal fontSize)
fontSize.
fontSize - The non-null new value for attribute fontSize.boolean isFontStrikeout()
fontStrikeout.
fontStrikeout.void setFontStrikeout(boolean fontStrikeout)
fontStrikeout.
fontStrikeout - The non-null new value for attribute fontStrikeout.boolean isFontUnderline()
fontUnderline.
fontUnderline.void setFontUnderline(boolean fontUnderline)
fontUnderline.
fontUnderline - The non-null new value for attribute fontUnderline.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||