|
||||||||||
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.UICommand
org.ajax4jsf.component.AjaxActionComponent
org.richfaces.component.UIDatascroller
org.richfaces.component.html.HtmlDatascroller
public class HtmlDatascroller
Component-Type org.richfaces.Datascroller Component-Family org.richfaces.Datascroller Renderer-Type org.richfaces.DataScrollerRenderer
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Fields inherited from class org.richfaces.component.UIDatascroller |
---|
FAST_FORWARD_DISABLED_FACET_NAME, FAST_FORWARD_FACET_NAME, FAST_REWIND_DISABLED_FACET_NAME, FAST_REWIND_FACET_NAME, FIRST_DISABLED_FACET_NAME, FIRST_FACET_NAME, LAST_DISABLED_FACET_NAME, LAST_FACET_NAME, NEXT_DISABLED_FACET_NAME, NEXT_FACET_NAME, PREVIOUS_DISABLED_FACET_NAME, PREVIOUS_FACET_NAME |
Fields inherited from class org.ajax4jsf.component.AjaxActionComponent |
---|
FOCUS_DATA_ID |
Fields inherited from interface org.ajax4jsf.component.AjaxComponent |
---|
AJAX_COMPONETT_PARAMETER |
Constructor Summary | |
---|---|
HtmlDatascroller()
Constructor to init default renderers |
Method Summary | |
---|---|
java.lang.String |
getAlign()
left|center|right [CI] Deprecated. |
java.lang.String |
getBinding()
The attribute takes a value-binding expression for a component property of a backing bean Getter for binding |
java.lang.String |
getBoundaryControls()
Possible values are: "show" - default mode. |
java.lang.Object |
getData()
Serialized (on default with JSON) data passed on the client by a developer on AJAX request. |
java.lang.String |
getEventsQueue()
Name of requests queue to avoid send next request before complete other from same event. |
java.lang.String |
getFamily()
|
java.lang.String |
getFastControls()
Possible values are: "show" - default mode. |
int |
getFastStep()
The attribute indicates pages quantity to switch onto when fast scrolling is used Getter for fastStep |
java.lang.String |
getFocus()
id of element to set focus after request completed on client side Getter for focus |
java.lang.String |
getFor()
ID of the table component whose data is scrollled Getter for for |
java.lang.String |
getHandleValue()
Current handle value Getter for handleValue |
java.lang.String |
getInactiveStyle()
Corresponds to the HTML style attribute for the inactive cell on scroller Getter for inactiveStyle |
java.lang.String |
getInactiveStyleClass()
Corresponds to the HTML class attribute for the inactive cell on scroller Getter for inactiveStyleClass |
int |
getMaxPages()
Maximum quantity of pages Getter for maxPages |
java.lang.String |
getOnbeforedomupdate()
JavaScript code for call before DOM has been updated on client side Getter for onbeforedomupdate |
java.lang.String |
getOnclick()
HTML: a script expression; a pointer button is clicked Getter for onclick |
java.lang.String |
getOncomplete()
JavaScript code for call after request completed on client side Getter for oncomplete |
java.lang.String |
getOndblclick()
HTML: a script expression; a pointer button is double-clicked Getter for ondblclick |
java.lang.String |
getOnkeydown()
HTML: a script expression; a key is pressed down Getter for onkeydown |
java.lang.String |
getOnkeypress()
HTML: a script expression; a key is pressed and released Getter for onkeypress |
java.lang.String |
getOnkeyup()
HTML: a script expression; a key is released Getter for onkeyup |
java.lang.String |
getOnmousedown()
HTML: script expression; a pointer button is pressed down Getter for onmousedown |
java.lang.String |
getOnmousemove()
HTML: a script expression; a pointer is moved within Getter for onmousemove |
java.lang.String |
getOnmouseout()
HTML: a script expression; a pointer is moved away Getter for onmouseout |
java.lang.String |
getOnmouseover()
HTML: a script expression; a pointer is moved onto Getter for onmouseover |
java.lang.String |
getOnmouseup()
HTML: script expression; a pointer button is released Getter for onmouseup |
java.lang.String |
getPageIndexVar()
Name of variable in request scope containing index of active page Getter for pageIndexVar |
java.lang.String |
getPagesVar()
Name of variable in request scope containing number of pages Getter for pagesVar |
int |
getRequestDelay()
Attribute defines the time (in ms.) that the request will be wait in the queue before it is ready to send. |
java.lang.Object |
getReRender()
Id['s] (in format of call UIComponent.findComponent()) of components, rendered in case of AjaxRequest caused by this component. |
javax.faces.el.MethodBinding |
getScrollerListener()
MethodBinding representing an action listener method that will be notified after scrolling Getter for scrollerListener |
java.lang.String |
getSelectedStyle()
Corresponds to the HTML style attribute for the selected cell on scroller Getter for selectedStyle |
java.lang.String |
getSelectedStyleClass()
Corresponds to the HTML class attribute for the selected cell on scroller Getter for selectedStyleClass |
java.lang.String |
getStatus()
ID (in format of call UIComponent.findComponent()) of Request status component Getter for status |
java.lang.String |
getStepControls()
Possible values are: "show" - default mode. |
java.lang.String |
getStyle()
CSS style(s) is/are to be applied when this component is rendered Getter for style |
java.lang.String |
getStyleClass()
Corresponds to the HTML class attribute Getter for styleClass |
java.lang.String |
getTableStyle()
CSS style(s) is/are to be applied to outside table when this component is rendered Getter for tableStyle |
java.lang.String |
getTableStyleClass()
Space-separated list of CSS style class(es) that are be applied to outside table of this component Getter for tableStyleClass |
int |
getTimeout()
Response waiting time on a particular request. |
boolean |
isAjaxSingle()
If "true", submits ONLY one field/link, instead of all form controls Getter for ajaxSingle |
boolean |
isBypassUpdates()
If "true", after process validations phase it skips updates of model beans on a force render response. |
boolean |
isIgnoreDupResponses()
Attribute allows to ignore an Ajax Response produced by a request if the newest 'similar' request is in a queue already. |
boolean |
isLimitToList()
If "true", updates on client side ONLY elements from this 'reRender' property. |
boolean |
isRenderIfSinglePage()
If renderIfSinglePage=true then datascroller is displayed on condition that the data hold on one page Getter for renderIfSinglePage |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setAjaxSingle(boolean __ajaxSingle)
If "true", submits ONLY one field/link, instead of all form controls Setter for ajaxSingle |
void |
setAlign(java.lang.String __align)
left|center|right [CI] Deprecated. |
void |
setBinding(java.lang.String __binding)
The attribute takes a value-binding expression for a component property of a backing bean Setter for binding |
void |
setBoundaryControls(java.lang.String __boundaryControls)
Possible values are: "show" - default mode. |
void |
setBypassUpdates(boolean __bypassUpdates)
If "true", after process validations phase it skips updates of model beans on a force render response. |
void |
setData(java.lang.Object __data)
Serialized (on default with JSON) data passed on the client by a developer on AJAX request. |
void |
setEventsQueue(java.lang.String __eventsQueue)
Name of requests queue to avoid send next request before complete other from same event. |
void |
setFastControls(java.lang.String __fastControls)
Possible values are: "show" - default mode. |
void |
setFastStep(int __fastStep)
The attribute indicates pages quantity to switch onto when fast scrolling is used Setter for fastStep |
void |
setFocus(java.lang.String __focus)
id of element to set focus after request completed on client side Setter for focus |
void |
setFor(java.lang.String __for)
ID of the table component whose data is scrollled Setter for for |
void |
setHandleValue(java.lang.String __handleValue)
Current handle value Setter for handleValue |
void |
setIgnoreDupResponses(boolean __ignoreDupResponses)
Attribute allows to ignore an Ajax Response produced by a request if the newest 'similar' request is in a queue already. |
void |
setInactiveStyle(java.lang.String __inactiveStyle)
Corresponds to the HTML style attribute for the inactive cell on scroller Setter for inactiveStyle |
void |
setInactiveStyleClass(java.lang.String __inactiveStyleClass)
Corresponds to the HTML class attribute for the inactive cell on scroller Setter for inactiveStyleClass |
void |
setLimitToList(boolean __limitToList)
If "true", updates on client side ONLY elements from this 'reRender' property. |
void |
setMaxPages(int __maxPages)
Maximum quantity of pages Setter for maxPages |
void |
setOnbeforedomupdate(java.lang.String __onbeforedomupdate)
JavaScript code for call before DOM has been updated on client side Setter for onbeforedomupdate |
void |
setOnclick(java.lang.String __onclick)
HTML: a script expression; a pointer button is clicked Setter for onclick |
void |
setOncomplete(java.lang.String __oncomplete)
JavaScript code for call after request completed on client side Setter for oncomplete |
void |
setOndblclick(java.lang.String __ondblclick)
HTML: a script expression; a pointer button is double-clicked Setter for ondblclick |
void |
setOnkeydown(java.lang.String __onkeydown)
HTML: a script expression; a key is pressed down Setter for onkeydown |
void |
setOnkeypress(java.lang.String __onkeypress)
HTML: a script expression; a key is pressed and released Setter for onkeypress |
void |
setOnkeyup(java.lang.String __onkeyup)
HTML: a script expression; a key is released Setter for onkeyup |
void |
setOnmousedown(java.lang.String __onmousedown)
HTML: script expression; a pointer button is pressed down Setter for onmousedown |
void |
setOnmousemove(java.lang.String __onmousemove)
HTML: a script expression; a pointer is moved within Setter for onmousemove |
void |
setOnmouseout(java.lang.String __onmouseout)
HTML: a script expression; a pointer is moved away Setter for onmouseout |
void |
setOnmouseover(java.lang.String __onmouseover)
HTML: a script expression; a pointer is moved onto Setter for onmouseover |
void |
setOnmouseup(java.lang.String __onmouseup)
HTML: script expression; a pointer button is released Setter for onmouseup |
void |
setPageIndexVar(java.lang.String __pageIndexVar)
Name of variable in request scope containing index of active page Setter for pageIndexVar |
void |
setPagesVar(java.lang.String __pagesVar)
Name of variable in request scope containing number of pages Setter for pagesVar |
void |
setRenderIfSinglePage(boolean __renderIfSinglePage)
If renderIfSinglePage=true then datascroller is displayed on condition that the data hold on one page Setter for renderIfSinglePage |
void |
setRequestDelay(int __requestDelay)
Attribute defines the time (in ms.) that the request will be wait in the queue before it is ready to send. |
void |
setReRender(java.lang.Object __reRender)
Id['s] (in format of call UIComponent.findComponent()) of components, rendered in case of AjaxRequest caused by this component. |
void |
setScrollerListener(javax.faces.el.MethodBinding __scrollerListener)
MethodBinding representing an action listener method that will be notified after scrolling Setter for scrollerListener |
void |
setSelectedStyle(java.lang.String __selectedStyle)
Corresponds to the HTML style attribute for the selected cell on scroller Setter for selectedStyle |
void |
setSelectedStyleClass(java.lang.String __selectedStyleClass)
Corresponds to the HTML class attribute for the selected cell on scroller Setter for selectedStyleClass |
void |
setStatus(java.lang.String __status)
ID (in format of call UIComponent.findComponent()) of Request status component Setter for status |
void |
setStepControls(java.lang.String __stepControls)
Possible values are: "show" - default mode. |
void |
setStyle(java.lang.String __style)
CSS style(s) is/are to be applied when this component is rendered Setter for style |
void |
setStyleClass(java.lang.String __styleClass)
Corresponds to the HTML class attribute Setter for styleClass |
void |
setTableStyle(java.lang.String __tableStyle)
CSS style(s) is/are to be applied to outside table when this component is rendered Setter for tableStyle |
void |
setTableStyleClass(java.lang.String __tableStyleClass)
Space-separated list of CSS style class(es) that are be applied to outside table of this component Setter for tableStyleClass |
void |
setTimeout(int __timeout)
Response waiting time on a particular request. |
Methods inherited from class org.richfaces.component.UIDatascroller |
---|
addScrollerListener, broadcast, getDataTable, getFastForward, getFastRewind, getFirst, getFirstRow, getLast, getNext, getPageCount, getPageCount, getPageIndex, getPageIndex, getPrevious, getRowCount, getRowCount, getRows, getScrollerListeners, removeScrollerListener, setFirstRow, setPage |
Methods inherited from class org.ajax4jsf.component.AjaxActionComponent |
---|
addAjaxListener, getAjaxListeners, getSingleComponent, queueEvent, removeAjaxListener, setupReRender, setupReRender |
Methods inherited from class javax.faces.component.UICommand |
---|
addActionListener, getAction, getActionListener, getActionListeners, getValue, isImmediate, removeActionListener, setAction, setActionListener, setImmediate, setValue |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
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.ActionSource |
---|
addActionListener, getAction, getActionListener, getActionListeners, isImmediate, removeActionListener, setAction, setActionListener, setImmediate |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
Constructor Detail |
---|
public HtmlDatascroller()
Method Detail |
---|
public void setMaxPages(int __maxPages)
setMaxPages
in class UIDatascroller
maxPages
- - new valuepublic int getMaxPages()
getMaxPages
in class UIDatascroller
public void setSelectedStyle(java.lang.String __selectedStyle)
setSelectedStyle
in class UIDatascroller
selectedStyle
- - new valuepublic java.lang.String getSelectedStyle()
getSelectedStyle
in class UIDatascroller
public void setFastControls(java.lang.String __fastControls)
setFastControls
in class UIDatascroller
fastControls
- - new valuepublic java.lang.String getFastControls()
getFastControls
in class UIDatascroller
public void setTableStyle(java.lang.String __tableStyle)
tableStyle
- - new valuepublic java.lang.String getTableStyle()
public void setFocus(java.lang.String __focus)
focus
- - new valuepublic java.lang.String getFocus()
public void setBypassUpdates(boolean __bypassUpdates)
bypassUpdates
- - new valuepublic boolean isBypassUpdates()
public void setLimitToList(boolean __limitToList)
limitToList
- - new valuepublic boolean isLimitToList()
public void setStyle(java.lang.String __style)
setStyle
in class UIDatascroller
style
- - new valuepublic java.lang.String getStyle()
getStyle
in class UIDatascroller
public void setOnmouseover(java.lang.String __onmouseover)
onmouseover
- - new valuepublic java.lang.String getOnmouseover()
public void setFor(java.lang.String __for)
setFor
in class UIDatascroller
for
- - new valuepublic java.lang.String getFor()
getFor
in class UIDatascroller
public void setOnkeyup(java.lang.String __onkeyup)
onkeyup
- - new valuepublic java.lang.String getOnkeyup()
public void setTimeout(int __timeout)
timeout
- - new valuepublic int getTimeout()
public void setOnmouseout(java.lang.String __onmouseout)
onmouseout
- - new valuepublic java.lang.String getOnmouseout()
public void setInactiveStyleClass(java.lang.String __inactiveStyleClass)
setInactiveStyleClass
in class UIDatascroller
inactiveStyleClass
- - new valuepublic java.lang.String getInactiveStyleClass()
getInactiveStyleClass
in class UIDatascroller
public void setPageIndexVar(java.lang.String __pageIndexVar)
pageIndexVar
- - new valuepublic java.lang.String getPageIndexVar()
public void setOnmouseup(java.lang.String __onmouseup)
onmouseup
- - new valuepublic java.lang.String getOnmouseup()
public void setBinding(java.lang.String __binding)
binding
- - new valuepublic java.lang.String getBinding()
public void setOnmousemove(java.lang.String __onmousemove)
onmousemove
- - new valuepublic java.lang.String getOnmousemove()
public void setInactiveStyle(java.lang.String __inactiveStyle)
setInactiveStyle
in class UIDatascroller
inactiveStyle
- - new valuepublic java.lang.String getInactiveStyle()
getInactiveStyle
in class UIDatascroller
public void setRenderIfSinglePage(boolean __renderIfSinglePage)
setRenderIfSinglePage
in class UIDatascroller
renderIfSinglePage
- - new valuepublic boolean isRenderIfSinglePage()
isRenderIfSinglePage
in class UIDatascroller
public void setOncomplete(java.lang.String __oncomplete)
oncomplete
- - new valuepublic java.lang.String getOncomplete()
public void setFastStep(int __fastStep)
setFastStep
in class UIDatascroller
fastStep
- - new valuepublic int getFastStep()
getFastStep
in class UIDatascroller
public void setReRender(java.lang.Object __reRender)
reRender
- - new valuepublic java.lang.Object getReRender()
public void setTableStyleClass(java.lang.String __tableStyleClass)
setTableStyleClass
in class UIDatascroller
tableStyleClass
- - new valuepublic java.lang.String getTableStyleClass()
getTableStyleClass
in class UIDatascroller
public void setStepControls(java.lang.String __stepControls)
setStepControls
in class UIDatascroller
stepControls
- - new valuepublic java.lang.String getStepControls()
getStepControls
in class UIDatascroller
public void setStyleClass(java.lang.String __styleClass)
setStyleClass
in class UIDatascroller
styleClass
- - new valuepublic java.lang.String getStyleClass()
getStyleClass
in class UIDatascroller
public void setOnkeypress(java.lang.String __onkeypress)
onkeypress
- - new valuepublic java.lang.String getOnkeypress()
public void setAjaxSingle(boolean __ajaxSingle)
setAjaxSingle
in interface org.ajax4jsf.component.AjaxComponent
setAjaxSingle
in class UIDatascroller
ajaxSingle
- - new valuepublic boolean isAjaxSingle()
isAjaxSingle
in interface org.ajax4jsf.component.AjaxComponent
isAjaxSingle
in class UIDatascroller
public void setOndblclick(java.lang.String __ondblclick)
ondblclick
- - new valuepublic java.lang.String getOndblclick()
public void setAlign(java.lang.String __align)
setAlign
in class UIDatascroller
align
- - new valuepublic java.lang.String getAlign()
getAlign
in class UIDatascroller
public void setHandleValue(java.lang.String __handleValue)
handleValue
- - new valuepublic java.lang.String getHandleValue()
public void setSelectedStyleClass(java.lang.String __selectedStyleClass)
setSelectedStyleClass
in class UIDatascroller
selectedStyleClass
- - new valuepublic java.lang.String getSelectedStyleClass()
getSelectedStyleClass
in class UIDatascroller
public void setBoundaryControls(java.lang.String __boundaryControls)
setBoundaryControls
in class UIDatascroller
boundaryControls
- - new valuepublic java.lang.String getBoundaryControls()
getBoundaryControls
in class UIDatascroller
public void setPagesVar(java.lang.String __pagesVar)
pagesVar
- - new valuepublic java.lang.String getPagesVar()
public void setOnclick(java.lang.String __onclick)
onclick
- - new valuepublic java.lang.String getOnclick()
public void setStatus(java.lang.String __status)
status
- - new valuepublic java.lang.String getStatus()
public void setOnkeydown(java.lang.String __onkeydown)
onkeydown
- - new valuepublic java.lang.String getOnkeydown()
public void setScrollerListener(javax.faces.el.MethodBinding __scrollerListener)
setScrollerListener
in class UIDatascroller
scrollerListener
- - new valuepublic javax.faces.el.MethodBinding getScrollerListener()
getScrollerListener
in class UIDatascroller
public void setOnmousedown(java.lang.String __onmousedown)
onmousedown
- - new valuepublic java.lang.String getOnmousedown()
public void setRequestDelay(int __requestDelay)
setRequestDelay
in interface org.ajax4jsf.component.AjaxComponent
setRequestDelay
in class UIDatascroller
requestDelay
- - new valuepublic int getRequestDelay()
getRequestDelay
in interface org.ajax4jsf.component.AjaxComponent
getRequestDelay
in class UIDatascroller
public void setEventsQueue(java.lang.String __eventsQueue)
setEventsQueue
in interface org.ajax4jsf.component.AjaxComponent
setEventsQueue
in class UIDatascroller
eventsQueue
- - new valuepublic java.lang.String getEventsQueue()
getEventsQueue
in interface org.ajax4jsf.component.AjaxComponent
getEventsQueue
in class UIDatascroller
public void setData(java.lang.Object __data)
data
- - new valuepublic java.lang.Object getData()
public void setOnbeforedomupdate(java.lang.String __onbeforedomupdate)
onbeforedomupdate
- - new valuepublic java.lang.String getOnbeforedomupdate()
public void setIgnoreDupResponses(boolean __ignoreDupResponses)
ignoreDupResponses
- - new valuepublic boolean isIgnoreDupResponses()
public java.lang.String getFamily()
getFamily
in class UIDatascroller
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UICommand
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UICommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |