See: Description
Class | Description |
---|---|
MetawidgetAnnotationInspector |
Inspects annotations defined by Metawidget (declared in this same package).
|
Annotation Type | Description |
---|---|
UiAction |
Identifies a method as being an executable action.
|
UiAttribute |
Annotates an arbitrary Metawidget attribute.
|
UiAttributes |
Annotates arbitrary attributes for the UI.
|
UiComesAfter |
Annotates the field comes after the other given field(s) in the UI.
|
UiDontExpand |
Annotates the field should not be expanded to show its children in the UI.
|
UiHidden |
Annotates the field should be hidden in the UI.
|
UiLabel |
Annotates the field should have the given label in the UI.
|
UiLarge |
Annotates the field should be 'large' in the UI.
|
UiLookup |
Annotates the value in the field should belong to the given set of Strings.
|
UiMasked |
Annotates the field should be masked in the UI.
|
UiReadOnly |
Annotates the field should be read-only in the UI.
|
UiRequired |
Annotates the field should be 'required' in the UI.
|
UiSection |
Annotates the field should be preceding by a section heading.
|
UiWide |
Annotates the field should be 'wide' in the UI, spanning all columns in a multi-column layout.
|
Copyright © 2015. All Rights Reserved.