|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractField
| 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 newValue)
Sets a new value for the attribute backColor. |
void |
setColor(String newValue)
Sets a new value for the attribute color. |
void |
setFontBold(boolean newValue)
Sets a new value for the attribute fontBold. |
void |
setFontColor(String newValue)
Sets a new value for the attribute fontColor. |
void |
setFontItalic(boolean newValue)
Sets a new value for the attribute fontItalic. |
void |
setFontName(String newValue)
Sets a new value for the attribute fontName. |
void |
setFontSize(BigDecimal newValue)
Sets a new value for the attribute fontSize. |
void |
setFontStrikeout(boolean newValue)
Sets a new value for the attribute fontStrikeout. |
void |
setFontUnderline(boolean newValue)
Sets a new value for the attribute fontUnderline. |
| Methods inherited from interface org.openmdx.ui1.cci.Element |
|---|
getIconKey, getMimeType, getToolTip, getToolTip, isAutoGenerated, isChangeable, setAutoGenerated, setChangeable, setIconKey, setMimeType, setToolTip, setToolTip |
| Methods inherited from interface org.openmdx.base.cci.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci.ContextCapable |
|---|
getContext, getContext |
| Methods inherited from interface org.openmdx.base.cci.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci.ViewCapable |
|---|
getView, getView, getView, getView |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
String getBackColor()
backColor.
JmiException - If the value cannot be retrieved for some reason.void setBackColor(String newValue)
backColor.
newValue - The possibly null new value for attribute backColor.
JmiException - If the value cannot be set for some reason.String getColor()
color.
JmiException - If the value cannot be retrieved for some reason.void setColor(String newValue)
color.
newValue - The possibly null new value for attribute color.
JmiException - If the value cannot be set for some reason.boolean isFontBold()
fontBold.
fontBold.
JmiException - If the value cannot be retrieved for some reason.void setFontBold(boolean newValue)
fontBold.
newValue - The non-null new value for attribute fontBold.
JmiException - If the value cannot be set for some reason.String getFontColor()
fontColor.
JmiException - If the value cannot be retrieved for some reason.void setFontColor(String newValue)
fontColor.
newValue - The possibly null new value for attribute fontColor.
JmiException - If the value cannot be set for some reason.boolean isFontItalic()
fontItalic.
fontItalic.
JmiException - If the value cannot be retrieved for some reason.void setFontItalic(boolean newValue)
fontItalic.
newValue - The non-null new value for attribute fontItalic.
JmiException - If the value cannot be set for some reason.String getFontName()
fontName.
fontName.
JmiException - If the value cannot be retrieved for some reason.void setFontName(String newValue)
fontName.
newValue - The non-null new value for attribute fontName.
JmiException - If the value cannot be set for some reason.BigDecimal getFontSize()
fontSize.
fontSize.
JmiException - If the value cannot be retrieved for some reason.void setFontSize(BigDecimal newValue)
fontSize.
newValue - The non-null new value for attribute fontSize.
JmiException - If the value cannot be set for some reason.boolean isFontStrikeout()
fontStrikeout.
fontStrikeout.
JmiException - If the value cannot be retrieved for some reason.void setFontStrikeout(boolean newValue)
fontStrikeout.
newValue - The non-null new value for attribute fontStrikeout.
JmiException - If the value cannot be set for some reason.boolean isFontUnderline()
fontUnderline.
fontUnderline.
JmiException - If the value cannot be retrieved for some reason.void setFontUnderline(boolean newValue)
fontUnderline.
newValue - The non-null new value for attribute fontUnderline.
JmiException - If the value cannot be set for some reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||