org.openmdx.ui1.cci
Interface FieldGroupClass

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

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


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

createFieldGroup

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


getFieldGroup

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

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

createFieldGroup

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. This is a factory operation used to create instance objects of class FieldGroup.


extendBasicObject

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. This is a factory operation used to create instance objects of class FieldGroup.


extendContextCapable

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. This is a factory operation used to create instance objects of class FieldGroup.


extendExtentCapable

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. This is a factory operation used to create instance objects of class FieldGroup.


extendViewCapable

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. This is a factory operation used to create instance objects of class FieldGroup.


extendAbstractField

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. This is a factory operation used to create instance objects of class FieldGroup.


extendContainer

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. This is a factory operation used to create instance objects of class FieldGroup.


extendContainerField

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. This is a factory operation used to create instance objects of class FieldGroup.


extendElement

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. This is a factory operation used to create instance objects of class FieldGroup.


extendElementLayoutDefinition

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. This is a factory operation used to create instance objects of class FieldGroup.


extendLabelledField

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. This is a factory operation used to create instance objects of class FieldGroup.



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