Class UserEditForm.ExtendedPropertyListModel

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel<java.util.List<ConfigurationProperty<?>>>, org.apache.wicket.util.io.IClusterable
    Enclosing class:
    UserEditForm

    public static class UserEditForm.ExtendedPropertyListModel
    extends org.apache.wicket.model.LoadableDetachableModel<java.util.List<ConfigurationProperty<?>>>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.List<ConfigurationProperty<?>> load()  
      • Methods inherited from class org.apache.wicket.model.LoadableDetachableModel

        detach, getObject, isAttached, onAttach, onDetach, setObject, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExtendedPropertyListModel

        public ExtendedPropertyListModel()