Package net.moewes.cloudui.ui5
Class Ui5WizardStep
- java.lang.Object
-
- net.moewes.cloudui.UiComponent
-
- net.moewes.cloudui.ui5.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 valuesvoid
setBranching(boolean branching)
sets the branching attribute of ui5-wizard-stepvoid
setDisabled(boolean disabled)
sets the disabled attribute of ui5-wizard-stepvoid
setHeading(String heading)
sets the heading attribute of ui5-wizard-stepvoid
setIconName(String iconName)
sets the icon attribute of ui5-wizard-stepvoid
setSubheading(String subheading)
sets the subheading attribute of ui5-wizard-step
-
-
-
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 classnet.moewes.cloudui.UiComponent
- Returns:
- ui element
-
-