Class Ui5CheckBox


  • public class Ui5CheckBox
    extends Ui5InputBase
    Java wrapper for UI5 web component ui5-checkbox
    • Constructor Detail

      • Ui5CheckBox

        public Ui5CheckBox()
        default constructor
    • 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 class Ui5InputBase