接口 | 说明 |
---|---|
A_CmsSelectBox.I_CmsSelectBoxUiBinder |
The UI Binder interface for this widget.
|
CmsLabel.I_TitleGenerator |
Interface for generating HTML titles (tooltips) for a label.
|
CmsLinkSelector.I_CmsLinkSelectorUiBinder |
The UI Binder interface for this widget.
|
I_CmsFormField |
The interface for a form field.
|
I_CmsFormWidget |
Basic interface for all widgets that can be used for form fields.
|
I_CmsHasBlur |
This is an interface for widgets which have a blur() method.
|
I_CmsHasGhostValue |
Interface for widgets which can contain a "ghost value".
|
I_CmsStringModel |
The interface for a string model.
|
类 | 说明 |
---|---|
A_CmsSelectBox<OPTION extends A_CmsSelectCell> |
Abstract superclass for select box widgets.
|
A_CmsSelectCell |
An abstract class for widgets which represent options for select boxes.
|
CmsCategoryField |
Basic category widget for forms.
|
CmsCheckBox |
This class represents a labeled checkbox which is not represented as an INPUT element in
the DOM, but is displayed as an image.
|
CmsColorPicker |
Basic text area widget for forms.
|
CmsComboBox |
Widget for selecting one of multiple items from a drop-down list which opens
after the user clicks on the widget.
|
CmsDefaultStringModel |
The default string model implementation.
|
CmsErrorWidget |
Helper class for displaying errors.
|
CmsExtendedMultiCheckBox |
More advanced multi check box widget which also supports ghost values and is displayed in a box.
|
CmsFramePopup |
This class represents a popup which displays an IFrame.
|
CmsGroupSelection |
Basic group selection.
|
CmsLabel |
Single line label with text truncation and tool tip.
|
CmsLabelSelectCell |
This class represents a single select option in the selector of the select box.
|
CmsLinkSelector |
Widget for selecting an internal or external link.
|
CmsMultiCheckBox |
A form widget consisting of a group of checkboxes.
|
CmsMultiSelectBox |
Widget for selecting one of multiple items from a drop-down list which opens
after the user clicks on the widget.
|
CmsMultiSelectCell |
Implements a select cell that can contain multiple entries.
|
CmsNonEmptyValidator |
A validator that checks whether a field is not empty.
|
CmsPaddedPanel |
Basic panel class with a horizontal pseudo-padding.
|
CmsRadioButton |
Class representing a single radio button.
|
CmsRadioButtonGroup |
This class coordinates multiple radio buttons and makes sure that when a radio button of a group is
selected, no other radio button of the same group is selected.
|
CmsRadioButtonGroupWidget |
Widget class consisting of a group of radio buttons, of which at most one may be active.
|
CmsRegexValidator |
Basic regular expression validator for widgets of field type string.
|
CmsSelectBox |
Widget for selecting one of multiple items from a drop-down list which opens
after the user clicks on the widget.
|
CmsSelectionInput |
Text input field with value select opener button and value fader for overflowing values.
|
CmsSimpleTextBox |
A simple text box firing change events whenever a key is pressed and the value has changed.
|
CmsTextArea |
Basic text area widget for forms.
|
CmsTextBox |
Basic text box class for forms.
|
CmsTriStateCheckBox |
Tri-state checkbox.
|
CmsVfsLinkWidget |
The vfs-link widget.
|
CmsVfsSelection |
Basic gallery widget for forms.
|
I_CmsFormField.LayoutData |
A simple map class containing strings to direct the layout of a form field.
|
枚举 | 说明 |
---|---|
CmsTriStateCheckBox.State |
The possible check box states.
|
I_CmsFormField.ValidationStatus |
An enum which represents the validation status of a field.
|
I_CmsFormWidget.FieldType |
Field type constants.
|