Class UserSourceEditPage.UserSourceProfileModel
java.lang.Object
org.apache.wicket.model.LoadableDetachableModel<UserSourceProfile>
com.inductiveautomation.ignition.gateway.web.components.user.UserSourceEditPage.UserSourceProfileModel
- All Implemented Interfaces:
- Serializable,- org.apache.wicket.model.IDetachable,- org.apache.wicket.model.IModel<UserSourceProfile>,- org.apache.wicket.util.io.IClusterable
- Enclosing class:
- UserSourceEditPage
public static class UserSourceEditPage.UserSourceProfileModel
extends org.apache.wicket.model.LoadableDetachableModel<UserSourceProfile>
LoadableDetachableModel that loads the UserSourceProfile itself as its object
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.wicket.model.LoadableDetachableModeldetach, getObject, isAttached, onAttach, onDetach, setObject, toString
- 
Constructor Details- 
UserSourceProfileModelpublic UserSourceProfileModel(long profileId) 
 
- 
- 
Method Details- 
load- Specified by:
- loadin class- org.apache.wicket.model.LoadableDetachableModel<UserSourceProfile>
 
 
-