org.primefaces.component.galleria
Class Galleria
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
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
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 |
Methods inherited from class javax.faces.component.UIOutput |
clearInitialState, getConverter, getLocalValue, markInitialState, 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, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, 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, 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 |
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
Galleria
public Galleria()
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)
getFacesContext
protected javax.faces.context.FacesContext getFacesContext()
- Overrides:
getFacesContext
in class javax.faces.component.UIComponentBase
resolveWidgetVar
public String resolveWidgetVar()
- Specified by:
resolveWidgetVar
in interface Widget
handleAttribute
public void handleAttribute(String name,
Object value)
Copyright © 2013. All Rights Reserved.