|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIData
org.primefaces.component.api.UIData
org.primefaces.component.datagrid.DataGrid
public class DataGrid
| Nested Class Summary | |
|---|---|
protected static class |
DataGrid.PropertyKeys
|
| Field Summary | |
|---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
static String |
CONTENT_CLASS
|
static String |
DATAGRID_CLASS
|
static String |
EMPTY_CONTENT_CLASS
|
static String |
FOOTER_CLASS
|
static String |
HEADER_CLASS
|
static String |
TABLE_CLASS
|
static String |
TABLE_COLUMN_CLASS
|
static String |
TABLE_ROW_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 |
| Constructor Summary | |
|---|---|
DataGrid()
|
|
| Method Summary | |
|---|---|
int |
getColumns()
|
String |
getEmptyMessage()
|
Collection<String> |
getEventNames()
|
String |
getFamily()
|
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 |
setStyle(String _style)
|
void |
setStyleClass(String _styleClass)
|
void |
setWidgetVar(String _widgetVar)
|
| Methods inherited from class javax.faces.component.UIData |
|---|
broadcast, createUniqueId, encodeBegin, getFirst, getFooter, getHeader, getRowCount, getRowData, getRows, getValue, getVar, invokeOnComponent, isRowAvailable, isRowStatePreserved, markInitialState, restoreState, saveState, setFirst, setFooter, setHeader, setRows, 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, 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 |
| Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
|---|
addClientBehavior, getClientBehaviors, getDefaultEventName |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DATAGRID_CLASS
public static final String 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 TABLE_COLUMN_CLASS
public static final String HEADER_CLASS
public static final String FOOTER_CLASS
| Constructor Detail |
|---|
public DataGrid()
| Method Detail |
|---|
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 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 Widget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||