Class Task.CheckItem
java.lang.Object
org.ametys.plugins.workspaces.tasks.Task.CheckItem
- Enclosing interface:
Task
Object to represent a check item
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CheckItem
The constructor- Parameters:
label- the labelisChecked- true is the item is check
-
-
Method Details
-
getLabel
Get the label- Returns:
- the label
-
isChecked
trueif the item is checked- Returns:
trueif the item is checked
-