Class VisibilityModel

  • All Implemented Interfaces:
    Serializable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel<String>, org.apache.wicket.util.io.IClusterable

    public abstract class VisibilityModel
    extends Object
    implements org.apache.wicket.model.IModel<String>
    See Also:
    Serialized Form
    • Constructor Detail

      • VisibilityModel

        public VisibilityModel()
    • Method Detail

      • isVisible

        public abstract boolean isVisible()
      • getObject

        public String getObject()
        Specified by:
        getObject in interface org.apache.wicket.model.IModel<String>