Package org.opencms.ade.publish.client
Class CmsPublishSelectPanel.CheckBoxUpdate
java.lang.Object
org.opencms.ade.publish.client.CmsPublishSelectPanel.CheckBoxUpdate
- Enclosing class:
- CmsPublishSelectPanel
Data with which to update a check box.
-
Constructor Details
-
CheckBoxUpdate
public CheckBoxUpdate()
-
-
Method Details
-
getAction
Gets the action text.- Returns:
- the action text
-
getState
Gets the new state.- Returns:
- the new state
-
getText
Gets the new text.- Returns:
- the new text
-
setAction
Sets the action text.- Parameters:
action
- the action text
-
setState
Sets the new state.- Parameters:
state
- the new state
-
setText
Sets the new text.- Parameters:
text
- the new text
-