org.openmdx.ui1.cci
Interface TextBoxClass

All Superinterfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefClass, org.openmdx.base.accessor.jmi.cci.RefClass_1_0, javax.jmi.reflect.RefFeatured
All Known Implementing Classes:
TextBoxClassImpl

public interface TextBoxClass
extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0


Method Summary
 TextBox createTextBox()
          Creates an instance of class TextBox.
 TextBox createTextBox(boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean acceptsTab, boolean autoSize, boolean isPassword, int maxLength, boolean multiline, boolean tabStop, short textAlign, boolean wordWrap, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class TextBox based on all required attributes.
 TextBox extendAbstractField(AbstractField _base, boolean acceptsTab, boolean autoSize, boolean isPassword, int maxLength, boolean multiline, boolean tabStop, short textAlign, boolean wordWrap, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class TextBox based on the superclass AbstractField and all required attributes not included in this superclass.
 TextBox extendBasicObject(BasicObject _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean acceptsTab, boolean autoSize, boolean isPassword, int maxLength, boolean multiline, boolean tabStop, short textAlign, boolean wordWrap, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class TextBox based on the superclass BasicObject and all required attributes not included in this superclass.
 TextBox extendContextCapable(ContextCapable _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean acceptsTab, boolean autoSize, boolean isPassword, int maxLength, boolean multiline, boolean tabStop, short textAlign, boolean wordWrap, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class TextBox based on the superclass ContextCapable and all required attributes not included in this superclass.
 TextBox extendElement(Element _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean acceptsTab, boolean autoSize, boolean isPassword, int maxLength, boolean multiline, boolean tabStop, short textAlign, boolean wordWrap, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class TextBox based on the superclass Element and all required attributes not included in this superclass.
 TextBox extendExtentCapable(ExtentCapable _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean acceptsTab, boolean autoSize, boolean isPassword, int maxLength, boolean multiline, boolean tabStop, short textAlign, boolean wordWrap, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class TextBox based on the superclass ExtentCapable and all required attributes not included in this superclass.
 TextBox extendLabelledField(LabelledField _base, boolean acceptsTab, boolean autoSize, boolean isPassword, int maxLength, boolean multiline, boolean tabStop, short textAlign, boolean wordWrap, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class TextBox based on the superclass LabelledField and all required attributes not included in this superclass.
 TextBox extendValuedField(ValuedField _base, boolean acceptsTab, boolean autoSize, boolean isPassword, int maxLength, boolean multiline, boolean tabStop, short textAlign, boolean wordWrap)
          Creates an instance of class TextBox based on the superclass ValuedField and all required attributes not included in this superclass.
 TextBox extendViewCapable(ViewCapable _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean acceptsTab, boolean autoSize, boolean isPassword, int maxLength, boolean multiline, boolean tabStop, short textAlign, boolean wordWrap, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class TextBox based on the superclass ViewCapable and all required attributes not included in this superclass.
 TextBox getTextBox(Object object)
          Creates an instance of class TextBox based on the specified Object instance.
 
Methods inherited from interface javax.jmi.reflect.RefClass
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum
 
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

createTextBox

TextBox createTextBox()
Creates an instance of class TextBox. This is a factory operation used to create instance objects of class TextBox.


getTextBox

TextBox getTextBox(Object object)
Creates an instance of class TextBox based on the specified Object instance. This is a factory operation used to create instance objects of class TextBox.

Parameters:
object - The Object instance this class is based on. Object must be instanceof RefObject, Object_1_0 or Path.

createTextBox

TextBox createTextBox(boolean fontBold,
                      boolean fontItalic,
                      String fontName,
                      BigDecimal fontSize,
                      boolean fontStrikeout,
                      boolean fontUnderline,
                      boolean autoGenerated,
                      boolean changeable,
                      boolean acceptsTab,
                      boolean autoSize,
                      boolean isPassword,
                      int maxLength,
                      boolean multiline,
                      boolean tabStop,
                      short textAlign,
                      boolean wordWrap,
                      boolean filterable,
                      String multiplicity,
                      int skipRow,
                      boolean sortable,
                      int spanRow)
Creates an instance of class TextBox based on all required attributes. This is a factory operation used to create instance objects of class TextBox.


extendBasicObject

TextBox extendBasicObject(BasicObject _base,
                          boolean fontBold,
                          boolean fontItalic,
                          String fontName,
                          BigDecimal fontSize,
                          boolean fontStrikeout,
                          boolean fontUnderline,
                          boolean autoGenerated,
                          boolean changeable,
                          boolean acceptsTab,
                          boolean autoSize,
                          boolean isPassword,
                          int maxLength,
                          boolean multiline,
                          boolean tabStop,
                          short textAlign,
                          boolean wordWrap,
                          boolean filterable,
                          String multiplicity,
                          int skipRow,
                          boolean sortable,
                          int spanRow)
Creates an instance of class TextBox based on the superclass BasicObject and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class TextBox.


extendContextCapable

TextBox extendContextCapable(ContextCapable _base,
                             boolean fontBold,
                             boolean fontItalic,
                             String fontName,
                             BigDecimal fontSize,
                             boolean fontStrikeout,
                             boolean fontUnderline,
                             boolean autoGenerated,
                             boolean changeable,
                             boolean acceptsTab,
                             boolean autoSize,
                             boolean isPassword,
                             int maxLength,
                             boolean multiline,
                             boolean tabStop,
                             short textAlign,
                             boolean wordWrap,
                             boolean filterable,
                             String multiplicity,
                             int skipRow,
                             boolean sortable,
                             int spanRow)
Creates an instance of class TextBox based on the superclass ContextCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class TextBox.


extendExtentCapable

TextBox extendExtentCapable(ExtentCapable _base,
                            boolean fontBold,
                            boolean fontItalic,
                            String fontName,
                            BigDecimal fontSize,
                            boolean fontStrikeout,
                            boolean fontUnderline,
                            boolean autoGenerated,
                            boolean changeable,
                            boolean acceptsTab,
                            boolean autoSize,
                            boolean isPassword,
                            int maxLength,
                            boolean multiline,
                            boolean tabStop,
                            short textAlign,
                            boolean wordWrap,
                            boolean filterable,
                            String multiplicity,
                            int skipRow,
                            boolean sortable,
                            int spanRow)
Creates an instance of class TextBox based on the superclass ExtentCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class TextBox.


extendViewCapable

TextBox extendViewCapable(ViewCapable _base,
                          boolean fontBold,
                          boolean fontItalic,
                          String fontName,
                          BigDecimal fontSize,
                          boolean fontStrikeout,
                          boolean fontUnderline,
                          boolean autoGenerated,
                          boolean changeable,
                          boolean acceptsTab,
                          boolean autoSize,
                          boolean isPassword,
                          int maxLength,
                          boolean multiline,
                          boolean tabStop,
                          short textAlign,
                          boolean wordWrap,
                          boolean filterable,
                          String multiplicity,
                          int skipRow,
                          boolean sortable,
                          int spanRow)
Creates an instance of class TextBox based on the superclass ViewCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class TextBox.


extendAbstractField

TextBox extendAbstractField(AbstractField _base,
                            boolean acceptsTab,
                            boolean autoSize,
                            boolean isPassword,
                            int maxLength,
                            boolean multiline,
                            boolean tabStop,
                            short textAlign,
                            boolean wordWrap,
                            boolean filterable,
                            String multiplicity,
                            int skipRow,
                            boolean sortable,
                            int spanRow)
Creates an instance of class TextBox based on the superclass AbstractField and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class TextBox.


extendElement

TextBox extendElement(Element _base,
                      boolean fontBold,
                      boolean fontItalic,
                      String fontName,
                      BigDecimal fontSize,
                      boolean fontStrikeout,
                      boolean fontUnderline,
                      boolean acceptsTab,
                      boolean autoSize,
                      boolean isPassword,
                      int maxLength,
                      boolean multiline,
                      boolean tabStop,
                      short textAlign,
                      boolean wordWrap,
                      boolean filterable,
                      String multiplicity,
                      int skipRow,
                      boolean sortable,
                      int spanRow)
Creates an instance of class TextBox based on the superclass Element and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class TextBox.


extendLabelledField

TextBox extendLabelledField(LabelledField _base,
                            boolean acceptsTab,
                            boolean autoSize,
                            boolean isPassword,
                            int maxLength,
                            boolean multiline,
                            boolean tabStop,
                            short textAlign,
                            boolean wordWrap,
                            boolean filterable,
                            String multiplicity,
                            int skipRow,
                            boolean sortable,
                            int spanRow)
Creates an instance of class TextBox based on the superclass LabelledField and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class TextBox.


extendValuedField

TextBox extendValuedField(ValuedField _base,
                          boolean acceptsTab,
                          boolean autoSize,
                          boolean isPassword,
                          int maxLength,
                          boolean multiline,
                          boolean tabStop,
                          short textAlign,
                          boolean wordWrap)
Creates an instance of class TextBox based on the superclass ValuedField and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class TextBox.



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