Class Ui5WizardStep


  • public class Ui5WizardStep
    extends net.moewes.cloudui.UiComponent
    Java wrapper for UI5 web component ui5-wizard-step
    • Constructor Summary

      Constructors 
      Constructor Description
      Ui5WizardStep()
      default constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      net.moewes.cloudui.UiElement render()
      overiddden for late binding of boolean values
      void setBranching​(boolean branching)
      sets the branching attribute of ui5-wizard-step
      void setDisabled​(boolean disabled)
      sets the disabled attribute of ui5-wizard-step
      void setHeading​(String heading)
      sets the heading attribute of ui5-wizard-step
      void setIconName​(String iconName)
      sets the icon attribute of ui5-wizard-step
      void setSubheading​(String subheading)
      sets the subheading attribute of ui5-wizard-step
      • Methods inherited from class net.moewes.cloudui.UiComponent

        add, add, addEventListener, bind, getComponentWithId, getElement, getEmptyValue, getId, getValue, handleEvent, registerEvenrHandler, remove, setId, setInnerHtml, setValue, setValuesWithBinder, unbind
    • Constructor Detail

      • Ui5WizardStep

        public Ui5WizardStep()
        default constructor
    • Method Detail

      • setHeading

        public void setHeading​(String heading)
        sets the heading attribute of ui5-wizard-step
        Parameters:
        heading - text to display as heading
      • setSubheading

        public void setSubheading​(String subheading)
        sets the subheading attribute of ui5-wizard-step
        Parameters:
        subheading - text to displa as subheading
      • setIconName

        public void setIconName​(String iconName)
        sets the icon attribute of ui5-wizard-step
        Parameters:
        iconName - the name of the icon to display - see icon explorer
      • setBranching

        public void setBranching​(boolean branching)
        sets the branching attribute of ui5-wizard-step
        Parameters:
        branching - flag
      • setDisabled

        public void setDisabled​(boolean disabled)
        sets the disabled attribute of ui5-wizard-step
        Parameters:
        disabled - flag
      • render

        public net.moewes.cloudui.UiElement render()
        overiddden for late binding of boolean values
        Overrides:
        render in class net.moewes.cloudui.UiComponent
        Returns:
        ui element