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.UIData
              extended by org.primefaces.component.api.UIData
                  extended by org.primefaces.component.galleria.Galleria
All Implemented Interfaces:
EventListener, javax.faces.component.NamingContainer, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.component.UniqueIdVendor, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, Widget

public class Galleria
extends UIData
implements Widget


Nested Class Summary
protected static class Galleria.PropertyKeys
           
 
Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
 
Fields inherited from class org.primefaces.component.api.UIData
PAGINATOR_ACTIVE_PAGE_CLASS, PAGINATOR_BOTTOM_CONTAINER_CLASS, PAGINATOR_CURRENT_CLASS, PAGINATOR_FIRST_PAGE_ICON_CLASS, PAGINATOR_FIRST_PAGE_LINK_CLASS, PAGINATOR_JTP_CLASS, PAGINATOR_LAST_PAGE_ICON_CLASS, PAGINATOR_LAST_PAGE_LINK_CLASS, PAGINATOR_NEXT_PAGE_ICON_CLASS, PAGINATOR_NEXT_PAGE_LINK_CLASS, PAGINATOR_PAGE_CLASS, PAGINATOR_PAGES_CLASS, PAGINATOR_PREV_PAGE_ICON_CLASS, PAGINATOR_PREV_PAGE_LINK_CLASS, PAGINATOR_RPP_OPTIONS_CLASS, PAGINATOR_TOP_CONTAINER_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
 
Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR
 
Constructor Summary
Galleria()
           
 
Method Summary
 String getEffect()
           
 int getEffectSpeed()
           
protected  javax.faces.context.FacesContext getFacesContext()
           
 String getFamily()
           
 String getFilmstripPosition()
           
 String getFilmstripStyle()
           
 int getFrameHeight()
           
 int getFrameWidth()
           
 int getPanelHeight()
           
 int getPanelWidth()
           
 String getStyle()
           
 String getStyleClass()
           
 int getTransitionInterval()
           
 String getWidgetVar()
           
 void handleAttribute(String name, Object value)
           
 boolean isShowCaptions()
           
 boolean isShowFilmstrip()
           
 boolean isShowOverlays()
           
 String resolveWidgetVar()
           
 void setEffect(String _effect)
           
 void setEffectSpeed(int _effectSpeed)
           
 void setFilmstripPosition(String _filmstripPosition)
           
 void setFilmstripStyle(String _filmstripStyle)
           
 void setFrameHeight(int _frameHeight)
           
 void setFrameWidth(int _frameWidth)
           
 void setPanelHeight(int _panelHeight)
           
 void setPanelWidth(int _panelWidth)
           
 void setShowCaptions(boolean _showCaptions)
           
 void setShowFilmstrip(boolean _showFilmstrip)
           
 void setShowOverlays(boolean _showOverlays)
           
 void setStyle(String _style)
           
 void setStyleClass(String _styleClass)
           
 void setTransitionInterval(int _transitionInterval)
           
 void setWidgetVar(String _widgetVar)
           
 
Methods inherited from class org.primefaces.component.api.UIData
calculatePage, getClientId, getContainerClientId, getCurrentPageReportTemplate, getDataModel, getPage, getPageCount, getPageLinks, getPaginatorPosition, getPaginatorTemplate, getRowIndex, getRowIndexVar, getRowsPerPageTemplate, getRowsToRender, isLazy, isPaginationRequest, isPaginator, isPaginatorAlwaysVisible, process, processChildren, processChildrenFacets, processDecodes, processFacets, processPhase, processUpdates, processValidators, restoreDescendantState, restoreDescendantState, saveDescendantState, saveDescendantState, setCurrentPageReportTemplate, setDataModel, setId, setLazy, setPageLinks, setPaginator, setPaginatorAlwaysVisible, setPaginatorPosition, setPaginatorTemplate, setRowIndex, setRowIndexVar, setRowModel, setRowsPerPageTemplate, shouldProcessChildren, shouldVisitChildren, shouldVisitRows, updatePaginationData, visitChildrenFacets, visitFacets, visitRows, visitTree
 
Methods inherited from class javax.faces.component.UIData
broadcast, createUniqueId, encodeBegin, getFirst, getFooter, getHeader, getRowCount, getRowData, getRows, getValue, getVar, invokeOnComponent, isRowAvailable, isRowStatePreserved, markInitialState, queueEvent, restoreState, saveState, setFirst, setFooter, setHeader, setRows, setRowStatePreserved, setValue, setValueBinding, setValueExpression, setVar
 
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, clearInitialState, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getDefaultEventName, getEventNames, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEvent
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView
 
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
Constructor Detail

Galleria

public Galleria()
Method Detail

getFamily

public String getFamily()
Overrides:
getFamily in class javax.faces.component.UIData

getWidgetVar

public String getWidgetVar()

setWidgetVar

public void setWidgetVar(String _widgetVar)

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)

getPanelWidth

public int getPanelWidth()

setPanelWidth

public void setPanelWidth(int _panelWidth)

getPanelHeight

public int getPanelHeight()

setPanelHeight

public void setPanelHeight(int _panelHeight)

getFrameWidth

public int getFrameWidth()

setFrameWidth

public void setFrameWidth(int _frameWidth)

getFrameHeight

public int getFrameHeight()

setFrameHeight

public void setFrameHeight(int _frameHeight)

getFilmstripStyle

public String getFilmstripStyle()

setFilmstripStyle

public void setFilmstripStyle(String _filmstripStyle)

getFilmstripPosition

public String getFilmstripPosition()

setFilmstripPosition

public void setFilmstripPosition(String _filmstripPosition)

isShowFilmstrip

public boolean isShowFilmstrip()

setShowFilmstrip

public void setShowFilmstrip(boolean _showFilmstrip)

isShowCaptions

public boolean isShowCaptions()

setShowCaptions

public void setShowCaptions(boolean _showCaptions)

isShowOverlays

public boolean isShowOverlays()

setShowOverlays

public void setShowOverlays(boolean _showOverlays)

getTransitionInterval

public int getTransitionInterval()

setTransitionInterval

public void setTransitionInterval(int _transitionInterval)

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 © 2012. All Rights Reserved.