程序包 | 说明 |
---|---|
org.opencms.ade.galleries.client.ui | |
org.opencms.gwt.client.property | |
org.opencms.gwt.client.ui.input |
GWT input widget classes for form input widgets.
|
org.opencms.gwt.client.ui.input.datebox | |
org.opencms.gwt.client.ui.input.form |
GWT input widget classes for forms.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsGalleryField
A widget for selecting a resource from an ADE gallery dialog.
|
class |
CmsImageGalleryField
A widget for selecting a resource from an ADE gallery dialog.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsPropertySelectBox
This is just a select box with some special text messages for use in the property dialog.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsFormWidget |
CmsVfsModePropertyEditor.createFormWidget(java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> widgetParams) |
I_CmsFormWidget |
A_CmsPropertyEditor.createFormWidget(java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> widgetParams) |
限定符和类型 | 方法和说明 |
---|---|
static void |
A_CmsPropertyEditor.checkWidgetRequirements(java.lang.String key,
I_CmsFormWidget widget)
Checks whether a widget can be used in the sitemap entry editor, and throws an exception otherwise.
|
限定符和类型 | 类和说明 |
---|---|
class |
A_CmsSelectBox<OPTION extends A_CmsSelectCell>
Abstract superclass for select box widgets.
|
class |
CmsCategoryField
Basic category widget for forms.
|
class |
CmsCheckBox
This class represents a labeled checkbox which is not represented as an INPUT element in
the DOM, but is displayed as an image.
|
class |
CmsColorPicker
Basic text area widget for forms.
|
class |
CmsComboBox
Widget for selecting one of multiple items from a drop-down list which opens
after the user clicks on the widget.
|
class |
CmsExtendedMultiCheckBox
More advanced multi check box widget which also supports ghost values and is displayed in a box.
|
class |
CmsGroupSelection
Basic group selection.
|
class |
CmsLinkSelector
Widget for selecting an internal or external link.
|
class |
CmsMultiCheckBox
A form widget consisting of a group of checkboxes.
|
class |
CmsMultiSelectBox
Widget for selecting one of multiple items from a drop-down list which opens
after the user clicks on the widget.
|
class |
CmsRadioButtonGroupWidget
Widget class consisting of a group of radio buttons, of which at most one may be active.
|
class |
CmsSelectBox
Widget for selecting one of multiple items from a drop-down list which opens
after the user clicks on the widget.
|
class |
CmsTextArea
Basic text area widget for forms.
|
class |
CmsTextBox
Basic text box class for forms.
|
class |
CmsVfsLinkWidget
The vfs-link widget.
|
class |
CmsVfsSelection
Basic gallery widget for forms.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsFormWidget |
I_CmsFormField.getWidget()
Returns the widget used by this form field.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsDateBox
A text box that shows a date time picker widget when the user clicks on it.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsFormWidget |
I_CmsFormWidgetMultiFactory.createFormWidget(java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> widgetParams)
Creates a new form widget.
|
I_CmsFormWidget |
CmsWidgetFactoryRegistry.createFormWidget(java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> widgetParams)
Creates a new widget based on a type string and widget parameters.
|
I_CmsFormWidget |
I_CmsFormWidgetFactory.createWidget(java.util.Map<java.lang.String,java.lang.String> widgetParams)
Creates a new widget based on a map of parameters.
|
I_CmsFormWidget |
CmsBasicFormField.getWidget() |
构造器和说明 |
---|
CmsBasicFormField(java.lang.String id,
java.lang.String description,
java.lang.String label,
java.lang.Object defaultValue,
I_CmsFormWidget widget)
Constructs a new form field.
|