|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NumberFieldClass
| Method Summary | |
|---|---|
NumberField |
createNumberField()
Creates an instance of class NumberField. |
NumberField |
createNumberField(boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
int decimalPlaces,
boolean hasThousandsSeparator,
BigDecimal increment,
BigDecimal maxValue,
BigDecimal minValue,
boolean filterable,
String multiplicity,
int skipRow,
boolean sortable,
int spanRow)
Creates an instance of class NumberField based on all
required attributes. |
NumberField |
extendAbstractField(AbstractField _base,
int decimalPlaces,
boolean hasThousandsSeparator,
BigDecimal increment,
BigDecimal maxValue,
BigDecimal minValue,
boolean filterable,
String multiplicity,
int skipRow,
boolean sortable,
int spanRow)
Creates an instance of class NumberField based on the
superclass AbstractField and all required attributes not
included in this superclass. |
NumberField |
extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
int decimalPlaces,
boolean hasThousandsSeparator,
BigDecimal increment,
BigDecimal maxValue,
BigDecimal minValue,
boolean filterable,
String multiplicity,
int skipRow,
boolean sortable,
int spanRow)
Creates an instance of class NumberField based on the
superclass BasicObject and all required attributes not
included in this superclass. |
NumberField |
extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
int decimalPlaces,
boolean hasThousandsSeparator,
BigDecimal increment,
BigDecimal maxValue,
BigDecimal minValue,
boolean filterable,
String multiplicity,
int skipRow,
boolean sortable,
int spanRow)
Creates an instance of class NumberField based on the
superclass ContextCapable and all required attributes not
included in this superclass. |
NumberField |
extendElement(Element _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
int decimalPlaces,
boolean hasThousandsSeparator,
BigDecimal increment,
BigDecimal maxValue,
BigDecimal minValue,
boolean filterable,
String multiplicity,
int skipRow,
boolean sortable,
int spanRow)
Creates an instance of class NumberField based on the
superclass Element and all required attributes not
included in this superclass. |
NumberField |
extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
int decimalPlaces,
boolean hasThousandsSeparator,
BigDecimal increment,
BigDecimal maxValue,
BigDecimal minValue,
boolean filterable,
String multiplicity,
int skipRow,
boolean sortable,
int spanRow)
Creates an instance of class NumberField based on the
superclass ExtentCapable and all required attributes not
included in this superclass. |
NumberField |
extendLabelledField(LabelledField _base,
int decimalPlaces,
boolean hasThousandsSeparator,
BigDecimal increment,
BigDecimal maxValue,
BigDecimal minValue,
boolean filterable,
String multiplicity,
int skipRow,
boolean sortable,
int spanRow)
Creates an instance of class NumberField based on the
superclass LabelledField and all required attributes not
included in this superclass. |
NumberField |
extendValuedField(ValuedField _base,
int decimalPlaces,
boolean hasThousandsSeparator,
BigDecimal increment,
BigDecimal maxValue,
BigDecimal minValue)
Creates an instance of class NumberField based on the
superclass ValuedField and all required attributes not
included in this superclass. |
NumberField |
extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
int decimalPlaces,
boolean hasThousandsSeparator,
BigDecimal increment,
BigDecimal maxValue,
BigDecimal minValue,
boolean filterable,
String multiplicity,
int skipRow,
boolean sortable,
int spanRow)
Creates an instance of class NumberField based on the
superclass ViewCapable and all required attributes not
included in this superclass. |
NumberField |
getNumberField(Object object)
Creates an instance of class NumberField 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 |
|---|
NumberField createNumberField()
NumberField.
This is a factory operation used to create instance objects of class
NumberField.
NumberField getNumberField(Object object)
NumberField based on the
specified Object instance.
This is a factory operation used to create instance objects of class
NumberField.
object - The Object instance this class is based on.
NumberField createNumberField(boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
int decimalPlaces,
boolean hasThousandsSeparator,
BigDecimal increment,
BigDecimal maxValue,
BigDecimal minValue,
boolean filterable,
String multiplicity,
int skipRow,
boolean sortable,
int spanRow)
NumberField based on all
required attributes.
This is a factory operation used to create instance objects of class
NumberField.
NumberField extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
int decimalPlaces,
boolean hasThousandsSeparator,
BigDecimal increment,
BigDecimal maxValue,
BigDecimal minValue,
boolean filterable,
String multiplicity,
int skipRow,
boolean sortable,
int spanRow)
NumberField 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
NumberField.
NumberField extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
int decimalPlaces,
boolean hasThousandsSeparator,
BigDecimal increment,
BigDecimal maxValue,
BigDecimal minValue,
boolean filterable,
String multiplicity,
int skipRow,
boolean sortable,
int spanRow)
NumberField 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
NumberField.
NumberField extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
int decimalPlaces,
boolean hasThousandsSeparator,
BigDecimal increment,
BigDecimal maxValue,
BigDecimal minValue,
boolean filterable,
String multiplicity,
int skipRow,
boolean sortable,
int spanRow)
NumberField 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
NumberField.
NumberField extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
int decimalPlaces,
boolean hasThousandsSeparator,
BigDecimal increment,
BigDecimal maxValue,
BigDecimal minValue,
boolean filterable,
String multiplicity,
int skipRow,
boolean sortable,
int spanRow)
NumberField 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
NumberField.
NumberField extendAbstractField(AbstractField _base,
int decimalPlaces,
boolean hasThousandsSeparator,
BigDecimal increment,
BigDecimal maxValue,
BigDecimal minValue,
boolean filterable,
String multiplicity,
int skipRow,
boolean sortable,
int spanRow)
NumberField 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
NumberField.
NumberField extendElement(Element _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
int decimalPlaces,
boolean hasThousandsSeparator,
BigDecimal increment,
BigDecimal maxValue,
BigDecimal minValue,
boolean filterable,
String multiplicity,
int skipRow,
boolean sortable,
int spanRow)
NumberField 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
NumberField.
NumberField extendLabelledField(LabelledField _base,
int decimalPlaces,
boolean hasThousandsSeparator,
BigDecimal increment,
BigDecimal maxValue,
BigDecimal minValue,
boolean filterable,
String multiplicity,
int skipRow,
boolean sortable,
int spanRow)
NumberField 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
NumberField.
NumberField extendValuedField(ValuedField _base,
int decimalPlaces,
boolean hasThousandsSeparator,
BigDecimal increment,
BigDecimal maxValue,
BigDecimal minValue)
NumberField 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
NumberField.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||