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 SummaryConstructors Modifier Constructor Description protectedStepModel()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetInitialModelObject()voidsetInitialModelObject(T initialModelObject)- 
Methods inherited from class org.apache.wicket.model.Modeldetach, equals, getObject, getObjectClass, hashCode, of, of, of, ofList, ofMap, ofSet, setObject, toString
 
- 
 
-