Class Ui5Tabcontainer


  • public class Ui5Tabcontainer
    extends net.moewes.cloudui.UiComponent
    Java wrapper for UI5 web component ui5-tabcontainer
    • Constructor Detail

      • Ui5Tabcontainer

        public Ui5Tabcontainer()
        default constructor
    • Method Detail

      • setFixed

        public void setFixed​(boolean fixed)
        sets the fixed attribute of ui5-tabcontainer
        Parameters:
        fixed - flag
      • collapse

        public void collapse()
        collapse the tab container
      • showOverflow

        public void showOverflow​(boolean showOverflow)
        sets the show-overflow attribute of ui5-tabcontainer
        Parameters:
        showOverflow - flag
      • setTabLayout

        public void setTabLayout​(Ui5Tabcontainer.TabLayout layout)
        sets the tab-layout attribute of ui5-tabcontainer
        Parameters:
        layout - value
      • setTabPlacement

        public void setTabPlacement​(Ui5Tabcontainer.TabPlacement placement)
        sets the tab-placement attribute of ui5-tabcontainer
        Parameters:
        placement - value
      • addEventListener

        public void addEventListener​(String event,
                                     Consumer<net.moewes.cloudui.UiEvent> function)
        Overrides:
        addEventListener in class net.moewes.cloudui.UiComponent
      • render

        public net.moewes.cloudui.UiElement render()
        Overrides:
        render in class net.moewes.cloudui.UiComponent