public class DataList extends UIData implements Widget, javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DataList.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
CONTENT_CLASS |
static String |
DATALIST_CLASS |
static String |
DATALIST_EMPTYMESSAGE_CLASS |
static String |
FOOTER_CLASS |
static String |
HEADER_CLASS |
static String |
LIST_CLASS |
static String |
LIST_ITEM_CLASS |
static String |
MOBILE_CONTENT_CLASS |
static String |
NO_BULLETS_CLASS |
ARIA_FIRST_PAGE_LABEL, ARIA_HEADER_LABEL, ARIA_LAST_PAGE_LABEL, ARIA_NEXT_PAGE_LABEL, ARIA_PREVIOUS_PAGE_LABEL, 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, ROWS_PER_PAGE_LABEL| Constructor and Description |
|---|
DataList() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Class<? extends javax.faces.event.BehaviorEvent>> |
getBehaviorEventMapping() |
String |
getEmptyMessage() |
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getItemStyleClass() |
String |
getItemType() |
String |
getListTag() |
String |
getStyle() |
String |
getStyleClass() |
String |
getType() |
String |
getVarStatus() |
String |
getWidgetVar() |
boolean |
isDefinition() |
boolean |
isRequestSource(javax.faces.context.FacesContext context) |
void |
loadLazyData() |
void |
queueEvent(javax.faces.event.FacesEvent event) |
String |
resolveWidgetVar() |
void |
setEmptyMessage(String _emptyMessage) |
void |
setItemStyleClass(String _itemStyleClass) |
void |
setItemType(String _itemType) |
void |
setStyle(String _style) |
void |
setStyleClass(String _styleClass) |
void |
setType(String _type) |
void |
setVarStatus(String _varStatus) |
void |
setWidgetVar(String _widgetVar) |
calculateFirst, encodeBegin, getClientId, getContainerClientId, getCurrentPageReportTemplate, getDataModel, getIterableChildren, getPage, getPageCount, getPageLinks, getPaginatorPosition, getPaginatorTemplate, getRowIndex, getRowIndexVar, getRowsPerPageLabel, getRowsPerPageTemplate, getRowsToRender, isLazy, isNestedWithinIterator, isPaginationRequest, isPaginator, isPaginatorAlwaysVisible, isRowStatePreserved, markInitialState, preDecode, preEncode, preUpdate, preValidate, process, processChildren, processColumnFacets, processDecodes, processFacets, processPhase, processUpdates, processValidators, requiresColumns, restoreDescendantState, restoreDescendantState, restoreState, saveDescendantState, saveDescendantState, saveState, setCurrentPageReportTemplate, setDataModel, setId, setLazy, setPageLinks, setPaginator, setPaginatorAlwaysVisible, setPaginatorPosition, setPaginatorTemplate, setRowIndex, setRowIndexVar, setRowModel, setRowsPerPageLabel, setRowsPerPageTemplate, setRowStatePreserved, shouldSkipChildren, shouldVisitChildren, shouldVisitRows, updatePaginationData, visitColumnContent, visitColumnFacets, visitColumnGroup, visitColumnsAndColumnFacets, visitFacets, visitRows, visitTreebroadcast, createUniqueId, getFirst, getFooter, getHeader, getRowCount, getRowData, getRows, getValue, getVar, invokeOnComponent, isRowAvailable, setFirst, setFooter, setHeader, setRows, setValue, setValueBinding, setValueExpression, setVaraddClientBehavior, addFacesListener, clearInitialState, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getDefaultEventName, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setParent, setRendered, setRendererType, setTransientencodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, subscribeToEvent, unsubscribeFromEventpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DATALIST_CLASS
public static final String CONTENT_CLASS
public static final String LIST_CLASS
public static final String NO_BULLETS_CLASS
public static final String LIST_ITEM_CLASS
public static final String HEADER_CLASS
public static final String FOOTER_CLASS
public static final String DATALIST_EMPTYMESSAGE_CLASS
public static final String MOBILE_CONTENT_CLASS
public String getFamily()
getFamily in class javax.faces.component.UIDatapublic String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public String getType()
public void setType(String _type)
public String getItemType()
public void setItemType(String _itemType)
public String getStyle()
public void setStyle(String _style)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public String getVarStatus()
public void setVarStatus(String _varStatus)
public String getEmptyMessage()
public void setEmptyMessage(String _emptyMessage)
public String getItemStyleClass()
public void setItemStyleClass(String _itemStyleClass)
public Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
getBehaviorEventMapping in interface PrimeClientBehaviorHolderpublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getListTag()
public boolean isDefinition()
public void loadLazyData()
public boolean isRequestSource(javax.faces.context.FacesContext context)
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIDatapublic String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2016. All rights reserved.