public class Carousel extends UIData implements Widget
Modifier and Type | Class and Description |
---|---|
protected static class |
Carousel.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTAINER_CLASS |
static String |
DROPDOWN_CLASS |
static String |
FOOTER_CLASS |
static String |
HEADER_CLASS |
static String |
HEADER_TITLE_CLASS |
static String |
HORIZONTAL_NEXT_BUTTON |
static String |
HORIZONTAL_PREV_BUTTON |
static String |
ITEM_CLASS |
static String |
PAGE_LINK_CLASS |
static String |
PAGE_LINKS_CONTAINER_CLASS |
static String |
VERTICAL_NEXT_BUTTON |
static String |
VERTICAL_PREV_BUTTON |
static String |
VERTICAL_VIEWPORT_CLASS |
static String |
VIEWPORT_CLASS |
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_LABEL_CLASS, PAGINATOR_RPP_OPTIONS_CLASS, PAGINATOR_TOP_CONTAINER_CLASS
Constructor and Description |
---|
Carousel() |
calculateFirst, encodeBegin, getClientId, getContainerClientId, getCurrentPageReportTemplate, getDataModel, getIterableChildren, getPage, getPageCount, getPaginatorPosition, getPaginatorTemplate, getRowIndex, getRowIndexVar, getRowsPerPageLabel, getRowsPerPageTemplate, getRowsToRender, isLazy, isPaginationRequest, isPaginator, isPaginatorAlwaysVisible, isRowStatePreserved, markInitialState, process, processChildren, processColumnFacets, processDecodes, processFacets, processPhase, processUpdates, processValidators, requiresColumns, restoreDescendantState, restoreDescendantState, restoreState, saveDescendantState, saveDescendantState, saveState, setCurrentPageReportTemplate, setDataModel, setId, setLazy, setPaginator, setPaginatorAlwaysVisible, setPaginatorPosition, setPaginatorTemplate, setRowIndex, setRowIndexVar, setRowModel, setRowsPerPageLabel, setRowsPerPageTemplate, setRowStatePreserved, shouldSkipChildren, shouldVisitChildren, shouldVisitRows, updatePaginationData, visitColumnContent, visitColumnFacets, visitColumnGroup, visitColumnsAndColumnFacets, visitFacets, visitRows, visitTree
broadcast, createUniqueId, getFirst, getFooter, getHeader, getRowCount, getRowData, getRows, getValue, getVar, invokeOnComponent, isRowAvailable, queueEvent, setFirst, setFooter, setHeader, setValue, setValueBinding, setValueExpression, setVar
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
encodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String CONTAINER_CLASS
public static final String ITEM_CLASS
public static final String HEADER_CLASS
public static final String HEADER_TITLE_CLASS
public static final String FOOTER_CLASS
public static final String HORIZONTAL_NEXT_BUTTON
public static final String HORIZONTAL_PREV_BUTTON
public static final String VERTICAL_NEXT_BUTTON
public static final String VERTICAL_PREV_BUTTON
public static final String VIEWPORT_CLASS
public static final String VERTICAL_VIEWPORT_CLASS
public static final String PAGE_LINKS_CONTAINER_CLASS
public static final String PAGE_LINK_CLASS
public static final String DROPDOWN_CLASS
public String getFamily()
getFamily
in class javax.faces.component.UIData
public String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public int getFirstVisible()
public void setFirstVisible(int _firstVisible)
public int getNumVisible()
public void setNumVisible(int _numVisible)
public boolean isCircular()
public void setCircular(boolean _circular)
public boolean isVertical()
public void setVertical(boolean _vertical)
public int getAutoPlayInterval()
public void setAutoPlayInterval(int _autoPlayInterval)
public int getPageLinks()
getPageLinks
in class UIData
public void setPageLinks(int _pageLinks)
setPageLinks
in class UIData
public String getEffect()
public void setEffect(String _effect)
public String getEasing()
public void setEasing(String _easing)
public int getEffectDuration()
public void setEffectDuration(int _effectDuration)
public String getDropdownTemplate()
public void setDropdownTemplate(String _dropdownTemplate)
public String getStyle()
public void setStyle(String _style)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public String getItemStyle()
public void setItemStyle(String _itemStyle)
public String getItemStyleClass()
public void setItemStyleClass(String _itemStyleClass)
public String getHeaderText()
public void setHeaderText(String _headerText)
public String getFooterText()
public void setFooterText(String _footerText)
public int getRenderedChildCount()
public void setRows(int rows)
setRows
in class javax.faces.component.UIData
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2015. All rights reserved.