程序包 | 说明 |
---|---|
org.opencms.ade.containerpage.client.ui | |
org.opencms.ade.contenteditor.client.widgets | |
org.opencms.ade.galleries.client.preview.ui | |
org.opencms.ade.galleries.client.ui | |
org.opencms.ade.publish.client |
Client-side classes for the publish dialog.
|
org.opencms.gwt.client.ui |
Classes to handle GWT ui.
|
org.opencms.gwt.client.ui.input |
GWT input widget classes for form input widgets.
|
org.opencms.gwt.client.ui.restore | |
org.opencms.gwt.client.ui.tree |
Provides a tree and lazy tree implementation.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsCheckBox |
CmsConfirmRemoveWidget.m_checkBox
Checkbox for selecting whether the resource should be deleted.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsCheckBox |
CmsCheckboxWidget.m_checkbox
The check box of this widget.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsCheckBox |
CmsImageEditorForm.m_checkboxInsertCopyright
The insert copyright check-box.
|
protected CmsCheckBox |
CmsImageEditorForm.m_checkboxInsertLinkOrig
The insert link to original check-box.
|
protected CmsCheckBox |
CmsImageEditorForm.m_checkboxInsertSubtitle
The insert subtitle check-box.
|
protected CmsCheckBox |
CmsImageEditorForm.m_checkboxSpacing
The insert spacing check-box.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsCheckBox |
CmsSearchTab.m_includeExpiredCheckBox
The include expired resources check-box.
|
限定符和类型 | 方法和说明 |
---|---|
protected CmsCheckBox |
A_CmsListTab.A_SelectionHandler.getCheckBox()
Returns the check box.
|
构造器和说明 |
---|
A_CmsListTab.A_SelectionHandler(CmsCheckBox checkBox)
Constructor.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsCheckBox |
CmsPublishSelectPanel.m_checkboxAddContents
Checkbox for including the contents of folders in the direct publish case.
|
protected CmsCheckBox |
CmsPublishSelectPanel.m_checkboxProblems
The checkbox for the "show problems only" mode.
|
protected CmsCheckBox |
CmsPublishSelectPanel.m_checkboxRelated
The checkbox for including related resources.
|
protected CmsCheckBox |
CmsPublishSelectPanel.m_checkboxSiblings
The checkbox for including sibling resources.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsCheckBox |
CmsListItem.m_checkbox
The checkbox of this list item, or null if there is no checkbox.
|
限定符和类型 | 方法和说明 |
---|---|
CmsCheckBox |
CmsListItem.getCheckBox()
Gets the checkbox of this list item.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
CmsListItem.addCheckBox(CmsCheckBox checkbox)
Adds a check box to this list item.
|
protected void |
CmsListItem.initContent(CmsCheckBox checkbox,
com.google.gwt.user.client.ui.Widget mainWidget)
This method is a convenience method which sets the checkbox and main widget of this widget, and then calls
CmsListItem.initContent() . |
构造器和说明 |
---|
CmsListItem(CmsCheckBox checkBox,
CmsListItemWidget widget)
Default constructor.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsCheckBox |
CmsLinkSelector.m_externalCheckbox
The check box for setting the link to external or internal.
|
限定符和类型 | 字段和说明 |
---|---|
protected java.util.List<CmsCheckBox> |
CmsMultiCheckBox.m_checkboxes
The list of checkboxes.
|
限定符和类型 | 方法和说明 |
---|---|
CmsCheckBox |
CmsMultiSelectCell.get(int i)
Returns the selected CmsCheckBox.
|
protected CmsCheckBox |
CmsCategoryField.A_SelectionHandler.getCheckBox()
Returns the check box.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsCheckBox> |
CmsMultiSelectCell.getCheckbox()
Returns all CmsSelectBoxes.
|
java.util.List<CmsCheckBox> |
CmsMultiSelectBox.getCheckboxes()
Returns all CmsCheckBoxes used.
|
java.util.List<CmsCheckBox> |
CmsMultiCheckBox.getCheckboxes()
Returns a list of all checkboxes.
|
构造器和说明 |
---|
CmsCategoryField.A_SelectionHandler(CmsCheckBox checkBox)
Constructor.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsCheckBox |
CmsRestoreView.m_undoMoveCheckbox
The check box used for selecting whether a move operation should be undone.
|
构造器和说明 |
---|
CmsLazyTreeItem(CmsCheckBox checkbox,
com.google.gwt.user.client.ui.Widget widget,
boolean useLoadItem)
Constructs a new lazy tree item with a main widget and a check box.
|
CmsTreeItem(boolean showOpeners,
CmsCheckBox checkbox,
com.google.gwt.user.client.ui.Widget mainWidget)
Creates a new list tree item containing a main widget and a check box.
|