|
||||||||||
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
javax.faces.component.html.HtmlDataTable
org.apache.myfaces.component.html.ext.HtmlDataTableHack
org.apache.myfaces.component.html.ext.HtmlDataTable
org.apache.myfaces.custom.autoupdatedatatable.AutoUpdateDataTable
public class AutoUpdateDataTable
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
DEFAULT_RENDERER_TYPE
|
Fields inherited from class org.apache.myfaces.component.html.ext.HtmlDataTable |
---|
NEWSPAPER_COLUMNS_PROPERTY, NEWSPAPER_ORIENTATION_PROPERTY, SPACER_FACET_NAME |
Fields inherited from class javax.faces.component.UIData |
---|
COMPONENT_FAMILY |
Fields inherited from interface org.apache.myfaces.component.UserRoleAware |
---|
ENABLED_ON_USER_ROLE_ATTR, VISIBLE_ON_USER_ROLE_ATTR |
Fields inherited from interface org.apache.myfaces.component.NewspaperTable |
---|
NEWSPAPER_HORIZONTAL_ORIENTATION |
Fields inherited from interface javax.faces.component.NamingContainer |
---|
SEPARATOR_CHAR |
Constructor Summary | |
---|---|
AutoUpdateDataTable()
|
Method Summary | |
---|---|
void |
decodeAjax(javax.faces.context.FacesContext context)
|
void |
encodeAjax(javax.faces.context.FacesContext context)
|
java.lang.String |
getFrequency()
|
java.lang.String |
getOnSuccess()
|
void |
processRestoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
processSaveState(javax.faces.context.FacesContext context)
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setFrequency(java.lang.String frequency)
|
void |
setOnSuccess(java.lang.String _onSuccess)
|
Methods inherited from class org.apache.myfaces.component.html.ext.HtmlDataTable |
---|
collapseAllDetails, columnNameToIndex, createDataModel, createSortHeaderComponent, encodeBegin, encodeEnd, expandAllDetails, findComponent, getBodyStyle, getBodyStyleClass, getClientId, getDataModel, getEnabledOnUserRole, getFirst, getForceIdIndexFormula, getNewspaperColumns, getNewspaperOrientation, getPreservedDataModel, getPreviousRowDataVar, getRowCountVar, getRowGroupStyle, getRowGroupStyleClass, getRowIndexVar, getRowOnClick, getRowOnDblClick, getRowOnKeyDown, getRowOnKeyPress, getRowOnKeyUp, getRowOnMouseDown, getRowOnMouseMove, getRowOnMouseOut, getRowOnMouseOver, getRowOnMouseUp, getRows, getRowStyle, getRowStyleClass, getSerializableDataModel, getSortColumn, getSortColumnIndex, getSortedColumnVar, getSortProperty, getSortPropertyFromEL, getSpacer, getTableContext, getVarDetailToggler, getVisibleOnUserRole, isCurrentDetailExpanded, isDetailExpanded, isExpandedEmpty, isPreserveDataModel, isPreserveSort, isRendered, isRenderedIfEmpty, isSortable, isSortAscending, isSortHeaderNeeded, isValidChildren, processDecodes, processUpdates, processValidators, setBodyStyle, setBodyStyleClass, setEnabledOnUserRole, setExpandedEmpty, setFirst, setForceIdIndexFormula, setIsValidChildren, setNewspaperColumns, setNewspaperOrientation, setPreserveDataModel, setPreservedDataModel, setPreserveSort, setPreviousRowDataVar, setRenderedIfEmpty, setRowCountVar, setRowGroupStyle, setRowGroupStyleClass, setRowIndex, setRowIndexVar, setRowOnClick, setRowOnDblClick, setRowOnKeyDown, setRowOnKeyPress, setRowOnKeyUp, setRowOnMouseDown, setRowOnMouseMove, setRowOnMouseOut, setRowOnMouseOver, setRowOnMouseUp, setRows, setRowStyle, setRowStyleClass, setSortable, setSortAscending, setSortColumn, setSortColumnIndex, setSortedColumnVar, setSortProperty, setSpacer, setVarDetailToggler, setVisibleOnUserRole, toggleDetail |
Methods inherited from class org.apache.myfaces.component.html.ext.HtmlDataTableHack |
---|
getRowCount, getRowData, getRowIndex, hasErrorMessages, isForceId, isPreserveRowStates, isRowAvailable, restoreDescendantComponentStates, saveDescendantComponentStates, setDataModel, setForceId, setPreserveRowStates, setValue, setValueBinding |
Methods inherited from class javax.faces.component.html.HtmlDataTable |
---|
getBgcolor, getBorder, getCellpadding, getCellspacing, getColumnClasses, getDir, getFooterClass, getFrame, getHeaderClass, getLang, getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRowClasses, getRules, getStyle, getStyleClass, getSummary, getTitle, getWidth, setBgcolor, setBorder, setCellpadding, setCellspacing, setColumnClasses, setDir, setFooterClass, setFrame, setHeaderClass, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRowClasses, setRules, setStyle, setStyleClass, setSummary, setTitle, setWidth |
Methods inherited from class javax.faces.component.UIData |
---|
broadcast, getFamily, getFooter, getHeader, getValue, getVar, queueEvent, setFooter, setHeader, setVar |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, decode, encodeChildren, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isTransient, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String DEFAULT_RENDERER_TYPE
Constructor Detail |
---|
public AutoUpdateDataTable()
Method Detail |
---|
public void processRestoreState(javax.faces.context.FacesContext context, java.lang.Object state)
processRestoreState
in class javax.faces.component.UIComponentBase
context
- FacesContextstate
- Objectpublic java.lang.Object processSaveState(javax.faces.context.FacesContext context)
processSaveState
in class javax.faces.component.UIComponentBase
context
- FacesContext
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class org.apache.myfaces.component.html.ext.HtmlDataTable
context
- FacesContext
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class org.apache.myfaces.component.html.ext.HtmlDataTable
context
- FacesContextstate
- Objectpublic java.lang.String getFrequency()
public void setFrequency(java.lang.String frequency)
frequency
- Stringpublic java.lang.String getOnSuccess()
public void setOnSuccess(java.lang.String _onSuccess)
public void encodeAjax(javax.faces.context.FacesContext context) throws java.io.IOException
encodeAjax
in interface AjaxComponent
context
- FacesContext
java.io.IOException
public void decodeAjax(javax.faces.context.FacesContext context)
decodeAjax
in interface AjaxComponent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |