Uses of Interface
org.openmdx.ui1.jmi1.AbstractField

Packages that use AbstractField
org.openmdx.ui1.jmi1   
 

Uses of AbstractField in org.openmdx.ui1.jmi1
 

Subinterfaces of AbstractField in org.openmdx.ui1.jmi1
 interface CheckBox
          Class CheckBox
 interface CompoundField
          Class CompoundField
 interface ContainerField
          Abstract class ContainerField
 interface DateField
          Class DateField
 interface DocumentBox
          Class DocumentBox
 interface FieldGroup
          Class FieldGroup
 interface LabelledField
          Abstract class LabelledField
 interface NonLabelledField
          Abstract class NonLabelledField
 interface NumberField
          Class NumberField
 interface ObjectContainer
          Class ObjectContainer
 interface ObjectReferenceField
          Class ObjectReferenceField
 interface TextBox
          Class TextBox
 interface TextField
          Class TextField
 interface ValuedField
          Abstract class ValuedField
 

Methods in org.openmdx.ui1.jmi1 with parameters of type AbstractField
 FieldGroup FieldGroupClass.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.
 TextBox TextBoxClass.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.
 DocumentBox DocumentBoxClass.extendAbstractField(AbstractField _base, boolean inPlace, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class DocumentBox based on the superclass AbstractField and all required attributes not included in this superclass.
 CheckBox CheckBoxClass.extendAbstractField(AbstractField _base, boolean threeState, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class CheckBox based on the superclass AbstractField and all required attributes not included in this superclass.
 TextField TextFieldClass.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.
 CompoundField CompoundFieldClass.extendAbstractField(AbstractField _base, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class CompoundField based on the superclass AbstractField and all required attributes not included in this superclass.
 ObjectContainer ObjectContainerClass.extendAbstractField(AbstractField _base, boolean referenceIsStoredAsAttribute, String referenceName, String referencedTypeName, boolean userDefinedQualifier)
          Creates an instance of class ObjectContainer based on the superclass AbstractField and all required attributes not included in this superclass.
 ObjectReferenceField ObjectReferenceFieldClass.extendAbstractField(AbstractField _base, boolean referenceIsStoredAsAttribute, String referenceName, String referencedTypeName, boolean userDefinedQualifier, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class ObjectReferenceField based on the superclass AbstractField and all required attributes not included in this superclass.
 NumberField NumberFieldClass.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.
 DateField DateFieldClass.extendAbstractField(AbstractField _base, String format, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class DateField based on the superclass AbstractField and all required attributes not included in this superclass.
 



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