Uses of Class
it.tidalwave.role.ui.BoundProperty
-
Packages that use BoundProperty Package Description it.tidalwave.role.ui -
-
Uses of BoundProperty in it.tidalwave.role.ui
Methods in it.tidalwave.role.ui that return BoundProperty Modifier and Type Method Description BoundProperty<java.lang.Boolean>
UserAction. enabled()
Returns the property describing the enabled status of this action.static <T> BoundProperty<T>
BoundProperty. of(T value)
Creates a newBoundProperty
with the given initial value.
-