Class Task.CheckItem
java.lang.Object
org.ametys.plugins.workspaces.tasks.Task.CheckItem
- Enclosing interface:
- Task
Object to represent a check item
-
Constructor Summary
-
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
true
if the item is checked- Returns:
true
if the item is checked
-