Package net.moewes.cloudui.ui5
Class Ui5CheckBox
- java.lang.Object
-
- net.moewes.cloudui.UiComponent
-
- net.moewes.cloudui.ui5.Ui5InputBase
-
- net.moewes.cloudui.ui5.Ui5CheckBox
-
public class Ui5CheckBox extends Ui5InputBase
Java wrapper for UI5 web component ui5-checkbox
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.moewes.cloudui.ui5.Ui5InputBase
Ui5InputBase.ValueState
-
-
Field Summary
-
Fields inherited from class net.moewes.cloudui.ui5.Ui5InputBase
disabled, readOnly
-
-
Constructor Summary
Constructors Constructor Description Ui5CheckBox()
default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.moewes.cloudui.UiElement
render()
void
setText(String text)
sets the text attribute of ui5-checkboxvoid
setWrap(boolean wrap)
-
Methods inherited from class net.moewes.cloudui.ui5.Ui5InputBase
setDisabled, setReadOnly, setValueState
-
-
-
-
Method Detail
-
setText
public void setText(String text)
sets the text attribute of ui5-checkbox- Parameters:
text
- text to show next to the box
-
setWrap
public void setWrap(boolean wrap)
-
render
public net.moewes.cloudui.UiElement render()
- Overrides:
render
in classUi5InputBase
-
-