Class ClientAppModalPanelBuilder<T extends org.apache.syncope.common.lib.to.ClientAppTO>
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>
-
- org.apache.syncope.client.console.clientapps.ClientAppModalPanelBuilder<T>
-
- All Implemented Interfaces:
Serializable,org.apache.syncope.client.ui.commons.wizards.ModalPanelBuilder<T>
public class ClientAppModalPanelBuilder<T extends org.apache.syncope.common.lib.to.ClientAppTO> extends org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<T>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientAppModalPanelBuilder(org.apache.syncope.common.lib.types.ClientAppType type, T defaultItem, BaseModal<T> modal, org.apache.wicket.PageReference pageRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.syncope.client.ui.commons.panels.WizardModalPanel<T>build(String id, int index, org.apache.syncope.client.ui.commons.wizards.AjaxWizard.Mode mode)
-