public class DataGrid extends UIData implements Widget, javax.faces.component.behavior.ClientBehaviorHolder
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DataGrid.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_CLASS |
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DATAGRID_CLASS |
static String |
EMPTY_CONTENT_CLASS |
static String |
FOOTER_CLASS |
static String |
GRID_CONTENT_CLASS |
static String |
GRID_ROW_CLASS |
static String |
HEADER_CLASS |
static String |
TABLE_CLASS |
static String |
TABLE_CONTENT_CLASS |
static String |
TABLE_ROW_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 |
|---|
DataGrid() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumns() |
String |
getEmptyMessage() |
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getLayout() |
String |
getStyle() |
String |
getStyleClass() |
String |
getWidgetVar() |
boolean |
isRequestSource(javax.faces.context.FacesContext context) |
void |
loadLazyData() |
void |
queueEvent(javax.faces.event.FacesEvent event) |
String |
resolveWidgetVar() |
void |
setColumns(int _columns) |
void |
setEmptyMessage(String _emptyMessage) |
void |
setLayout(String _layout) |
void |
setStyle(String _style) |
void |
setStyleClass(String _styleClass) |
void |
setWidgetVar(String _widgetVar) |
calculateFirst, getClientId, getContainerClientId, getCurrentPageReportTemplate, getDataModel, getIterableChildren, getPage, getPageCount, getPageLinks, getPaginatorPosition, getPaginatorTemplate, getRowIndex, getRowIndexVar, getRowsPerPageLabel, getRowsPerPageTemplate, getRowsToRender, isLazy, isPaginationRequest, isPaginator, isPaginatorAlwaysVisible, process, processChildren, processColumnFacets, processDecodes, processFacets, processPhase, processUpdates, processValidators, requiresColumns, restoreDescendantState, restoreDescendantState, saveDescendantState, saveDescendantState, setCurrentPageReportTemplate, setDataModel, setId, setLazy, setPageLinks, setPaginator, setPaginatorAlwaysVisible, setPaginatorPosition, setPaginatorTemplate, setRowIndex, setRowIndexVar, setRowModel, setRowsPerPageLabel, setRowsPerPageTemplate, shouldSkipChildren, shouldVisitChildren, shouldVisitRows, updatePaginationData, visitColumnContent, visitColumnFacets, visitColumnGroup, visitColumnsAndColumnFacets, visitFacets, visitRows, visitTreebroadcast, createUniqueId, encodeBegin, getFirst, getFooter, getHeader, getRowCount, getRowData, getRows, getValue, getVar, invokeOnComponent, isRowAvailable, isRowStatePreserved, markInitialState, restoreState, saveState, setFirst, setFooter, setHeader, setRows, setRowStatePreserved, setValue, setValueBinding, setValueExpression, setVaraddClientBehavior, addFacesListener, clearInitialState, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getDefaultEventName, 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, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInViewpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DATAGRID_CLASS
public static final String HEADER_CLASS
public static final String FOOTER_CLASS
public static final String TABLE_CONTENT_CLASS
public static final String EMPTY_CONTENT_CLASS
public static final String TABLE_CLASS
public static final String TABLE_ROW_CLASS
public static final String GRID_CONTENT_CLASS
public static final String GRID_ROW_CLASS
public static final String COLUMN_CLASS
public String getFamily()
getFamily in class javax.faces.component.UIDatapublic String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public int getColumns()
public void setColumns(int _columns)
public String getStyle()
public void setStyle(String _style)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public String getEmptyMessage()
public void setEmptyMessage(String _emptyMessage)
public String getLayout()
public void setLayout(String _layout)
public void loadLazyData()
public boolean isRequestSource(javax.faces.context.FacesContext context)
public Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIDatapublic String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2014. All rights reserved.