org.primefaces.component.carousel
Class Carousel
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIData
org.primefaces.component.api.UIData
org.primefaces.component.carousel.Carousel
- 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 Carousel
- extends UIData
- implements Widget
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 |
Methods inherited from class org.primefaces.component.api.UIData |
calculateFirst, getClientId, getContainerClientId, getCurrentPageReportTemplate, getDataModel, getPage, getPageCount, getPaginatorPosition, getPaginatorTemplate, getRowIndex, getRowIndexVar, getRowsPerPageTemplate, getRowsToRender, isLazy, isPaginationRequest, isPaginator, isPaginatorAlwaysVisible, process, processChildren, processColumnFacets, processDecodes, processFacets, processPhase, processUpdates, processValidators, requiresColumns, restoreDescendantState, restoreDescendantState, saveDescendantState, saveDescendantState, setCurrentPageReportTemplate, setDataModel, setId, setLazy, setPaginator, setPaginatorAlwaysVisible, setPaginatorPosition, setPaginatorTemplate, setRowIndex, setRowIndexVar, setRowModel, setRowsPerPageTemplate, shouldProcessChildren, shouldVisitChildren, shouldVisitRows, updatePaginationData, visitColumnContent, visitColumnFacets, visitColumnGroup, visitColumnsAndColumnFacets, 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, 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, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, 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, getPassThroughAttributes, 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 |
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
ITEM_CLASS
public static final String ITEM_CLASS
- See Also:
- Constant Field Values
HEADER_CLASS
public static final String HEADER_CLASS
- See Also:
- Constant Field Values
HEADER_TITLE_CLASS
public static final String HEADER_TITLE_CLASS
- See Also:
- Constant Field Values
FOOTER_CLASS
public static final String FOOTER_CLASS
- See Also:
- Constant Field Values
HORIZONTAL_NEXT_BUTTON
public static final String HORIZONTAL_NEXT_BUTTON
- See Also:
- Constant Field Values
HORIZONTAL_PREV_BUTTON
public static final String HORIZONTAL_PREV_BUTTON
- See Also:
- Constant Field Values
VERTICAL_NEXT_BUTTON
public static final String VERTICAL_NEXT_BUTTON
- See Also:
- Constant Field Values
VERTICAL_PREV_BUTTON
public static final String VERTICAL_PREV_BUTTON
- See Also:
- Constant Field Values
VIEWPORT_CLASS
public static final String VIEWPORT_CLASS
- See Also:
- Constant Field Values
VERTICAL_VIEWPORT_CLASS
public static final String VERTICAL_VIEWPORT_CLASS
- See Also:
- Constant Field Values
PAGE_LINKS_CONTAINER_CLASS
public static final String PAGE_LINKS_CONTAINER_CLASS
- See Also:
- Constant Field Values
PAGE_LINK_CLASS
public static final String PAGE_LINK_CLASS
- See Also:
- Constant Field Values
DROPDOWN_CLASS
public static final String DROPDOWN_CLASS
- See Also:
- Constant Field Values
Carousel
public Carousel()
getFamily
public String getFamily()
- Overrides:
getFamily
in class javax.faces.component.UIData
getWidgetVar
public String getWidgetVar()
setWidgetVar
public void setWidgetVar(String _widgetVar)
getFirstVisible
public int getFirstVisible()
setFirstVisible
public void setFirstVisible(int _firstVisible)
getNumVisible
public int getNumVisible()
setNumVisible
public void setNumVisible(int _numVisible)
isCircular
public boolean isCircular()
setCircular
public void setCircular(boolean _circular)
isVertical
public boolean isVertical()
setVertical
public void setVertical(boolean _vertical)
getAutoPlayInterval
public int getAutoPlayInterval()
setAutoPlayInterval
public void setAutoPlayInterval(int _autoPlayInterval)
getPageLinks
public int getPageLinks()
- Overrides:
getPageLinks
in class UIData
setPageLinks
public void setPageLinks(int _pageLinks)
- Overrides:
setPageLinks
in class UIData
getEffect
public String getEffect()
setEffect
public void setEffect(String _effect)
getEasing
public String getEasing()
setEasing
public void setEasing(String _easing)
getEffectDuration
public int getEffectDuration()
setEffectDuration
public void setEffectDuration(int _effectDuration)
getDropdownTemplate
public String getDropdownTemplate()
setDropdownTemplate
public void setDropdownTemplate(String _dropdownTemplate)
getStyle
public String getStyle()
setStyle
public void setStyle(String _style)
getStyleClass
public String getStyleClass()
setStyleClass
public void setStyleClass(String _styleClass)
getItemStyle
public String getItemStyle()
setItemStyle
public void setItemStyle(String _itemStyle)
getItemStyleClass
public String getItemStyleClass()
setItemStyleClass
public void setItemStyleClass(String _itemStyleClass)
getHeaderText
public String getHeaderText()
setHeaderText
public void setHeaderText(String _headerText)
getFooterText
public String getFooterText()
setFooterText
public void setFooterText(String _footerText)
getRenderedChildCount
public int getRenderedChildCount()
setRows
public void setRows(int rows)
- Overrides:
setRows
in class javax.faces.component.UIData
resolveWidgetVar
public String resolveWidgetVar()
- Specified by:
resolveWidgetVar
in interface Widget
Copyright © 2013. All rights reserved.