|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FieldGroupClass
| Method Summary | |
|---|---|
FieldGroup |
createFieldGroup()
Creates an instance of class FieldGroup. |
FieldGroup |
createFieldGroup(boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean verticalFill)
Creates an instance of class FieldGroup based on all
required attributes. |
FieldGroup |
extendAbstractField(AbstractField _base,
boolean verticalFill)
Creates an instance of class FieldGroup based on the
superclass AbstractField and all required attributes not
included in this superclass. |
FieldGroup |
extendBasicObject(BasicObject _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean verticalFill)
Creates an instance of class FieldGroup based on the
superclass BasicObject and all required attributes not
included in this superclass. |
FieldGroup |
extendContainer(Container _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean verticalFill)
Creates an instance of class FieldGroup based on the
superclass Container and all required attributes not
included in this superclass. |
FieldGroup |
extendContainerField(ContainerField _base,
boolean verticalFill)
Creates an instance of class FieldGroup based on the
superclass ContainerField and all required attributes not
included in this superclass. |
FieldGroup |
extendContextCapable(ContextCapable _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean verticalFill)
Creates an instance of class FieldGroup based on the
superclass ContextCapable and all required attributes not
included in this superclass. |
FieldGroup |
extendElement(Element _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean verticalFill)
Creates an instance of class FieldGroup based on the
superclass Element and all required attributes not
included in this superclass. |
FieldGroup |
extendElementLayoutDefinition(ElementLayoutDefinition _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable)
Creates an instance of class FieldGroup based on the
superclass ElementLayoutDefinition and all required
attributes not included in this superclass. |
FieldGroup |
extendExtentCapable(ExtentCapable _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean verticalFill)
Creates an instance of class FieldGroup based on the
superclass ExtentCapable and all required attributes not
included in this superclass. |
FieldGroup |
extendLabelledField(LabelledField _base,
boolean verticalFill)
Creates an instance of class FieldGroup based on the
superclass LabelledField and all required attributes not
included in this superclass. |
FieldGroup |
extendViewCapable(ViewCapable _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean verticalFill)
Creates an instance of class FieldGroup based on the
superclass ViewCapable and all required attributes not
included in this superclass. |
FieldGroup |
getFieldGroup(Object object)
Creates an instance of class FieldGroup 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 |
|---|
FieldGroup createFieldGroup()
FieldGroup.
This is a factory operation used to create instance objects of class
FieldGroup.
FieldGroup getFieldGroup(Object object)
FieldGroup based on the
specified Object instance.
This is a factory operation used to create instance objects of class
FieldGroup.
object - The Object instance this class is based on. Object must
be instanceof RefObject, Object_1_0 or Path.
FieldGroup createFieldGroup(boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean verticalFill)
FieldGroup based on all
required attributes.
This is a factory operation used to create instance objects of class
FieldGroup.
FieldGroup extendBasicObject(BasicObject _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean verticalFill)
FieldGroup 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
FieldGroup.
FieldGroup extendContextCapable(ContextCapable _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean verticalFill)
FieldGroup 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
FieldGroup.
FieldGroup extendExtentCapable(ExtentCapable _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean verticalFill)
FieldGroup 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
FieldGroup.
FieldGroup extendViewCapable(ViewCapable _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable,
boolean verticalFill)
FieldGroup 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
FieldGroup.
FieldGroup extendAbstractField(AbstractField _base,
boolean verticalFill)
FieldGroup 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
FieldGroup.
FieldGroup extendContainer(Container _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean verticalFill)
FieldGroup based on the
superclass Container and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
FieldGroup.
FieldGroup extendContainerField(ContainerField _base,
boolean verticalFill)
FieldGroup based on the
superclass ContainerField and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
FieldGroup.
FieldGroup extendElement(Element _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean verticalFill)
FieldGroup 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
FieldGroup.
FieldGroup extendElementLayoutDefinition(ElementLayoutDefinition _base,
boolean fontBold,
boolean fontItalic,
String fontName,
BigDecimal fontSize,
boolean fontStrikeout,
boolean fontUnderline,
boolean autoGenerated,
boolean changeable)
FieldGroup based on the
superclass ElementLayoutDefinition and all required
attributes not included in this superclass.
This is a factory operation used to create instance objects of class
FieldGroup.
FieldGroup extendLabelledField(LabelledField _base,
boolean verticalFill)
FieldGroup 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
FieldGroup.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||