Class SRARouteWizardBuilder

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

    public class SRARouteWizardBuilder
    extends BaseAjaxWizardBuilder<org.apache.syncope.common.lib.to.SRARouteTO>
    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
      SRARouteWizardBuilder​(org.apache.syncope.common.lib.to.SRARouteTO route, org.apache.wicket.PageReference pageRef)  
    • Constructor Detail

      • SRARouteWizardBuilder

        public SRARouteWizardBuilder​(org.apache.syncope.common.lib.to.SRARouteTO route,
                                     org.apache.wicket.PageReference pageRef)
    • Method Detail

      • onApplyInternal

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

        protected org.apache.wicket.extensions.wizard.WizardModel buildModelSteps​(org.apache.syncope.common.lib.to.SRARouteTO modelObject,
                                                                                  org.apache.wicket.extensions.wizard.WizardModel wizardModel)
        Specified by:
        buildModelSteps in class org.apache.syncope.client.ui.commons.wizards.AjaxWizardBuilder<org.apache.syncope.common.lib.to.SRARouteTO>