public static class CmsPublishSelectPanel.CheckBoxUpdate
extends java.lang.Object
| 构造器和说明 |
|---|
CmsPublishSelectPanel.CheckBoxUpdate() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getAction()
Gets the action text.
|
CmsTriStateCheckBox.State |
getState()
Gets the new state.
|
java.lang.String |
getText()
Gets the new text.
|
void |
setAction(java.lang.String action)
Sets the action text.
|
void |
setState(CmsTriStateCheckBox.State state)
Sets the new state.
|
void |
setText(java.lang.String text)
Sets the new text.
|
public java.lang.String getAction()
public CmsTriStateCheckBox.State getState()
public java.lang.String getText()
public void setAction(java.lang.String action)
action - the action textpublic void setState(CmsTriStateCheckBox.State state)
state - the new statepublic void setText(java.lang.String text)
text - the new text