Class UserEditForm.ExtendedPropertyListModel
- java.lang.Object
-
- org.apache.wicket.model.LoadableDetachableModel<java.util.List<ConfigurationProperty<?>>>
-
- com.inductiveautomation.ignition.gateway.web.components.user.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
-
-
Constructor Summary
Constructors Constructor Description ExtendedPropertyListModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<ConfigurationProperty<?>>
load()
-
-
-
Method Detail
-
load
protected java.util.List<ConfigurationProperty<?>> load()
- Specified by:
load
in classorg.apache.wicket.model.LoadableDetachableModel<java.util.List<ConfigurationProperty<?>>>
-
-