Class TabViewBase

    • Constructor Detail

      • TabViewBase

        public TabViewBase()
    • Method Detail

      • getFamily

        public String getFamily()
        Overrides:
        getFamily in class javax.faces.component.UIPanel
      • getWidgetVar

        public String getWidgetVar()
      • setWidgetVar

        public void setWidgetVar​(String widgetVar)
      • getActiveIndex

        public int getActiveIndex()
      • setActiveIndex

        public void setActiveIndex​(int activeIndex)
      • getEffect

        public String getEffect()
      • setEffect

        public void setEffect​(String effect)
      • getEffectDuration

        public String getEffectDuration()
      • setEffectDuration

        public void setEffectDuration​(String effectDuration)
      • isCache

        public boolean isCache()
      • setCache

        public void setCache​(boolean cache)
      • getOnTabChange

        public String getOnTabChange()
      • setOnTabChange

        public void setOnTabChange​(String onTabChange)
      • getOnTabShow

        public String getOnTabShow()
      • setOnTabShow

        public void setOnTabShow​(String onTabShow)
      • getStyle

        public String getStyle()
      • setStyle

        public void setStyle​(String style)
      • getStyleClass

        public String getStyleClass()
      • setStyleClass

        public void setStyleClass​(String styleClass)
      • getOrientation

        public String getOrientation()
      • setOrientation

        public void setOrientation​(String orientation)
      • getOnTabClose

        public String getOnTabClose()
      • setOnTabClose

        public void setOnTabClose​(String onTabClose)
      • setDir

        public void setDir​(String dir)
      • isScrollable

        public boolean isScrollable()
      • setScrollable

        public void setScrollable​(boolean scrollable)
      • getTabindex

        public String getTabindex()
      • setTabindex

        public void setTabindex​(String tabindex)
      • isTouchable

        public boolean isTouchable()
        Description copied from interface: TouchAware
        Is this component touch enabled?
        Specified by:
        isTouchable in interface TouchAware
        Returns:
        false to disable
      • setTouchable

        public void setTouchable​(boolean touchable)
        Description copied from interface: TouchAware
        Enable/disable touch support for this component.
        Specified by:
        setTouchable in interface TouchAware
        Parameters:
        touchable - true for touch support
      • setMultiViewState

        public void setMultiViewState​(boolean multiViewState)