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 Details

    • UserSourceProfileModel

      public UserSourceProfileModel(long profileId)
  • Method Details