|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextBoxClass
| 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(org.openmdx.base.jmi1.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(org.openmdx.base.jmi1.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(org.openmdx.base.jmi1.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(org.openmdx.compatibility.view1.jmi1.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 |
|---|
TextBox createTextBox()
TextBox.
This is a factory operation used to create instance objects of class
TextBox.
TextBox getTextBox(Object object)
TextBox based on the
specified Object instance.
This is a factory operation used to create instance objects of class
TextBox.
object - The Object instance this class is based on.
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)
TextBox based on all required
attributes.
This is a factory operation used to create instance objects of class
TextBox.
TextBox extendBasicObject(org.openmdx.base.jmi1.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)
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.
TextBox extendContextCapable(org.openmdx.base.jmi1.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)
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.
TextBox extendExtentCapable(org.openmdx.base.jmi1.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)
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.
TextBox extendViewCapable(org.openmdx.compatibility.view1.jmi1.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)
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.
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)
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.
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)
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.
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)
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.
TextBox extendValuedField(ValuedField _base,
boolean acceptsTab,
boolean autoSize,
boolean isPassword,
int maxLength,
boolean multiline,
boolean tabStop,
short textAlign,
boolean wordWrap)
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||