Class Checkbox
- java.lang.Object
-
- io.tech1.framework.domain.properties.base.Checkbox
-
- All Implemented Interfaces:
AbstractToggleProperty
public class Checkbox extends Object implements AbstractToggleProperty
-
-
Constructor Summary
Constructors Constructor Description Checkbox()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)static Checkboxdisabled()static Checkboxenabled()booleanequals(Object o)inthashCode()booleanisEnabled()voidsetEnabled(boolean enabled)StringtoString()
-
-
-
Method Detail
-
enabled
public static Checkbox enabled()
-
disabled
public static Checkbox disabled()
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabledin interfaceAbstractToggleProperty
-
setEnabled
public void setEnabled(boolean enabled)
-
canEqual
protected boolean canEqual(Object other)
-
-