Uses of Class
to.etc.domui.component.meta.impl.DisplayPropertyMetaModel

Packages that use DisplayPropertyMetaModel
to.etc.domui.component.meta   
to.etc.domui.component.meta.impl   
 

Uses of DisplayPropertyMetaModel in to.etc.domui.component.meta
 

Methods in to.etc.domui.component.meta that return types with arguments of type DisplayPropertyMetaModel
static java.util.List<DisplayPropertyMetaModel> MetaManager.calculateObjectProperties(ClassMetaModel cm)
          Generate some set of columns to show from a class' metadata, if enabled.
 java.util.List<DisplayPropertyMetaModel> ClassMetaModel.getComboDisplayProperties()
          If this object is shown in a combobox it needs to show the following properties as the display value.
 java.util.List<DisplayPropertyMetaModel> PropertyMetaModel.getComboDisplayProperties()
          For a relation, this is the list of properties that should be shown.
 java.util.List<DisplayPropertyMetaModel> ClassMetaModel.getLookupSelectedProperties()
          When this class is to be selected as a parent in an UP relation using an InputLookup control this describes the properties to use to display the currently selected record in the edit page.
 java.util.List<DisplayPropertyMetaModel> PropertyMetaModel.getLookupSelectedProperties()
          When this class is to be selected as a parent in an UP relation using an InputLookup control this describes the properties to use to display the currently selected record in the edit page.
 java.util.List<DisplayPropertyMetaModel> PropertyMetaModel.getLookupTableProperties()
          When used in a LookupInput field, this fields are used to show the result of a Search in the DataTable.
 java.util.List<DisplayPropertyMetaModel> ClassMetaModel.getTableDisplayProperties()
          If this object is shown in a Table it needs to show the following properties there.
 

Uses of DisplayPropertyMetaModel in to.etc.domui.component.meta.impl
 

Methods in to.etc.domui.component.meta.impl that return types with arguments of type DisplayPropertyMetaModel
static java.util.List<DisplayPropertyMetaModel> DisplayPropertyMetaModel.decode(ClassMetaModel cmm, MetaComboProperty[] mar)
          Convert a list of combobox display properties to their metamodel equivalents.
static java.util.List<DisplayPropertyMetaModel> DisplayPropertyMetaModel.decode(ClassMetaModel cmm, MetaDisplayProperty[] mar)
          Converts a list of MetaDisplayProperty annotations into their metamodel equivalents.
 java.util.List<DisplayPropertyMetaModel> PathPropertyMetaModel.getComboDisplayProperties()
           
 java.util.List<DisplayPropertyMetaModel> ClassMetaModelWrapper.getComboDisplayProperties()
           
 java.util.List<DisplayPropertyMetaModel> ExpandedDisplayProperty.getComboDisplayProperties()
           
 java.util.List<DisplayPropertyMetaModel> DefaultClassMetaModel.getComboDisplayProperties()
           
 java.util.List<DisplayPropertyMetaModel> PropertyMetaModelWrapper.getComboDisplayProperties()
           
 java.util.List<DisplayPropertyMetaModel> DefaultPropertyMetaModel.getComboDisplayProperties()
           
 java.util.List<DisplayPropertyMetaModel> PathPropertyMetaModel.getLookupSelectedProperties()
           
 java.util.List<DisplayPropertyMetaModel> ClassMetaModelWrapper.getLookupSelectedProperties()
           
 java.util.List<DisplayPropertyMetaModel> ExpandedDisplayProperty.getLookupSelectedProperties()
           
 java.util.List<DisplayPropertyMetaModel> DefaultClassMetaModel.getLookupSelectedProperties()
          When this class is to be selected as a parent in an UP relation using an InputLookup control this describes the properties to use to display the currently selected record in the edit page.
 java.util.List<DisplayPropertyMetaModel> PropertyMetaModelWrapper.getLookupSelectedProperties()
           
 java.util.List<DisplayPropertyMetaModel> DefaultPropertyMetaModel.getLookupSelectedProperties()
          When this class is to be selected as a parent in an UP relation using an InputLookup control this describes the properties to use to display the currently selected record in the edit page.
 java.util.List<DisplayPropertyMetaModel> PathPropertyMetaModel.getLookupTableProperties()
           
 java.util.List<DisplayPropertyMetaModel> ExpandedDisplayProperty.getLookupTableProperties()
           
 java.util.List<DisplayPropertyMetaModel> PropertyMetaModelWrapper.getLookupTableProperties()
           
 java.util.List<DisplayPropertyMetaModel> DefaultPropertyMetaModel.getLookupTableProperties()
          When used in a LookupInput field, this fields are used to show the result of a Search in the DataTable.
 java.util.List<DisplayPropertyMetaModel> ClassMetaModelWrapper.getTableDisplayProperties()
           
 java.util.List<DisplayPropertyMetaModel> DefaultClassMetaModel.getTableDisplayProperties()
           
 

Method parameters in to.etc.domui.component.meta.impl with type arguments of type DisplayPropertyMetaModel
static java.util.List<ExpandedDisplayProperty<?>> ExpandedDisplayProperty.expandDisplayProperties(java.util.List<DisplayPropertyMetaModel> dpl, ClassMetaModel cmm, IValueAccessor<?> rootAccessor)
          Enter with a list of display thingies; returns the fully-expanded list of thingeridoos.
 void DefaultClassMetaModel.setComboDisplayProperties(java.util.List<DisplayPropertyMetaModel> displayProperties)
           
 void DefaultPropertyMetaModel.setComboDisplayProperties(java.util.List<DisplayPropertyMetaModel> displayProperties)
           
 void DefaultClassMetaModel.setLookupSelectedProperties(java.util.List<DisplayPropertyMetaModel> lookupFieldDisplayProperties)
           
 void DefaultPropertyMetaModel.setLookupSelectedProperties(java.util.List<DisplayPropertyMetaModel> lookupFieldDisplayProperties)
           
 void DefaultPropertyMetaModel.setLookupTableProperties(java.util.List<DisplayPropertyMetaModel> lookupFieldTableProperties)
           
 void DefaultClassMetaModel.setTableDisplayProperties(java.util.List<DisplayPropertyMetaModel> tableDisplayProperties)
           
 

Constructors in to.etc.domui.component.meta.impl with parameters of type DisplayPropertyMetaModel
ExpandedDisplayProperty(DisplayPropertyMetaModel displayMeta, PropertyMetaModel<T> propertyMeta, IValueAccessor<T> accessor)
           
 

Constructor parameters in to.etc.domui.component.meta.impl with type arguments of type DisplayPropertyMetaModel
JoinedDisplayProperty(java.util.List<DisplayPropertyMetaModel> list, java.util.List<PropertyMetaModel<?>> plist, IValueAccessor<?> rootAccessor)