|
ICEfaces 3.1.0 Java API Documentation |
||||||||
| 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.icefaces.ace.component.datatable.DataTableBase
public class DataTableBase
| Nested Class Summary | |
|---|---|
protected static class |
DataTableBase.PropertyKeys
|
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
RENDERER_TYPE
|
| Fields inherited from class javax.faces.component.UIData |
|---|
COMPONENT_FAMILY |
| 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 | |
|---|---|
DataTableBase()
|
|
| Method Summary | |
|---|---|
void |
addClientBehavior(java.lang.String eventName,
javax.faces.component.behavior.ClientBehavior behavior)
|
java.util.List |
getColumnOrdering()
Return the value of the columnOrdering property. |
java.lang.String |
getCurrentPageReportTemplate()
Return the value of the currentPageReportTemplate property. |
java.lang.String |
getDefaultEventName()
|
java.lang.String |
getDefaultExecute(java.lang.String event)
|
java.lang.String |
getDefaultRender(java.lang.String event)
|
java.lang.String |
getEmptyMessage()
Return the value of the emptyMessage property. |
java.util.Collection<java.lang.String> |
getEventNames()
|
java.lang.String |
getFamily()
|
java.util.List |
getFilteredData()
Return the value of the filteredData property. |
java.lang.String |
getFilterEvent()
Return the value of the filterEvent property. |
javax.el.MethodExpression |
getFilterListener()
Return the value of the filterListener property. |
java.lang.String |
getFilterValue()
Return the value of the filterValue property. |
java.lang.Integer |
getForcedUpdateCounter()
Return the value of the forcedUpdateCounter property. |
java.lang.Integer |
getHeight()
Return the value of the height property. |
int |
getPage()
Return the value of the page property. |
java.lang.Integer |
getPageCount()
Return the value of the pageCount property. |
java.lang.String |
getPaginatorPosition()
Return the value of the paginatorPosition property. |
java.lang.String |
getPaginatorTemplate()
Return the value of the paginatorTemplate property. |
java.lang.String |
getRowIndexVar()
Return the value of the rowIndexVar property. |
int |
getRows()
Return the value of the rows property. |
javax.el.MethodExpression |
getRowSelectListener()
Return the value of the rowSelectListener property. |
java.lang.String |
getRowsPerPageTemplate()
Return the value of the rowsPerPageTemplate property. |
java.lang.String |
getRowStateVar()
Return the value of the rowStateVar property. |
java.lang.String |
getRowStyleClass()
Return the value of the rowStyleClass property. |
java.util.Map |
getRowToSelectedFieldsMap()
Return the value of the rowToSelectedFieldsMap property. |
javax.el.MethodExpression |
getRowUnselectListener()
Return the value of the rowUnselectListener property. |
java.lang.Integer |
getScrollHeight()
Return the value of the scrollHeight property. |
CellSelections[] |
getSelectedCells()
Return the value of the selectedCells property. |
java.lang.String |
getSelectionMode()
Return the value of the selectionMode property. |
RowStateMap |
getStateMap()
Return the value of the stateMap property. |
java.lang.String |
getStyle()
Return the value of the style property. |
java.lang.String |
getStyleClass()
Return the value of the styleClass property. |
java.lang.String |
getTableConfigPanel()
Return the value of the tableConfigPanel property. |
java.lang.Integer |
getValueHashCode()
Return the value of the valueHashCode property. |
java.lang.String |
getWidgetVar()
Return the value of the widgetVar property. |
java.lang.Boolean |
isAlwaysExecuteContents()
Return the value of the alwaysExecuteContents property. |
boolean |
isClickableHeaderSorting()
Return the value of the clickableHeaderSorting property. |
boolean |
isConstantRefilter()
Return the value of the constantRefilter property. |
boolean |
isDisabled()
Return the value of the disabled property. |
boolean |
isDoubleClickSelect()
Return the value of the doubleClickSelect property. |
java.lang.Boolean |
isFilterValueChanged()
Return the value of the filterValueChanged property. |
boolean |
isGroupedFilterResults()
Return the value of the groupedFilterResults property. |
java.lang.Boolean |
isHiddenScrollableSizing()
Return the value of the hiddenScrollableSizing property. |
boolean |
isLazy()
Return the value of the lazy property. |
boolean |
isLiveScroll()
Return the value of the liveScroll property. |
boolean |
isPaginator()
Return the value of the paginator property. |
boolean |
isPaginatorAlwaysVisible()
Return the value of the paginatorAlwaysVisible property. |
boolean |
isReorderableColumns()
Return the value of the reorderableColumns property. |
boolean |
isResizableColumns()
Return the value of the resizableColumns property. |
boolean |
isScrollable()
Return the value of the scrollable property. |
boolean |
isSingleSort()
Return the value of the singleSort property. |
java.lang.Boolean |
isSortOrderChanged()
Return the value of the sortOrderChanged property. |
java.lang.Boolean |
isStaticHeaders()
Return the value of the staticHeaders property. |
java.lang.Boolean |
isToggleOnInvalidEdit()
Return the value of the toggleOnInvalidEdit property. |
void |
setAlwaysExecuteContents(java.lang.Boolean alwaysExecuteContents)
Set the value of the alwaysExecuteContents property. |
void |
setClickableHeaderSorting(boolean clickableHeaderSorting)
Set the value of the clickableHeaderSorting property. |
void |
setColumnOrdering(java.util.List columnOrdering)
Set the value of the columnOrdering property. |
void |
setConstantRefilter(boolean constantRefilter)
Set the value of the constantRefilter property. |
void |
setCurrentPageReportTemplate(java.lang.String currentPageReportTemplate)
Set the value of the currentPageReportTemplate property. |
void |
setDisabled(boolean disabled)
Set the value of the disabled property. |
void |
setDoubleClickSelect(boolean doubleClickSelect)
Set the value of the doubleClickSelect property. |
void |
setEmptyMessage(java.lang.String emptyMessage)
Set the value of the emptyMessage property. |
void |
setFilteredData(java.util.List filteredData)
Set the value of the filteredData property. |
void |
setFilterEvent(java.lang.String filterEvent)
Set the value of the filterEvent property. |
void |
setFilterListener(javax.el.MethodExpression filterListener)
Set the value of the filterListener property. |
void |
setFilterValue(java.lang.String filterValue)
Set the value of the filterValue property. |
void |
setFilterValueChanged(java.lang.Boolean filterValueChanged)
Set the value of the filterValueChanged property. |
void |
setForcedUpdateCounter(java.lang.Integer forcedUpdateCounter)
Set the value of the forcedUpdateCounter property. |
void |
setGroupedFilterResults(boolean groupedFilterResults)
Set the value of the groupedFilterResults property. |
void |
setHeight(java.lang.Integer height)
Set the value of the height property. |
void |
setHiddenScrollableSizing(java.lang.Boolean hiddenScrollableSizing)
Set the value of the hiddenScrollableSizing property. |
void |
setLazy(boolean lazy)
Set the value of the lazy property. |
void |
setLiveScroll(boolean liveScroll)
Set the value of the liveScroll property. |
void |
setPage(int page)
Set the value of the page property. |
void |
setPageCount(java.lang.Integer pageCount)
Set the value of the pageCount property. |
void |
setPaginator(boolean paginator)
Set the value of the paginator property. |
void |
setPaginatorAlwaysVisible(boolean paginatorAlwaysVisible)
Set the value of the paginatorAlwaysVisible property. |
void |
setPaginatorPosition(java.lang.String paginatorPosition)
Set the value of the paginatorPosition property. |
void |
setPaginatorTemplate(java.lang.String paginatorTemplate)
Set the value of the paginatorTemplate property. |
void |
setReorderableColumns(boolean reorderableColumns)
Set the value of the reorderableColumns property. |
void |
setResizableColumns(boolean resizableColumns)
Set the value of the resizableColumns property. |
void |
setRowIndexVar(java.lang.String rowIndexVar)
Set the value of the rowIndexVar property. |
void |
setRows(int rows)
Set the value of the rows property. |
void |
setRowSelectListener(javax.el.MethodExpression rowSelectListener)
Set the value of the rowSelectListener property. |
void |
setRowsPerPageTemplate(java.lang.String rowsPerPageTemplate)
Set the value of the rowsPerPageTemplate property. |
void |
setRowStateVar(java.lang.String rowStateVar)
Set the value of the rowStateVar property. |
void |
setRowStyleClass(java.lang.String rowStyleClass)
Set the value of the rowStyleClass property. |
void |
setRowToSelectedFieldsMap(java.util.Map rowToSelectedFieldsMap)
Set the value of the rowToSelectedFieldsMap property. |
void |
setRowUnselectListener(javax.el.MethodExpression rowUnselectListener)
Set the value of the rowUnselectListener property. |
void |
setScrollable(boolean scrollable)
Set the value of the scrollable property. |
void |
setScrollHeight(java.lang.Integer scrollHeight)
Set the value of the scrollHeight property. |
void |
setSelectedCells(CellSelections[] selectedCells)
Set the value of the selectedCells property. |
void |
setSelectionMode(java.lang.String selectionMode)
Set the value of the selectionMode property. |
void |
setSingleSort(boolean singleSort)
Set the value of the singleSort property. |
void |
setSortOrderChanged(java.lang.Boolean sortOrderChanged)
Set the value of the sortOrderChanged property. |
void |
setStateMap(RowStateMap stateMap)
Set the value of the stateMap property. |
void |
setStaticHeaders(java.lang.Boolean staticHeaders)
Set the value of the staticHeaders property. |
void |
setStyle(java.lang.String style)
Set the value of the style property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property. |
void |
setTableConfigPanel(java.lang.String tableConfigPanel)
Set the value of the tableConfigPanel property. |
void |
setToggleOnInvalidEdit(java.lang.Boolean toggleOnInvalidEdit)
Set the value of the toggleOnInvalidEdit property. |
void |
setValueHashCode(java.lang.Integer valueHashCode)
Set the value of the valueHashCode property. |
void |
setWidgetVar(java.lang.String widgetVar)
Set the value of the widgetVar property. |
| Methods inherited from class javax.faces.component.UIData |
|---|
broadcast, createUniqueId, encodeBegin, getClientId, getDataModel, getFirst, getFooter, getHeader, getRowCount, getRowData, getRowIndex, getValue, getVar, invokeOnComponent, isRowAvailable, isRowStatePreserved, markInitialState, processDecodes, processUpdates, processValidators, queueEvent, restoreState, saveState, setDataModel, setFirst, setFooter, setHeader, setRowIndex, setRowStatePreserved, setValue, setValueBinding, setValueExpression, setVar, visitTree |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, clearInitialState, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEvent |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, 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 |
|---|
getClientBehaviors |
| Field Detail |
|---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
| Constructor Detail |
|---|
public DataTableBase()
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIDatapublic void setCurrentPageReportTemplate(java.lang.String currentPageReportTemplate)
Set the value of the currentPageReportTemplate property.
public java.lang.String getCurrentPageReportTemplate()
Return the value of the currentPageReportTemplate property.
public void setRowStateVar(java.lang.String rowStateVar)
Set the value of the rowStateVar property.
public java.lang.String getRowStateVar()
Return the value of the rowStateVar property.
public void setResizableColumns(boolean resizableColumns)
Set the value of the resizableColumns property.
public boolean isResizableColumns()
Return the value of the resizableColumns property.
public void setScrollable(boolean scrollable)
Set the value of the scrollable property.
public boolean isScrollable()
Return the value of the scrollable property.
public void setDoubleClickSelect(boolean doubleClickSelect)
Set the value of the doubleClickSelect property.
public boolean isDoubleClickSelect()
Return the value of the doubleClickSelect property.
public void setLiveScroll(boolean liveScroll)
Set the value of the liveScroll property.
public boolean isLiveScroll()
Return the value of the liveScroll property.
public void setFilterListener(javax.el.MethodExpression filterListener)
Set the value of the filterListener property.
public javax.el.MethodExpression getFilterListener()
Return the value of the filterListener property.
public void setRowsPerPageTemplate(java.lang.String rowsPerPageTemplate)
Set the value of the rowsPerPageTemplate property.
public java.lang.String getRowsPerPageTemplate()
Return the value of the rowsPerPageTemplate property.
public void setPaginator(boolean paginator)
Set the value of the paginator property.
public boolean isPaginator()
Return the value of the paginator property.
public void setSelectedCells(CellSelections[] selectedCells)
Set the value of the selectedCells property.
public CellSelections[] getSelectedCells()
Return the value of the selectedCells property.
public void setScrollHeight(java.lang.Integer scrollHeight)
Set the value of the scrollHeight property.
public java.lang.Integer getScrollHeight()
Return the value of the scrollHeight property.
public void setHeight(java.lang.Integer height)
Set the value of the height property.
public java.lang.Integer getHeight()
Return the value of the height property.
public void setFilterValue(java.lang.String filterValue)
Set the value of the filterValue property.
public java.lang.String getFilterValue()
Return the value of the filterValue property.
public void setWidgetVar(java.lang.String widgetVar)
Set the value of the widgetVar property.
public java.lang.String getWidgetVar()
Return the value of the widgetVar property.
public void setStyle(java.lang.String style)
Set the value of the style property.
public java.lang.String getStyle()
Return the value of the style property.
public void setSelectionMode(java.lang.String selectionMode)
Set the value of the selectionMode property.
public java.lang.String getSelectionMode()
Return the value of the selectionMode property.
public void setPage(int page)
Set the value of the page property.
public int getPage()
Return the value of the page property.
public void setClickableHeaderSorting(boolean clickableHeaderSorting)
Set the value of the clickableHeaderSorting property.
public boolean isClickableHeaderSorting()
Return the value of the clickableHeaderSorting property.
public void setSingleSort(boolean singleSort)
Set the value of the singleSort property.
public boolean isSingleSort()
Return the value of the singleSort property.
public void setStaticHeaders(java.lang.Boolean staticHeaders)
Set the value of the staticHeaders property.
public java.lang.Boolean isStaticHeaders()
Return the value of the staticHeaders property.
public void setRowSelectListener(javax.el.MethodExpression rowSelectListener)
Set the value of the rowSelectListener property.
public javax.el.MethodExpression getRowSelectListener()
Return the value of the rowSelectListener property.
public void setRowUnselectListener(javax.el.MethodExpression rowUnselectListener)
Set the value of the rowUnselectListener property.
public javax.el.MethodExpression getRowUnselectListener()
Return the value of the rowUnselectListener property.
public void setPaginatorPosition(java.lang.String paginatorPosition)
Set the value of the paginatorPosition property.
public java.lang.String getPaginatorPosition()
Return the value of the paginatorPosition property.
public void setConstantRefilter(boolean constantRefilter)
Set the value of the constantRefilter property.
public boolean isConstantRefilter()
Return the value of the constantRefilter property.
public void setPageCount(java.lang.Integer pageCount)
Set the value of the pageCount property.
public java.lang.Integer getPageCount()
Return the value of the pageCount property.
public void setPaginatorAlwaysVisible(boolean paginatorAlwaysVisible)
Set the value of the paginatorAlwaysVisible property.
public boolean isPaginatorAlwaysVisible()
Return the value of the paginatorAlwaysVisible property.
public void setHiddenScrollableSizing(java.lang.Boolean hiddenScrollableSizing)
Set the value of the hiddenScrollableSizing property.
public java.lang.Boolean isHiddenScrollableSizing()
Return the value of the hiddenScrollableSizing property.
public void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
public java.lang.String getStyleClass()
Return the value of the styleClass property.
public void setFilterEvent(java.lang.String filterEvent)
Set the value of the filterEvent property.
public java.lang.String getFilterEvent()
Return the value of the filterEvent property.
public void setRowStyleClass(java.lang.String rowStyleClass)
Set the value of the rowStyleClass property.
public java.lang.String getRowStyleClass()
Return the value of the rowStyleClass property.
public void setStateMap(RowStateMap stateMap)
Set the value of the stateMap property.
public RowStateMap getStateMap()
Return the value of the stateMap property.
public void setReorderableColumns(boolean reorderableColumns)
Set the value of the reorderableColumns property.
public boolean isReorderableColumns()
Return the value of the reorderableColumns property.
public void setColumnOrdering(java.util.List columnOrdering)
Set the value of the columnOrdering property.
public java.util.List getColumnOrdering()
Return the value of the columnOrdering property.
public void setRows(int rows)
Set the value of the rows property.
setRows in class javax.faces.component.UIDatapublic int getRows()
Return the value of the rows property.
getRows in class javax.faces.component.UIDatapublic void setEmptyMessage(java.lang.String emptyMessage)
Set the value of the emptyMessage property.
public java.lang.String getEmptyMessage()
Return the value of the emptyMessage property.
public void setAlwaysExecuteContents(java.lang.Boolean alwaysExecuteContents)
Set the value of the alwaysExecuteContents property.
public java.lang.Boolean isAlwaysExecuteContents()
Return the value of the alwaysExecuteContents property.
public void setPaginatorTemplate(java.lang.String paginatorTemplate)
Set the value of the paginatorTemplate property.
public java.lang.String getPaginatorTemplate()
Return the value of the paginatorTemplate property.
public void setGroupedFilterResults(boolean groupedFilterResults)
Set the value of the groupedFilterResults property.
public boolean isGroupedFilterResults()
Return the value of the groupedFilterResults property.
public void setLazy(boolean lazy)
Set the value of the lazy property.
public boolean isLazy()
Return the value of the lazy property.
public void setRowIndexVar(java.lang.String rowIndexVar)
Set the value of the rowIndexVar property.
public java.lang.String getRowIndexVar()
Return the value of the rowIndexVar property.
public void setDisabled(boolean disabled)
Set the value of the disabled property.
public boolean isDisabled()
Return the value of the disabled property.
public void setToggleOnInvalidEdit(java.lang.Boolean toggleOnInvalidEdit)
Set the value of the toggleOnInvalidEdit property.
public java.lang.Boolean isToggleOnInvalidEdit()
Return the value of the toggleOnInvalidEdit property.
public void setTableConfigPanel(java.lang.String tableConfigPanel)
Set the value of the tableConfigPanel property.
public java.lang.String getTableConfigPanel()
Return the value of the tableConfigPanel property.
public void setFilteredData(java.util.List filteredData)
Set the value of the filteredData property.
public java.util.List getFilteredData()
Return the value of the filteredData property.
public void setSortOrderChanged(java.lang.Boolean sortOrderChanged)
Set the value of the sortOrderChanged property.
public java.lang.Boolean isSortOrderChanged()
Return the value of the sortOrderChanged property.
public void setRowToSelectedFieldsMap(java.util.Map rowToSelectedFieldsMap)
Set the value of the rowToSelectedFieldsMap property.
public java.util.Map getRowToSelectedFieldsMap()
Return the value of the rowToSelectedFieldsMap property.
public void setValueHashCode(java.lang.Integer valueHashCode)
Set the value of the valueHashCode property.
public java.lang.Integer getValueHashCode()
Return the value of the valueHashCode property.
public void setForcedUpdateCounter(java.lang.Integer forcedUpdateCounter)
Set the value of the forcedUpdateCounter property.
public java.lang.Integer getForcedUpdateCounter()
Return the value of the forcedUpdateCounter property.
public void setFilterValueChanged(java.lang.Boolean filterValueChanged)
Set the value of the filterValueChanged property.
public java.lang.Boolean isFilterValueChanged()
Return the value of the filterValueChanged property.
public java.util.Collection<java.lang.String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic java.lang.String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic java.lang.String getDefaultRender(java.lang.String event)
getDefaultRender in interface IceClientBehaviorHolderpublic java.lang.String getDefaultExecute(java.lang.String event)
getDefaultExecute in interface IceClientBehaviorHolder
public void addClientBehavior(java.lang.String eventName,
javax.faces.component.behavior.ClientBehavior behavior)
addClientBehavior in interface javax.faces.component.behavior.ClientBehaviorHolderaddClientBehavior in class javax.faces.component.UIComponentBase
|
ICEfaces 3.1.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||