Class ClientAppModalPanelBuilder<T extends org.apache.syncope.common.lib.to.ClientAppTO>

  • 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
    • Field Summary

      • Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder

        eventSink, pageRef
    • 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)  
      • Methods inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder

        getDefaultItem, getEventSink, getOriginalItem, getPageReference, newModelObject, onApplyInternal, onCancelInternal, setEventSink, setItem
    • Constructor Detail

      • ClientAppModalPanelBuilder

        public ClientAppModalPanelBuilder​(org.apache.syncope.common.lib.types.ClientAppType type,
                                          T defaultItem,
                                          BaseModal<T> modal,
                                          org.apache.wicket.PageReference pageRef)
    • Method Detail

      • build

        public org.apache.syncope.client.ui.commons.panels.WizardModalPanel<T> build​(String id,
                                                                                     int index,
                                                                                     org.apache.syncope.client.ui.commons.wizards.AjaxWizard.Mode mode)