Modifier and Type | Required Element and Description |
---|---|
boolean |
hideLabel
Used to set the hideLabel widget property in the dialog.
|
boolean |
required
Indicates that population of the widget input in the dialog is required.
|
Modifier and Type | Optional Element and Description |
---|---|
Property[] |
additionalProperties
A list of additional properties not already represented by properties of
the annotation.
|
String |
cssClass
For Touch-UI Only
|
String |
defaultValue
Used to set the defaultValue widget property in the dialog.
|
boolean |
disabled
For Touch-UI Only
|
String |
fieldDescription
Populates the fieldDescription widget property in the dialog.
|
String |
fieldLabel
The human-readable label for the input field which will be presented in a
dialog.
|
Listener[] |
listeners
The set of listeners which will be attributed to the dialog widget
associated with the authorable element.
|
boolean |
mergeAdditionalProperties
If this is set to true, the instead of overriding the additional
properties, the additional properties from the parent will be merged with
the ones from this annotation.
|
boolean |
mergeLiseners
If this is set to true, the instead of overriding the listeners, the
listeners from the parent will be merged with the ones from this
annotation.
|
String |
name
The path to which the value for the authorable element will be saved
during content authoring.
|
double |
ranking
Used to order dialog widgets within a tab.
|
boolean |
suppressTouchUI
Indicates that a Touch UI widget should not be produced for the annotated
member
|
int |
tab
The index number, starting at 1, of the tab in which to place the dialog
widget representing this authorable element.
|
String |
title
For Touch-UI Only
|
String |
value
For Touch-UI Only
|
public abstract boolean required
public abstract boolean hideLabel
public abstract String name
public abstract String fieldLabel
public abstract String fieldDescription
public abstract String defaultValue
public abstract int tab
public abstract Property[] additionalProperties
public abstract boolean mergeAdditionalProperties
public abstract Listener[] listeners
public abstract boolean mergeLiseners
public abstract double ranking
public abstract String value
Many of the Touch UI widgets react to an underlying value being set for the field.
public abstract String title
public abstract boolean disabled
Indicates that the particular field should be rendered in a disabled state
public abstract String cssClass
Additional css classes to attribute to the rendered field
Copyright © 2019 ICF Olson. All rights reserved.