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 SummaryConstructors Constructor Description UserSourceProfileModel(long profileId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UserSourceProfileload()
 
- 
- 
- 
Method Detail- 
loadpublic UserSourceProfile load() - Specified by:
- loadin class- org.apache.wicket.model.LoadableDetachableModel<UserSourceProfile>
 
 
- 
 
-