Class ClientAppPropertyWizardBuilder

  • All Implemented Interfaces:
    Serializable, org.apache.syncope.client.ui.commons.wizards.ModalPanelBuilder<org.apache.syncope.common.lib.Attr>

    public class ClientAppPropertyWizardBuilder
    extends AttrWizardBuilder
    See Also:
    Serialized Form
    • Field Summary

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

        LOG, mode, outerObjects
      • Fields inherited from class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder

        eventSink, pageRef
    • Constructor Summary

      Constructors 
      Constructor Description
      ClientAppPropertyWizardBuilder​(org.apache.syncope.common.lib.types.ClientAppType type, org.apache.syncope.common.lib.to.ClientAppTO clientApp, org.apache.syncope.common.lib.Attr attr, org.apache.wicket.PageReference pageRef)  
    • Constructor Detail

      • ClientAppPropertyWizardBuilder

        public ClientAppPropertyWizardBuilder​(org.apache.syncope.common.lib.types.ClientAppType type,
                                              org.apache.syncope.common.lib.to.ClientAppTO clientApp,
                                              org.apache.syncope.common.lib.Attr attr,
                                              org.apache.wicket.PageReference pageRef)
    • Method Detail

      • onApplyInternal

        protected Serializable onApplyInternal​(org.apache.syncope.common.lib.Attr modelObject)
        Overrides:
        onApplyInternal in class org.apache.syncope.client.ui.commons.wizards.AbstractModalPanelBuilder<org.apache.syncope.common.lib.Attr>