org.openmdx.ui1.cci2
Interface TextBox

All Superinterfaces:
AbstractField, org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, Element, org.openmdx.base.cci2.ExtentCapable, LabelledField, ValuedField, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
TextBox
All Known Implementing Classes:
TextBox

public interface TextBox
extends ValuedField

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

isAcceptsTab

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

Returns:
The non-null value for attribute acceptsTab.

setAcceptsTab

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

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

isAutoSize

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

Returns:
The non-null value for attribute autoSize.

setAutoSize

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

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

isPassword

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

Returns:
The non-null value for attribute isPassword.

setPassword

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

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

getMaxLength

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

Returns:
The non-null value for attribute maxLength.

setMaxLength

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

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

isMultiline

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

Returns:
The non-null value for attribute multiline.

setMultiline

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

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

isTabStop

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

Returns:
The non-null value for attribute tabStop.

setTabStop

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

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

getTextAlign

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

Returns:
The non-null value for attribute textAlign.

setTextAlign

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

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

isWordWrap

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

Returns:
The non-null value for attribute wordWrap.

setWordWrap

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

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


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