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 
      Modifier and Type Field Description
      protected org.apache.syncope.common.lib.to.ClientAppTO clientApp  
      protected ClientAppRestClient clientAppRestClient  
      protected org.apache.syncope.common.lib.types.ClientAppType type  
      • 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, ClientAppRestClient clientAppRestClient, org.apache.wicket.PageReference pageRef)  
    • Field Detail

      • type

        protected final org.apache.syncope.common.lib.types.ClientAppType type
      • clientApp

        protected final org.apache.syncope.common.lib.to.ClientAppTO clientApp
    • 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,
                                              ClientAppRestClient clientAppRestClient,
                                              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>