org.openmdx.ui1.cci2
Interface AbstractField

All Superinterfaces:
org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, Element, org.openmdx.base.cci2.ExtentCapable, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
AbstractField, CheckBox, CheckBox, CompoundField, CompoundField, ContainerField, ContainerField, DateField, DateField, DocumentBox, DocumentBox, FieldGroup, FieldGroup, LabelledField, LabelledField, NonLabelledField, NonLabelledField, NumberField, NumberField, ObjectContainer, ObjectContainer, ObjectReferenceField, ObjectReferenceField, TextBox, TextBox, TextField, TextField, ValuedField, ValuedField
All Known Implementing Classes:
CheckBox, CompoundField, DateField, DocumentBox, FieldGroup, NumberField, ObjectContainer, ObjectReferenceField, TextBox, TextField

public interface AbstractField
extends Element

Abstract class AbstractField


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.ui1.cci2.Element
Element.Identity
 
Method Summary
 String getBackColor()
          Retrieves the possibly null value for the optional attribute backColor.
 String getColor()
          Retrieves the possibly null value for the optional attribute color.
 String getFontColor()
          Retrieves the possibly null value for the optional attribute fontColor.
 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, 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, getView
 

Method Detail

getBackColor

String getBackColor()
Retrieves the possibly null value for the optional attribute backColor.

Returns:
The possibly null value for attribute backColor.

setBackColor

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

Parameters:
backColor - The possibly null new value for attribute backColor.

getColor

String getColor()
Retrieves the possibly null value for the optional attribute color.

Returns:
The possibly null value for attribute color.

setColor

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

Parameters:
color - The possibly null new value for attribute color.

isFontBold

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

Returns:
The non-null value for attribute fontBold.

setFontBold

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

Parameters:
fontBold - The non-null new value for attribute fontBold.

getFontColor

String getFontColor()
Retrieves the possibly null value for the optional attribute fontColor.

Returns:
The possibly null value for attribute fontColor.

setFontColor

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

Parameters:
fontColor - The possibly null new value for attribute fontColor.

isFontItalic

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

Returns:
The non-null value for attribute fontItalic.

setFontItalic

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

Parameters:
fontItalic - The non-null new value for attribute fontItalic.

getFontName

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

Returns:
The non-null value for attribute fontName.

setFontName

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

Parameters:
fontName - The non-null new value for attribute fontName.

getFontSize

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

Returns:
The non-null value for attribute fontSize.

setFontSize

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

Parameters:
fontSize - The non-null new value for attribute fontSize.

isFontStrikeout

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

Returns:
The non-null value for attribute fontStrikeout.

setFontStrikeout

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

Parameters:
fontStrikeout - The non-null new value for attribute fontStrikeout.

isFontUnderline

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

Returns:
The non-null value for attribute fontUnderline.

setFontUnderline

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

Parameters:
fontUnderline - The non-null new value for attribute fontUnderline.


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