Class Task.CheckItem

java.lang.Object
org.ametys.plugins.workspaces.tasks.Task.CheckItem
Enclosing interface:
Task

public static class Task.CheckItem extends Object
Object to represent a check item
  • Constructor Details

    • CheckItem

      public CheckItem(String label, boolean isChecked)
      The constructor
      Parameters:
      label - the label
      isChecked - true is the item is check
  • Method Details

    • getLabel

      public String getLabel()
      Get the label
      Returns:
      the label
    • isChecked

      public boolean isChecked()
      true if the item is checked
      Returns:
      true if the item is checked