Class GalleriaBase

  • All Implemented Interfaces:
    EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.component.ValueHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, TouchAware, Widget
    Direct Known Subclasses:
    Galleria

    public abstract class GalleriaBase
    extends javax.faces.component.UIOutput
    implements Widget, TouchAware
    • Constructor Detail

      • GalleriaBase

        public GalleriaBase()
    • Method Detail

      • getFamily

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

        public String getWidgetVar()
      • setWidgetVar

        public void setWidgetVar​(String widgetVar)
      • getValue

        public Object getValue()
        Specified by:
        getValue in interface javax.faces.component.ValueHolder
        Overrides:
        getValue in class javax.faces.component.UIOutput
      • setValue

        public void setValue​(Object value)
        Specified by:
        setValue in interface javax.faces.component.ValueHolder
        Overrides:
        setValue in class javax.faces.component.UIOutput
      • getVar

        public String getVar()
      • setVar

        public void setVar​(String var)
      • getStyle

        public String getStyle()
      • setStyle

        public void setStyle​(String style)
      • getStyleClass

        public String getStyleClass()
      • setStyleClass

        public void setStyleClass​(String styleClass)
      • getEffect

        public String getEffect()
      • setEffect

        public void setEffect​(String effect)
      • getEffectSpeed

        public int getEffectSpeed()
      • setEffectSpeed

        public void setEffectSpeed​(int effectSpeed)
      • getFrameWidth

        public int getFrameWidth()
      • setFrameWidth

        public void setFrameWidth​(int frameWidth)
      • getFrameHeight

        public int getFrameHeight()
      • setFrameHeight

        public void setFrameHeight​(int frameHeight)
      • isShowFilmstrip

        public boolean isShowFilmstrip()
      • setShowFilmstrip

        public void setShowFilmstrip​(boolean showFilmstrip)
      • isAutoPlay

        public boolean isAutoPlay()
      • setAutoPlay

        public void setAutoPlay​(boolean autoPlay)
      • getTransitionInterval

        public int getTransitionInterval()
      • setTransitionInterval

        public void setTransitionInterval​(int transitionInterval)
      • getPanelWidth

        public int getPanelWidth()
      • setPanelWidth

        public void setPanelWidth​(int panelWidth)
      • getPanelHeight

        public int getPanelHeight()
      • setPanelHeight

        public void setPanelHeight​(int panelHeight)
      • isShowCaption

        public boolean isShowCaption()
      • setShowCaption

        public void setShowCaption​(boolean showCaption)
      • 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