|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextBox
Class TextBox
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.openmdx.ui1.cci2.Element |
|---|
Element.Identity |
| Method Summary | |
|---|---|
int |
getMaxLength()
Retrieves the value for the attribute maxLength. |
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 |
isMultiline()
Retrieves the value for the attribute multiline. |
boolean |
isPassword()
Retrieves the value for the attribute isPassword. |
boolean |
isTabStop()
Retrieves the value for the attribute tabStop. |
boolean |
isWordWrap()
Retrieves the value for the attribute wordWrap. |
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 |
setMaxLength(int maxLength)
Sets a new value for the attribute maxLength. |
void |
setMultiline(boolean multiline)
Sets a new value for the attribute multiline. |
void |
setPassword(boolean isPassword)
Sets a new value for the attribute isPassword. |
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 interface org.openmdx.ui1.cci2.ValuedField |
|---|
getDataBindingName, getDefaultValue, getEventHandler, getFeatureName, getMultiplicity, getQualifiedFeatureName, getSkipRow, getSpanRow, isFilterable, isSortable, setDataBindingName, setDefaultValue, setEventHandler, setFeatureName, setFilterable, setMultiplicity, setQualifiedFeatureName, setSkipRow, setSortable, setSpanRow |
| Methods inherited from interface org.openmdx.ui1.cci2.LabelledField |
|---|
getLabel, getShortLabel, setLabel, setShortLabel |
| Methods inherited from interface org.openmdx.ui1.cci2.AbstractField |
|---|
getBackColor, getColor, getFontColor, getFontName, getFontSize, isFontBold, isFontItalic, isFontStrikeout, isFontUnderline, setBackColor, setColor, setFontBold, setFontColor, setFontItalic, setFontName, setFontSize, setFontStrikeout, setFontUnderline |
| 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 |
|---|
boolean isAcceptsTab()
acceptsTab.
acceptsTab.void setAcceptsTab(boolean acceptsTab)
acceptsTab.
acceptsTab - The non-null new value for attribute acceptsTab.boolean isAutoSize()
autoSize.
autoSize.void setAutoSize(boolean autoSize)
autoSize.
autoSize - The non-null new value for attribute autoSize.boolean isPassword()
isPassword.
isPassword.void setPassword(boolean isPassword)
isPassword.
isPassword - The non-null new value for attribute isPassword.int getMaxLength()
maxLength.
maxLength.void setMaxLength(int maxLength)
maxLength.
maxLength - The non-null new value for attribute maxLength.boolean isMultiline()
multiline.
multiline.void setMultiline(boolean multiline)
multiline.
multiline - The non-null new value for attribute multiline.boolean isTabStop()
tabStop.
tabStop.void setTabStop(boolean tabStop)
tabStop.
tabStop - The non-null new value for attribute tabStop.short getTextAlign()
textAlign.
textAlign.void setTextAlign(short textAlign)
textAlign.
textAlign - The non-null new value for attribute textAlign.boolean isWordWrap()
wordWrap.
wordWrap.void setWordWrap(boolean wordWrap)
wordWrap.
wordWrap - The non-null new value for attribute wordWrap.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||