public class CmsPublishItemStateSummary
extends java.lang.Object
This is used for updating the check box states in the publish dialog.
构造器和说明 |
---|
CmsPublishItemStateSummary() |
限定符和类型 | 方法和说明 |
---|---|
void |
addState(CmsPublishItemStatus.State state)
Adds a new state value to the statistics.
|
int |
getNormalCount()
Gets the count of 'normal' states.
|
int |
getPublishCount()
Gets the count of 'publish' states.
|
int |
getRemoveCount()
Gets the count of 'remove' states.
|
public void addState(CmsPublishItemStatus.State state)
state
- the state to addpublic int getNormalCount()
public int getPublishCount()
public int getRemoveCount()