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
Indicates that the particular field should be rendered in a disabled
state
|
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.
|
String |
fieldName
While not technically part of the dialog property, the field name can be
used to define a unique name for the dialog property within your dialog.
|
boolean |
hideLabel
Used to set the hideLabel widget property in the dialog.
|
boolean |
hideOnEdit
Indicates that a Touch UI widget should hide on page edit
|
Listener[] |
listeners
The set of listeners which will be attributed to the dialog widget
associated with the authorable element.
|
String |
name
The path to which the value for the authorable element will be saved
during content authoring.
|
String |
orderBefore
Applicable to Touch-UI only
|
double |
ranking
Used to order dialog widgets within a tab.
|
boolean |
renderReadOnly
Indicates that a Touch UI widget should also render as read only
|
boolean |
required
Indicates that population of the widget input in the dialog is required.
|
String |
resourceType
Applicable to Touch-UI only
|
boolean |
showOnCreate
Indicates that a Touch UI widget should show on page creation
|
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
|
String |
xtype
Allows for explicit definition of a dialog widget xtype associated with
the element annotated.
|
public abstract String xtype
public abstract String resourceType
Allows for explicit definition of a dialog field's sling:resourceType.
public abstract String name
public abstract String fieldLabel
public abstract String fieldName
public abstract String fieldDescription
public abstract boolean required
public abstract boolean hideLabel
public abstract String defaultValue
public abstract int tab
public abstract Property[] additionalProperties
public abstract Listener[] listeners
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
public abstract String cssClass
Additional css classes to attribute to the rendered field
public abstract boolean suppressTouchUI
public abstract boolean renderReadOnly
public abstract boolean showOnCreate
public abstract boolean hideOnEdit
public abstract String orderBefore
Sets the sling:orderBefore property. This can be used when supertyping a resource to reorder the dialog fields.
Copyright © 2019 ICF Olson. All rights reserved.