Class Carousel
- java.lang.Object
-
- javax.faces.component.UIComponent
-
- javax.faces.component.UIComponentBase
-
- javax.faces.component.UIPanel
-
- org.primefaces.component.api.UITabPanel
-
- org.primefaces.component.carousel.CarouselBase
-
- 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.event.ComponentSystemEventListener,javax.faces.event.FacesListener,javax.faces.event.SystemEventListenerHolder,TouchAware,Widget
public class Carousel extends CarouselBase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.primefaces.component.carousel.CarouselBase
CarouselBase.PropertyKeys
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENT_TYPEstatic StringCONTAINER_CLASSstatic StringDROPDOWN_CLASSstatic StringFOOTER_CLASSstatic StringHEADER_CLASSstatic StringHEADER_TITLE_CLASSstatic StringHORIZONTAL_NEXT_BUTTONstatic StringHORIZONTAL_PREV_BUTTONstatic StringITEM_CLASSstatic StringITEMS_CLASSstatic StringPAGE_LINK_CLASSstatic StringPAGE_LINKS_CONTAINER_CLASSstatic StringRESPONSIVE_DROPDOWN_CLASSstatic StringTOGGLER_LINK_CLASSstatic StringVERTICAL_NEXT_BUTTONstatic StringVERTICAL_PREV_BUTTONstatic StringVERTICAL_VIEWPORT_CLASSstatic StringVIEWPORT_CLASS-
Fields inherited from class org.primefaces.component.carousel.CarouselBase
COMPONENT_FAMILY, DEFAULT_RENDERER
-
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 org.primefaces.component.api.Widget
ATTR_WIDGET_VAR_PATTERN, CALLBACK_POST_CONSTRUCT, CALLBACK_POST_REFRESH, CALLBACK_PRE_DESTROY
-
-
Constructor Summary
Constructors Constructor Description Carousel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetRenderedChildCount()-
Methods inherited from class org.primefaces.component.carousel.CarouselBase
getAutoPlayInterval, getBreakpoint, getDropdownTemplate, getEasing, getEffect, getEffectDuration, getFamily, getFirstVisible, getFooterText, getHeaderText, getItemStyle, getItemStyleClass, getNumVisible, getPageLinks, getStyle, getStyleClass, getToggleSpeed, getWidgetVar, isCircular, isCollapsed, isResponsive, isStateful, isToggleable, isTouchable, isVertical, setAutoPlayInterval, setBreakpoint, setCircular, setCollapsed, setDropdownTemplate, setEasing, setEffect, setEffectDuration, setFirstVisible, setFooterText, setHeaderText, setItemStyle, setItemStyleClass, setNumVisible, setPageLinks, setResponsive, setStateful, setStyle, setStyleClass, setToggleable, setToggleSpeed, setTouchable, setVertical, setWidgetVar
-
Methods inherited from class org.primefaces.component.api.UITabPanel
broadcast, encodeBegin, encodeChildren, getContainerClientId, getDataModel, getFacesContext, getIndex, getIndexData, getOffset, getRendersChildren, getRowCount, getSize, getStep, getValue, getVar, getVarStatus, invokeOnComponent, isDynamic, isPrependId, isRepeating, process, processDecodes, processUpdates, processValidators, queueEvent, resetLoadedTabsState, saveState, setDynamic, setIndex, setOffset, setPrependId, setSize, setStep, setValue, setValueExpression, setVar, setVarStatus, shouldSkipChildren, visitTree
-
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, clearInitialState, decode, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, 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
-
Methods inherited from interface org.primefaces.component.api.Widget
resolveWidgetVar, resolveWidgetVar
-
-
-
-
Field Detail
-
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- 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
-
ITEMS_CLASS
public static final String ITEMS_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
-
RESPONSIVE_DROPDOWN_CLASS
public static final String RESPONSIVE_DROPDOWN_CLASS
- See Also:
- Constant Field Values
-
TOGGLER_LINK_CLASS
public static final String TOGGLER_LINK_CLASS
- See Also:
- Constant Field Values
-
-