Class UserSourceEditPage.UserSourceProfileModel
- java.lang.Object
 - 
- org.apache.wicket.model.LoadableDetachableModel<UserSourceProfile>
 - 
- com.inductiveautomation.ignition.gateway.web.components.user.UserSourceEditPage.UserSourceProfileModel
 
 
 
- 
- All Implemented Interfaces:
 java.io.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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description UserSourceProfileModel(long profileId) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserSourceProfileload() 
 - 
 
- 
- 
Method Detail
- 
load
public UserSourceProfile load()
- Specified by:
 loadin classorg.apache.wicket.model.LoadableDetachableModel<UserSourceProfile>
 
 - 
 
 -