org.openmdx.ui1.cci
Interface TextBox

All Superinterfaces:
AbstractField, BasicObject, ContextCapable, Element, ExtentCapable, LabelledField, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, org.openmdx.base.accessor.jmi.cci.RefObject_1_0, ValuedField, ViewCapable
All Known Implementing Classes:
TextBoxImpl

public interface TextBox
extends ValuedField


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
getDataBindingName, getDefaultValue, getEventHandler, getEventHandler, getFeatureName, getMultiplicity, getQualifiedFeatureName, getSkipRow, getSpanRow, isFilterable, isSortable, setDataBindingName, 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.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

isAcceptsTab

boolean isAcceptsTab()
Retrieves the value for the attribute acceptsTab.

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

setAcceptsTab

void setAcceptsTab(boolean newValue)
Sets a new value for the attribute acceptsTab.

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

isAutoSize

boolean isAutoSize()
Retrieves the value for the attribute autoSize.

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

setAutoSize

void setAutoSize(boolean newValue)
Sets a new value for the attribute autoSize.

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

isPassword

boolean isPassword()
Retrieves the value for the attribute isPassword.

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

setPassword

void setPassword(boolean newValue)
Sets a new value for the attribute isPassword.

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

getMaxLength

int getMaxLength()
Retrieves the value for the attribute maxLength.

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

setMaxLength

void setMaxLength(int newValue)
Sets a new value for the attribute maxLength.

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

isMultiline

boolean isMultiline()
Retrieves the value for the attribute multiline.

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

setMultiline

void setMultiline(boolean newValue)
Sets a new value for the attribute multiline.

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

isTabStop

boolean isTabStop()
Retrieves the value for the attribute tabStop.

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

setTabStop

void setTabStop(boolean newValue)
Sets a new value for the attribute tabStop.

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

getTextAlign

short getTextAlign()
Retrieves the value for the attribute textAlign.

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

setTextAlign

void setTextAlign(short newValue)
Sets a new value for the attribute textAlign.

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

isWordWrap

boolean isWordWrap()
Retrieves the value for the attribute wordWrap.

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

setWordWrap

void setWordWrap(boolean newValue)
Sets a new value for the attribute wordWrap.

Parameters:
newValue - The non-null new value for attribute wordWrap.
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.