Class AuthProfileWizardBuilder.StepModel<T extends BaseBean>
- java.lang.Object
-
- org.apache.wicket.model.Model<T>
-
- org.apache.syncope.client.console.authprofiles.AuthProfileWizardBuilder.StepModel<T>
-
- All Implemented Interfaces:
Serializable
,IDetachable
,IModel<T>
,IObjectClassAwareModel<T>
,IClusterable
- Enclosing class:
- AuthProfileWizardBuilder<T extends BaseBean>
protected static class AuthProfileWizardBuilder.StepModel<T extends BaseBean> extends Model<T>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StepModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getInitialModelObject()
void
setInitialModelObject(T initialModelObject)
-
Methods inherited from class org.apache.wicket.model.Model
detach, equals, getObject, getObjectClass, hashCode, of, of, of, ofList, ofMap, ofSet, setObject, toString
-
-