org.smallmind.wicket.model
Class VisibilityModel
java.lang.Object
org.apache.wicket.model.AbstractReadOnlyModel
org.smallmind.wicket.model.VisibilityModel
- All Implemented Interfaces:
- Serializable, org.apache.wicket.IClusterable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel
public abstract class VisibilityModel
- extends org.apache.wicket.model.AbstractReadOnlyModel
- See Also:
- Serialized Form
| Methods inherited from class org.apache.wicket.model.AbstractReadOnlyModel |
detach, setObject, toString |
VisibilityModel
public VisibilityModel()
isVisible
public abstract boolean isVisible()
getObject
public Object getObject()
- Specified by:
getObject in interface org.apache.wicket.model.IModel- Specified by:
getObject in class org.apache.wicket.model.AbstractReadOnlyModel
Copyright © 2012. All Rights Reserved.