Package org.wicketstuff.minis.model
Class NotModel
- java.lang.Object
-
- org.apache.wicket.model.LoadableDetachableModel<T>
-
- org.wicketstuff.minis.model.LoadableDetachableDependentModel<Boolean,Boolean>
-
- org.wicketstuff.minis.model.NotModel
-
- All Implemented Interfaces:
Serializable,IDetachable,IModel<Boolean>,IClusterable
public class NotModel extends LoadableDetachableDependentModel<Boolean,Boolean>
Boolean model that returns the opposite of the dependent Boolean model value. The value returned when the dependent model value is null is configurable -- it defaults to true.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Booleanload()-
Methods inherited from class org.wicketstuff.minis.model.LoadableDetachableDependentModel
getDependentModel, onDetach
-
Methods inherited from class org.apache.wicket.model.LoadableDetachableModel
detach, getObject, isAttached, of, onAttach, setObject, toString
-
-