org.openmdx.ui1.cci
Interface TextFieldClass

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:
TextFieldClassImpl

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


Method Summary
 TextField createTextField()
          Creates an instance of class TextField.
 TextField createTextField(boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class TextField based on all required attributes.
 TextField extendAbstractField(AbstractField _base, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class TextField based on the superclass AbstractField and all required attributes not included in this superclass.
 TextField extendBasicObject(BasicObject _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class TextField based on the superclass BasicObject and all required attributes not included in this superclass.
 TextField extendContextCapable(ContextCapable _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class TextField based on the superclass ContextCapable and all required attributes not included in this superclass.
 TextField extendElement(Element _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class TextField based on the superclass Element and all required attributes not included in this superclass.
 TextField extendExtentCapable(ExtentCapable _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class TextField based on the superclass ExtentCapable and all required attributes not included in this superclass.
 TextField extendLabelledField(LabelledField _base, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class TextField based on the superclass LabelledField and all required attributes not included in this superclass.
 TextField extendViewCapable(ViewCapable _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class TextField based on the superclass ViewCapable and all required attributes not included in this superclass.
 TextField getTextField(Object object)
          Creates an instance of class TextField 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

createTextField

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


getTextField

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

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

createTextField

TextField createTextField(boolean fontBold,
                          boolean fontItalic,
                          String fontName,
                          BigDecimal fontSize,
                          boolean fontStrikeout,
                          boolean fontUnderline,
                          boolean autoGenerated,
                          boolean changeable,
                          boolean filterable,
                          String multiplicity,
                          int skipRow,
                          boolean sortable,
                          int spanRow)
Creates an instance of class TextField based on all required attributes. This is a factory operation used to create instance objects of class TextField.


extendBasicObject

TextField extendBasicObject(BasicObject _base,
                            boolean fontBold,
                            boolean fontItalic,
                            String fontName,
                            BigDecimal fontSize,
                            boolean fontStrikeout,
                            boolean fontUnderline,
                            boolean autoGenerated,
                            boolean changeable,
                            boolean filterable,
                            String multiplicity,
                            int skipRow,
                            boolean sortable,
                            int spanRow)
Creates an instance of class TextField 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 TextField.


extendContextCapable

TextField extendContextCapable(ContextCapable _base,
                               boolean fontBold,
                               boolean fontItalic,
                               String fontName,
                               BigDecimal fontSize,
                               boolean fontStrikeout,
                               boolean fontUnderline,
                               boolean autoGenerated,
                               boolean changeable,
                               boolean filterable,
                               String multiplicity,
                               int skipRow,
                               boolean sortable,
                               int spanRow)
Creates an instance of class TextField 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 TextField.


extendExtentCapable

TextField extendExtentCapable(ExtentCapable _base,
                              boolean fontBold,
                              boolean fontItalic,
                              String fontName,
                              BigDecimal fontSize,
                              boolean fontStrikeout,
                              boolean fontUnderline,
                              boolean autoGenerated,
                              boolean changeable,
                              boolean filterable,
                              String multiplicity,
                              int skipRow,
                              boolean sortable,
                              int spanRow)
Creates an instance of class TextField 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 TextField.


extendViewCapable

TextField extendViewCapable(ViewCapable _base,
                            boolean fontBold,
                            boolean fontItalic,
                            String fontName,
                            BigDecimal fontSize,
                            boolean fontStrikeout,
                            boolean fontUnderline,
                            boolean autoGenerated,
                            boolean changeable,
                            boolean filterable,
                            String multiplicity,
                            int skipRow,
                            boolean sortable,
                            int spanRow)
Creates an instance of class TextField 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 TextField.


extendAbstractField

TextField extendAbstractField(AbstractField _base,
                              boolean filterable,
                              String multiplicity,
                              int skipRow,
                              boolean sortable,
                              int spanRow)
Creates an instance of class TextField 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 TextField.


extendElement

TextField extendElement(Element _base,
                        boolean fontBold,
                        boolean fontItalic,
                        String fontName,
                        BigDecimal fontSize,
                        boolean fontStrikeout,
                        boolean fontUnderline,
                        boolean filterable,
                        String multiplicity,
                        int skipRow,
                        boolean sortable,
                        int spanRow)
Creates an instance of class TextField 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 TextField.


extendLabelledField

TextField extendLabelledField(LabelledField _base,
                              boolean filterable,
                              String multiplicity,
                              int skipRow,
                              boolean sortable,
                              int spanRow)
Creates an instance of class TextField 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 TextField.



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