Class LayoutStep

    • Constructor Detail

      • LayoutStep

        public LayoutStep()
    • Method Detail

      • setBindings

        public void setBindings()
        Description copied from interface: WizardStep
        setBindings()

        Allows concrete implementations to set their bindings for enclosed properties and Xul defined elements.

      • setDetailFields

        public void setDetailFields​(List<FieldWrapper> detailFields)
      • setGroupFields

        public void setGroupFields​(List<FieldWrapper> groupFields)
      • createPresentationComponent

        public void createPresentationComponent​(org.pentaho.ui.xul.XulDomContainer mainWizardContainer)
                                         throws org.pentaho.ui.xul.XulException
        Specified by:
        createPresentationComponent in interface WizardStep
        Overrides:
        createPresentationComponent in class AbstractWizardStep
        Throws:
        org.pentaho.ui.xul.XulException - Creates the presentation layer associated with this WizardStep. This is usually done by loading an overlay into the main_wzard_panel.xul
      • getStepName

        public String getStepName()
        Returns:
        a string (must be localized) that describes this step