Uses of Enum Class
com.levigo.jadice.annotation.ChecklistAnnotation.CheckboxState
Packages that use ChecklistAnnotation.CheckboxState
-
Uses of ChecklistAnnotation.CheckboxState in com.levigo.jadice.annotation
Methods in com.levigo.jadice.annotation that return ChecklistAnnotation.CheckboxStateModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ChecklistAnnotation.CheckboxState[]ChecklistAnnotation.CheckboxState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.levigo.jadice.annotation that return types with arguments of type ChecklistAnnotation.CheckboxStateModifier and TypeMethodDescriptionChecklistAnnotation.getCheckboxes()Returns a list containing the checkbox states.Method parameters in com.levigo.jadice.annotation with type arguments of type ChecklistAnnotation.CheckboxStateModifier and TypeMethodDescriptionvoidChecklistAnnotation.setCheckboxes(List<ChecklistAnnotation.CheckboxState> checkboxes) Sets the list of checkboxes to the given list.