程序包 | 说明 |
---|---|
org.opencms.ade.publish.client |
Client-side classes for the publish dialog.
|
org.opencms.gwt.client.ui.input |
GWT input widget classes for form input widgets.
|
限定符和类型 | 方法和说明 |
---|---|
CmsTriStateCheckBox.State |
CmsPublishSelectPanel.CheckBoxUpdate.getState()
Gets the new state.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsPublishSelectPanel.CheckBoxUpdate.setState(CmsTriStateCheckBox.State state)
Sets the new state.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsTriStateCheckBox.State |
CmsTriStateCheckBox.State.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static CmsTriStateCheckBox.State[] |
CmsTriStateCheckBox.State.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsTriStateCheckBox.setNextStateAfterIntermediateState(CmsTriStateCheckBox.State state)
Sets the state which the check box should transition to if the user clicks on it while it is neither on nor off.
|
void |
CmsTriStateCheckBox.setState(CmsTriStateCheckBox.State state,
boolean fireEvent)
Sets the state of the check box and optionally fires an event.
|
限定符和类型 | 方法和说明 |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
CmsTriStateCheckBox.addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler<CmsTriStateCheckBox.State> handler) |