|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextBox
| 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 newValue)
Sets a new value for the attribute acceptsTab. |
void |
setAutoSize(boolean newValue)
Sets a new value for the attribute autoSize. |
void |
setMaxLength(int newValue)
Sets a new value for the attribute maxLength. |
void |
setMultiline(boolean newValue)
Sets a new value for the attribute multiline. |
void |
setPassword(boolean newValue)
Sets a new value for the attribute isPassword. |
void |
setTabStop(boolean newValue)
Sets a new value for the attribute tabStop. |
void |
setTextAlign(short newValue)
Sets a new value for the attribute textAlign. |
void |
setWordWrap(boolean newValue)
Sets a new value for the attribute wordWrap. |
| Methods inherited from interface org.openmdx.ui1.cci.ValuedField |
|---|
getDefaultValue, getEventHandler, getEventHandler, getFeatureName, getMultiplicity, getQualifiedFeatureName, getSkipRow, getSpanRow, isFilterable, isSortable, setDefaultValue, setEventHandler, setEventHandler, setFeatureName, setFilterable, setMultiplicity, setQualifiedFeatureName, setSkipRow, setSortable, setSpanRow |
| Methods inherited from interface org.openmdx.ui1.cci.LabelledField |
|---|
getLabel, getLabel, getShortLabel, getShortLabel, setLabel, setLabel, setShortLabel, setShortLabel |
| Methods inherited from interface org.openmdx.ui1.cci.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.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.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 |
| Methods inherited from interface org.openmdx.base.cci.ExtentCapable |
|---|
getIdentity |
| 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 |
|---|
boolean isAcceptsTab()
acceptsTab.
acceptsTab.
JmiException - If the value cannot be retrieved for some reason.void setAcceptsTab(boolean newValue)
acceptsTab.
newValue - The non-null new value for attribute acceptsTab.
JmiException - If the value cannot be set for some reason.boolean isAutoSize()
autoSize.
autoSize.
JmiException - If the value cannot be retrieved for some reason.void setAutoSize(boolean newValue)
autoSize.
newValue - The non-null new value for attribute autoSize.
JmiException - If the value cannot be set for some reason.boolean isPassword()
isPassword.
isPassword.
JmiException - If the value cannot be retrieved for some reason.void setPassword(boolean newValue)
isPassword.
newValue - The non-null new value for attribute isPassword.
JmiException - If the value cannot be set for some reason.int getMaxLength()
maxLength.
maxLength.
JmiException - If the value cannot be retrieved for some reason.void setMaxLength(int newValue)
maxLength.
newValue - The non-null new value for attribute maxLength.
JmiException - If the value cannot be set for some reason.boolean isMultiline()
multiline.
multiline.
JmiException - If the value cannot be retrieved for some reason.void setMultiline(boolean newValue)
multiline.
newValue - The non-null new value for attribute multiline.
JmiException - If the value cannot be set for some reason.boolean isTabStop()
tabStop.
tabStop.
JmiException - If the value cannot be retrieved for some reason.void setTabStop(boolean newValue)
tabStop.
newValue - The non-null new value for attribute tabStop.
JmiException - If the value cannot be set for some reason.short getTextAlign()
textAlign.
textAlign.
JmiException - If the value cannot be retrieved for some reason.void setTextAlign(short newValue)
textAlign.
newValue - The non-null new value for attribute textAlign.
JmiException - If the value cannot be set for some reason.boolean isWordWrap()
wordWrap.
wordWrap.
JmiException - If the value cannot be retrieved for some reason.void setWordWrap(boolean newValue)
wordWrap.
newValue - The non-null new value for attribute wordWrap.
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 | |||||||||