- All Known Subinterfaces:
CheckButton
,CheckButton
@Signal(boolean.class) public interface CheckButton extends Trigger
A CheckButton calls a method with a boolean value of its checked state at user action.
or
CheckButton button : method(boolean);
or
CheckButton button : method(java.lang.Boolean);
- Author:
- peter Droste
-
Method Summary
Methods inherited from interface omix.lang.reflect.Member
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, getName, getNamespace, isAnnotationPresent