|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oasisopen.jdo2.Identifiable
org.w3c.jdo2.AbstractObject
org.openmdx.ui1.jdo2.Element
org.openmdx.ui1.jdo2.TextBox
public class TextBox
Class TextBox
| Nested Class Summary | |
|---|---|
static class |
TextBox.Slice
Slice object hold the TextBox's multivalued
attributes |
| Nested classes/interfaces inherited from class org.openmdx.ui1.jdo2.Element |
|---|
Element.Identity |
| Nested classes/interfaces inherited from class org.w3c.jdo2.AbstractObject |
|---|
org.w3c.jdo2.AbstractObject.EmbeddedList<E>, org.w3c.jdo2.AbstractObject.EmbeddedSet<E> |
| Nested classes/interfaces inherited from interface org.openmdx.ui1.cci2.Element |
|---|
Element.Identity |
| Field Summary | |
|---|---|
static List<String> |
CLASS
Define the model class org::openmdx::ui1::TextBox |
| Fields inherited from class org.openmdx.ui1.jdo2.Element |
|---|
BASE_CLASS |
| Constructor Summary | |
|---|---|
TextBox()
|
|
| 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 |
getDataBindingName()
Retrieves the possibly null value for the optional attribute dataBindingName. |
String |
getDefaultValue()
Retrieves the possibly null value for the optional attribute defaultValue. |
List<String> |
getEventHandler()
Retrieves a list containing all the elements for the attribute eventHandler. |
String |
getFeatureName()
Retrieves the possibly null value for the optional attribute featureName. |
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. |
List<String> |
getLabel()
Retrieves a list containing all the elements for the attribute label. |
int |
getMaxLength()
Retrieves the value for the attribute maxLength. |
String |
getMultiplicity()
Retrieves the value for the attribute multiplicity. |
String |
getQualifiedFeatureName()
Retrieves the possibly null value for the optional attribute qualifiedFeatureName. |
List<String> |
getShortLabel()
Retrieves a list containing all the elements for the attribute shortLabel. |
int |
getSkipRow()
Retrieves the value for the attribute skipRow. |
int |
getSpanRow()
Retrieves the value for the attribute spanRow. |
short |
getTextAlign()
Retrieves the value for the attribute textAlign. |
boolean |
isAcceptsTab()
Retrieves the value for the attribute acceptsTab. |
boolean |
isAutoSize()
Retrieves the value for the attribute autoSize. |
boolean |
isFilterable()
Retrieves the value for the attribute filterable. |
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. |
boolean |
isMultiline()
Retrieves the value for the attribute multiline. |
boolean |
isPassword()
Retrieves the value for the attribute isPassword. |
boolean |
isSortable()
Retrieves the value for the attribute sortable. |
boolean |
isTabStop()
Retrieves the value for the attribute tabStop. |
boolean |
isWordWrap()
Retrieves the value for the attribute wordWrap. |
static Element.Identity |
newIdentity(org.openmdx.base.cci2.Segment.Identity segment,
boolean idIsPersistent,
String id)
|
protected org.w3c.jdo2.AbstractObject.Slice |
newSlice(int index)
|
protected List<String> |
openmdxjdoGetClass()
Retrieve the model class |
protected int |
openmdxjdoGetSize(int field)
|
protected void |
openmdxjdoSetSize(int field,
int size)
|
static Element.Identity |
openmdxjdoToIdentity(org.oasisopen.spi2.ObjectId objectId)
|
void |
setAcceptsTab(boolean acceptsTab)
Sets a new value for the attribute acceptsTab. |
void |
setAutoSize(boolean autoSize)
Sets a new value for the attribute autoSize. |
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 |
setDataBindingName(String dataBindingName)
Sets a new value for the attribute dataBindingName. |
void |
setDefaultValue(String defaultValue)
Sets a new value for the attribute defaultValue. |
void |
setEventHandler(String... eventHandler)
Clears eventHandler and adds the given value(s). |
void |
setFeatureName(String featureName)
Sets a new value for the attribute featureName. |
void |
setFilterable(boolean filterable)
Sets a new value for the attribute filterable. |
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. |
void |
setLabel(String... label)
Clears label and adds the given value(s). |
void |
setMaxLength(int maxLength)
Sets a new value for the attribute maxLength. |
void |
setMultiline(boolean multiline)
Sets a new value for the attribute multiline. |
void |
setMultiplicity(String multiplicity)
Sets a new value for the attribute multiplicity. |
void |
setPassword(boolean isPassword)
Sets a new value for the attribute isPassword. |
void |
setQualifiedFeatureName(String qualifiedFeatureName)
Sets a new value for the attribute qualifiedFeatureName. |
void |
setShortLabel(String... shortLabel)
Clears shortLabel and adds the given value(s). |
void |
setSkipRow(int skipRow)
Sets a new value for the attribute skipRow. |
void |
setSortable(boolean sortable)
Sets a new value for the attribute sortable. |
void |
setSpanRow(int spanRow)
Sets a new value for the attribute spanRow. |
void |
setTabStop(boolean tabStop)
Sets a new value for the attribute tabStop. |
void |
setTextAlign(short textAlign)
Sets a new value for the attribute textAlign. |
void |
setWordWrap(boolean wordWrap)
Sets a new value for the attribute wordWrap. |
| Methods inherited from class org.openmdx.ui1.jdo2.Element |
|---|
addToSegment, addToSegment, getCreatedAt, getCreatedBy, getIconKey, getIdentity, getMimeType, getModifiedAt, getModifiedBy, getToolTip, getView, getView, isAutoGenerated, isChangeable, openmdxjdoGetObjectId, openmdxjdoGetObjectsByParent, openmdxjdoGetSlices, setAutoGenerated, setChangeable, setIconKey, setMimeType, setToolTip |
| Methods inherited from class org.w3c.jdo2.AbstractObject |
|---|
openmdxjdoClassName, openmdxjdoGetIdentityBuilder, openmdxjdoGetList, openmdxjdoGetObjectsByParent, openmdxjdoGetSet, openmdxjdoGetSparseArray, openmdxjdoNewSlice, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray, openmdxjdoValidateElement |
| Methods inherited from class org.oasisopen.jdo2.Identifiable |
|---|
openmdxjdoGetObject, openmdxjdoGetObjectById, openmdxjdoGetObjectId, openmdxjdoGetObjectSet, openmdxjdoNewObjectId, openmdxjdoNewObjectId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 |
| Field Detail |
|---|
public static final List<String> CLASS
org::openmdx::ui1::TextBox
| Constructor Detail |
|---|
public TextBox()
| Method Detail |
|---|
public String getFontName()
fontName.
getFontName in interface AbstractFieldfontName.public void setFontName(String fontName)
fontName.
setFontName in interface AbstractFieldfontName - The non-null new value for attribute fontName.public final String getFontColor()
fontColor.
getFontColor in interface AbstractFieldfontColor.public void setFontColor(String fontColor)
fontColor.
setFontColor in interface AbstractFieldfontColor - The possibly null new value for attribute fontColor.public boolean isWordWrap()
wordWrap.
isWordWrap in interface TextBoxwordWrap.public void setWordWrap(boolean wordWrap)
wordWrap.
setWordWrap in interface TextBoxwordWrap - The non-null new value for attribute wordWrap.public boolean isAutoSize()
autoSize.
isAutoSize in interface TextBoxautoSize.public void setAutoSize(boolean autoSize)
autoSize.
setAutoSize in interface TextBoxautoSize - The non-null new value for attribute autoSize.public boolean isSortable()
sortable.
isSortable in interface ValuedFieldsortable.public void setSortable(boolean sortable)
sortable.
setSortable in interface ValuedFieldsortable - The non-null new value for attribute sortable.public boolean isPassword()
isPassword.
isPassword in interface TextBoxisPassword.public void setPassword(boolean isPassword)
isPassword.
setPassword in interface TextBoxisPassword - The non-null new value for attribute isPassword.public String getMultiplicity()
multiplicity.
getMultiplicity in interface ValuedFieldmultiplicity.public void setMultiplicity(String multiplicity)
multiplicity.
setMultiplicity in interface ValuedFieldmultiplicity - The non-null new value for attribute multiplicity.public final List<String> getEventHandler()
eventHandler.
getEventHandler in interface ValuedFieldpublic void setEventHandler(String... eventHandler)
eventHandler and adds the given value(s).
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
setEventHandler in interface ValuedFieldeventHandler - value(s) to be added to eventHandlerpublic int getMaxLength()
maxLength.
getMaxLength in interface TextBoxmaxLength.public void setMaxLength(int maxLength)
maxLength.
setMaxLength in interface TextBoxmaxLength - The non-null new value for attribute maxLength.public int getSpanRow()
spanRow.
getSpanRow in interface ValuedFieldspanRow.public void setSpanRow(int spanRow)
spanRow.
setSpanRow in interface ValuedFieldspanRow - The non-null new value for attribute spanRow.public short getTextAlign()
textAlign.
getTextAlign in interface TextBoxtextAlign.public void setTextAlign(short textAlign)
textAlign.
setTextAlign in interface TextBoxtextAlign - The non-null new value for attribute textAlign.public final String getDefaultValue()
defaultValue.
getDefaultValue in interface ValuedFielddefaultValue.public void setDefaultValue(String defaultValue)
defaultValue.
setDefaultValue in interface ValuedFielddefaultValue - The possibly null new value for attribute defaultValue.public final String getBackColor()
backColor.
getBackColor in interface AbstractFieldbackColor.public void setBackColor(String backColor)
backColor.
setBackColor in interface AbstractFieldbackColor - The possibly null new value for attribute backColor.public final String getFeatureName()
featureName.
getFeatureName in interface ValuedFieldfeatureName.public void setFeatureName(String featureName)
featureName.
setFeatureName in interface ValuedFieldfeatureName - The possibly null new value for attribute featureName.public final String getQualifiedFeatureName()
qualifiedFeatureName.
getQualifiedFeatureName in interface ValuedFieldqualifiedFeatureName.public void setQualifiedFeatureName(String qualifiedFeatureName)
qualifiedFeatureName.
setQualifiedFeatureName in interface ValuedFieldqualifiedFeatureName - The possibly null new value for attribute qualifiedFeatureName.public int getSkipRow()
skipRow.
getSkipRow in interface ValuedFieldskipRow.public void setSkipRow(int skipRow)
skipRow.
setSkipRow in interface ValuedFieldskipRow - The non-null new value for attribute skipRow.public boolean isTabStop()
tabStop.
isTabStop in interface TextBoxtabStop.public void setTabStop(boolean tabStop)
tabStop.
setTabStop in interface TextBoxtabStop - The non-null new value for attribute tabStop.public boolean isAcceptsTab()
acceptsTab.
isAcceptsTab in interface TextBoxacceptsTab.public void setAcceptsTab(boolean acceptsTab)
acceptsTab.
setAcceptsTab in interface TextBoxacceptsTab - The non-null new value for attribute acceptsTab.public final List<String> getLabel()
label.
getLabel in interface LabelledFieldpublic void setLabel(String... label)
label and adds the given value(s).
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
setLabel in interface LabelledFieldlabel - value(s) to be added to labelpublic boolean isFontBold()
fontBold.
isFontBold in interface AbstractFieldfontBold.public void setFontBold(boolean fontBold)
fontBold.
setFontBold in interface AbstractFieldfontBold - The non-null new value for attribute fontBold.public BigDecimal getFontSize()
fontSize.
getFontSize in interface AbstractFieldfontSize.public void setFontSize(BigDecimal fontSize)
fontSize.
setFontSize in interface AbstractFieldfontSize - The non-null new value for attribute fontSize.public final String getDataBindingName()
dataBindingName.
getDataBindingName in interface ValuedFielddataBindingName.public void setDataBindingName(String dataBindingName)
dataBindingName.
setDataBindingName in interface ValuedFielddataBindingName - The possibly null new value for attribute dataBindingName.public boolean isFontStrikeout()
fontStrikeout.
isFontStrikeout in interface AbstractFieldfontStrikeout.public void setFontStrikeout(boolean fontStrikeout)
fontStrikeout.
setFontStrikeout in interface AbstractFieldfontStrikeout - The non-null new value for attribute fontStrikeout.public boolean isFontItalic()
fontItalic.
isFontItalic in interface AbstractFieldfontItalic.public void setFontItalic(boolean fontItalic)
fontItalic.
setFontItalic in interface AbstractFieldfontItalic - The non-null new value for attribute fontItalic.public boolean isFontUnderline()
fontUnderline.
isFontUnderline in interface AbstractFieldfontUnderline.public void setFontUnderline(boolean fontUnderline)
fontUnderline.
setFontUnderline in interface AbstractFieldfontUnderline - The non-null new value for attribute fontUnderline.public final List<String> getShortLabel()
shortLabel.
getShortLabel in interface LabelledFieldpublic void setShortLabel(String... shortLabel)
shortLabel and adds the given value(s).
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
setShortLabel in interface LabelledFieldshortLabel - value(s) to be added to shortLabelpublic final String getColor()
color.
getColor in interface AbstractFieldcolor.public void setColor(String color)
color.
setColor in interface AbstractFieldcolor - The possibly null new value for attribute color.public boolean isFilterable()
filterable.
isFilterable in interface ValuedFieldfilterable.public void setFilterable(boolean filterable)
filterable.
setFilterable in interface ValuedFieldfilterable - The non-null new value for attribute filterable.public boolean isMultiline()
multiline.
isMultiline in interface TextBoxmultiline.public void setMultiline(boolean multiline)
multiline.
setMultiline in interface TextBoxmultiline - The non-null new value for attribute multiline.protected int openmdxjdoGetSize(int field)
openmdxjdoGetSize in class Element
protected void openmdxjdoSetSize(int field,
int size)
openmdxjdoSetSize in class Elementprotected org.w3c.jdo2.AbstractObject.Slice newSlice(int index)
newSlice in class Elementprotected List<String> openmdxjdoGetClass()
openmdxjdoGetClass in class ElementTextBox.CLASS
public static Element.Identity newIdentity(org.openmdx.base.cci2.Segment.Identity segment,
boolean idIsPersistent,
String id)
public static Element.Identity openmdxjdoToIdentity(org.oasisopen.spi2.ObjectId objectId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||