org.primefaces.component.galleria
Class Galleria

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by org.primefaces.component.galleria.Galleria
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, Widget

public class Galleria
extends javax.faces.component.UIOutput
implements Widget


Nested Class Summary
protected static class Galleria.PropertyKeys
           
 
Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
static String CONTAINER_CLASS
           
static String PANEL_CLASS
           
static String PANEL_CONTENT_CLASS
           
static String PANEL_WRAPPER_CLASS
           
 
Fields inherited from class javax.faces.component.UIComponent
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
 
Constructor Summary
Galleria()
           
 
Method Summary
 String getEffect()
           
 int getEffectSpeed()
           
 String getFamily()
           
 int getFrameHeight()
           
 int getFrameWidth()
           
 int getPanelHeight()
           
 int getPanelWidth()
           
 String getStyle()
           
 String getStyleClass()
           
 int getTransitionInterval()
           
 Object getValue()
           
 String getVar()
           
 String getWidgetVar()
           
 boolean isAutoPlay()
           
 boolean isShowCaption()
           
 boolean isShowFilmstrip()
           
 String resolveWidgetVar()
           
 void setAutoPlay(boolean _autoPlay)
           
 void setEffect(String _effect)
           
 void setEffectSpeed(int _effectSpeed)
           
 void setFrameHeight(int _frameHeight)
           
 void setFrameWidth(int _frameWidth)
           
 void setPanelHeight(int _panelHeight)
           
 void setPanelWidth(int _panelWidth)
           
 void setShowCaption(boolean _showCaption)
           
 void setShowFilmstrip(boolean _showFilmstrip)
           
 void setStyle(String _style)
           
 void setStyleClass(String _styleClass)
           
 void setTransitionInterval(int _transitionInterval)
           
 void setValue(Object _value)
           
 void setVar(String _var)
           
 void setWidgetVar(String _widgetVar)
           
 
Methods inherited from class javax.faces.component.UIOutput
clearInitialState, getConverter, getLocalValue, markInitialState, resetValue, restoreState, saveState, setConverter
 
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
See Also:
Constant Field Values

CONTAINER_CLASS

public static final String CONTAINER_CLASS
See Also:
Constant Field Values

PANEL_WRAPPER_CLASS

public static final String PANEL_WRAPPER_CLASS
See Also:
Constant Field Values

PANEL_CLASS

public static final String PANEL_CLASS
See Also:
Constant Field Values

PANEL_CONTENT_CLASS

public static final String PANEL_CONTENT_CLASS
See Also:
Constant Field Values
Constructor Detail

Galleria

public Galleria()
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)

resolveWidgetVar

public String resolveWidgetVar()
Specified by:
resolveWidgetVar in interface Widget


Copyright © 2013. All rights reserved.