org.openmdx.ui1.cci
Interface AbstractField

All Superinterfaces:
BasicObject, ContextCapable, Element, ExtentCapable, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, org.openmdx.base.accessor.jmi.cci.RefObject_1_0, ViewCapable
All Known Subinterfaces:
CheckBox, CompoundField, ContainerField, DateField, DocumentBox, FieldGroup, LabelledField, NonLabelledField, NumberField, ObjectContainer, ObjectReferenceField, TextBox, TextField, ValuedField
All Known Implementing Classes:
AbstractFieldImpl, CheckBoxImpl, CompoundFieldImpl, ContainerFieldImpl, DateFieldImpl, DocumentBoxImpl, FieldGroupImpl, LabelledFieldImpl, NonLabelledFieldImpl, NumberFieldImpl, ObjectContainerImpl, ObjectReferenceFieldImpl, TextBoxImpl, TextFieldImpl, ValuedFieldImpl

public interface AbstractField
extends Element


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

getBackColor

String getBackColor()
Returns:
The possibly null value for attribute backColor.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setBackColor

void setBackColor(String newValue)
Sets a new value for the attribute backColor.

Parameters:
newValue - The possibly null new value for attribute backColor.
Throws:
JmiException - If the value cannot be set for some reason.

getColor

String getColor()
Returns:
The possibly null value for attribute color.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setColor

void setColor(String newValue)
Sets a new value for the attribute color.

Parameters:
newValue - The possibly null new value for attribute color.
Throws:
JmiException - If the value cannot be set for some reason.

isFontBold

boolean isFontBold()
Retrieves the value for the attribute fontBold.

Returns:
The non-null value for attribute fontBold.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setFontBold

void setFontBold(boolean newValue)
Sets a new value for the attribute fontBold.

Parameters:
newValue - The non-null new value for attribute fontBold.
Throws:
JmiException - If the value cannot be set for some reason.

getFontColor

String getFontColor()
Returns:
The possibly null value for attribute fontColor.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setFontColor

void setFontColor(String newValue)
Sets a new value for the attribute fontColor.

Parameters:
newValue - The possibly null new value for attribute fontColor.
Throws:
JmiException - If the value cannot be set for some reason.

isFontItalic

boolean isFontItalic()
Retrieves the value for the attribute fontItalic.

Returns:
The non-null value for attribute fontItalic.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setFontItalic

void setFontItalic(boolean newValue)
Sets a new value for the attribute fontItalic.

Parameters:
newValue - The non-null new value for attribute fontItalic.
Throws:
JmiException - If the value cannot be set for some reason.

getFontName

String getFontName()
Retrieves the value for the attribute fontName.

Returns:
The non-null value for attribute fontName.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setFontName

void setFontName(String newValue)
Sets a new value for the attribute fontName.

Parameters:
newValue - The non-null new value for attribute fontName.
Throws:
JmiException - If the value cannot be set for some reason.

getFontSize

BigDecimal getFontSize()
Retrieves the value for the attribute fontSize.

Returns:
The non-null value for attribute fontSize.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setFontSize

void setFontSize(BigDecimal newValue)
Sets a new value for the attribute fontSize.

Parameters:
newValue - The non-null new value for attribute fontSize.
Throws:
JmiException - If the value cannot be set for some reason.

isFontStrikeout

boolean isFontStrikeout()
Retrieves the value for the attribute fontStrikeout.

Returns:
The non-null value for attribute fontStrikeout.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setFontStrikeout

void setFontStrikeout(boolean newValue)
Sets a new value for the attribute fontStrikeout.

Parameters:
newValue - The non-null new value for attribute fontStrikeout.
Throws:
JmiException - If the value cannot be set for some reason.

isFontUnderline

boolean isFontUnderline()
Retrieves the value for the attribute fontUnderline.

Returns:
The non-null value for attribute fontUnderline.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setFontUnderline

void setFontUnderline(boolean newValue)
Sets a new value for the attribute fontUnderline.

Parameters:
newValue - The non-null new value for attribute fontUnderline.
Throws:
JmiException - If the value cannot be set for some reason.


This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.