Package to.etc.domui.component.meta

Interface Summary
ClassMetaModel  
IClassMetaModelFactory The root for all metamodel lookups.
IMetaClass This defines an object as a "meta class" object, having an object model always.
PropertyMetaModel<T> Contains the metadata that is known for a field (property).
PropertyMetaValidator  
SearchPropertyMetaModel  
 

Class Summary
MetaConstants  
MetaManager Accessor class to the generalized metadata thingies.
MetaUtils Utility class used as utility method library for working with meta data.
 

Enum Summary
NumericPresentation Default numeric representations that can be used.
NumericType Represents a toplevel specification of what a numeric value represents.
PropertyRelationType  
SearchPropertyType Represents a specification how search item defined with MetaSearch would be used.
SortableType  
TemporalPresentationType  
YesNoType  
 

Annotation Types Summary
MetaCombo Specifies how an object is shown when presented in a Combo Box.
MetaComboProperty Defines a display property for a combo control, to use in the MetaCombo annotation.
MetaDisplayProperty Used to define a property to show in a table, used to define the names and to override display properties for a single table.
MetaObject This describes how an Object is to be shown when it is displayed in a (Data)Table (see DataTable and BasicRowRenderer).
MetaProperty Annotation to add metadata to a property.
MetaSearch Marks a property as a search property.
MetaSearchItem This is an item in an object's default search definition.
MetaValueValidator Annotation to define a parameterized value validator.