org.richfaces.component.html
Class HtmlDatascroller

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UICommand
              extended by org.richfaces.component.UIDatascroller
                  extended by org.richfaces.component.html.HtmlDatascroller
All Implemented Interfaces:
javax.faces.component.ActionSource, javax.faces.component.StateHolder, DataScrollerSource

public class HtmlDatascroller
extends UIDatascroller

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
 
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.
 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.
 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.
 java.lang.String getHandleValue()
          Current handle value.
 int getMaxPages()
          Maximum quantity of pages Getter for maxPages
 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
 int getRequestDelay()
          Delay ( in ms.
 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 afrer scrolling.
 java.lang.String getSelectedStyle()
          Corresponds to the HTML style attribute for the selected cell on scroller.
 java.lang.String getSelectedStyleClass()
          Corresponds to the HTML class attribute for the selected cell on scroller.
 java.lang.String getStatus()
          ID (in format of call UIComponent.findComponent()) of Request status component.
 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.
 java.lang.String getStyleClass()
          Corresponds to the HTML class attribute.
 java.lang.String getTableStyle()
          CSS style(s) is/are to be applied to outside table when this component is rendered.
 java.lang.String getTableStyleClass()
          Space-separated list of CSS style class(es) that are be applied to outside table of this component.
 int getTimeout()
          Response waiting time on a particular request.
 boolean isAjaxSingle()
          If "true", submits ONLY one field/link, instead of all form controls.
 boolean isBypassUpdates()
          If true, after process validations phase it skips updates of model beans on a force render response.
 boolean isIgnoreDupResponses()
          If true, unfinished request will be aborted on new event.
 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.
 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.
 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.
 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.
 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.
 void setHandleValue(java.lang.String __handleValue)
          Current handle value.
 void setIgnoreDupResponses(boolean __ignoreDupResponses)
          If true, unfinished request will be aborted on new event.
 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 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 setRenderIfSinglePage(boolean __renderIfSinglePage)
          If renderIfSinglePage=true then datascroller is displayed on condition that the data hold on one page.
 void setRequestDelay(int __requestDelay)
          Delay ( in ms.
 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 afrer scrolling.
 void setSelectedStyle(java.lang.String __selectedStyle)
          Corresponds to the HTML style attribute for the selected cell on scroller.
 void setSelectedStyleClass(java.lang.String __selectedStyleClass)
          Corresponds to the HTML class attribute for the selected cell on scroller.
 void setStatus(java.lang.String __status)
          ID (in format of call UIComponent.findComponent()) of Request status component.
 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.
 void setStyleClass(java.lang.String __styleClass)
          Corresponds to the HTML class attribute.
 void setTableStyle(java.lang.String __tableStyle)
          CSS style(s) is/are to be applied to outside table when this component is rendered.
 void setTableStyleClass(java.lang.String __tableStyleClass)
          Space-separated list of CSS style class(es) that are be applied to outside table of this component.
 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, setPageIndex
 
Methods inherited from class javax.faces.component.UICommand
addActionListener, getAction, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, 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

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

HtmlDatascroller

public HtmlDatascroller()
Constructor to init default renderers

Method Detail

setSelectedStyleClass

public void setSelectedStyleClass(java.lang.String __selectedStyleClass)
Corresponds to the HTML class attribute for the selected cell on scroller. Setter for selectedStyleClass

Specified by:
setSelectedStyleClass in class UIDatascroller
Parameters:
selectedStyleClass - - new value

getSelectedStyleClass

public java.lang.String getSelectedStyleClass()
Corresponds to the HTML class attribute for the selected cell on scroller. Getter for selectedStyleClass

Specified by:
getSelectedStyleClass in class UIDatascroller
Returns:
selectedStyleClass value from local variable or value bindings

setReRender

public 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. Can be single id, comma-separated list of Id's, or EL Expression with array or Collection Setter for reRender

Parameters:
reRender - - new value

getReRender

public java.lang.Object getReRender()
Id['s] (in format of call UIComponent.findComponent()) of components, rendered in case of AjaxRequest caused by this component. Can be single id, comma-separated list of Id's, or EL Expression with array or Collection Getter for reRender

Returns:
reRender value from local variable or value bindings

setFastStep

public void setFastStep(int __fastStep)
The attribute indicates pages quantity to switch onto when fast scrolling is used. Setter for fastStep

Specified by:
setFastStep in class UIDatascroller
Parameters:
fastStep - - new value

getFastStep

public int getFastStep()
The attribute indicates pages quantity to switch onto when fast scrolling is used. Getter for fastStep

Specified by:
getFastStep in class UIDatascroller
Returns:
fastStep value from local variable or value bindings

setFor

public void setFor(java.lang.String __for)
ID of the table component whose data is scrollled. Setter for for

Specified by:
setFor in class UIDatascroller
Parameters:
for - - new value

getFor

public java.lang.String getFor()
ID of the table component whose data is scrollled. Getter for for

Specified by:
getFor in class UIDatascroller
Returns:
for value from local variable or value bindings

setHandleValue

public void setHandleValue(java.lang.String __handleValue)
Current handle value. Setter for handleValue

Parameters:
handleValue - - new value

getHandleValue

public java.lang.String getHandleValue()
Current handle value. Getter for handleValue

Returns:
handleValue value from local variable or value bindings

setBoundaryControls

public void setBoundaryControls(java.lang.String __boundaryControls)
Possible values are: "show" - default mode. Controls are visible always. "hide" - controls are hidden. "auto" - unnecessary controls are hidden. Setter for boundaryControls

Specified by:
setBoundaryControls in class UIDatascroller
Parameters:
boundaryControls - - new value

getBoundaryControls

public java.lang.String getBoundaryControls()
Possible values are: "show" - default mode. Controls are visible always. "hide" - controls are hidden. "auto" - unnecessary controls are hidden. Getter for boundaryControls

Specified by:
getBoundaryControls in class UIDatascroller
Returns:
boundaryControls value from local variable or value bindings

setScrollerListener

public void setScrollerListener(javax.faces.el.MethodBinding __scrollerListener)
MethodBinding representing an action listener method that will be notified afrer scrolling. Setter for scrollerListener

Specified by:
setScrollerListener in class UIDatascroller
Parameters:
scrollerListener - - new value

getScrollerListener

public javax.faces.el.MethodBinding getScrollerListener()
MethodBinding representing an action listener method that will be notified afrer scrolling. Getter for scrollerListener

Specified by:
getScrollerListener in class UIDatascroller
Returns:
scrollerListener value from local variable or value bindings

setFocus

public void setFocus(java.lang.String __focus)
id of element to set focus after request completed on client side Setter for focus

Parameters:
focus - - new value

getFocus

public java.lang.String getFocus()
id of element to set focus after request completed on client side Getter for focus

Returns:
focus value from local variable or value bindings

setRequestDelay

public void setRequestDelay(int __requestDelay)
Delay ( in ms. ) for send ajax request on JavaScript event. In conjunction with events queue can reduce number of requests on keyboard or mouse move events. Setter for requestDelay

Specified by:
setRequestDelay in class UIDatascroller
Parameters:
requestDelay - - new value

getRequestDelay

public int getRequestDelay()
Delay ( in ms. ) for send ajax request on JavaScript event. In conjunction with events queue can reduce number of requests on keyboard or mouse move events. Getter for requestDelay

Specified by:
getRequestDelay in class UIDatascroller
Returns:
requestDelay value from local variable or value bindings

setIgnoreDupResponses

public void setIgnoreDupResponses(boolean __ignoreDupResponses)
If true, unfinished request will be aborted on new event. Setter for ignoreDupResponses

Parameters:
ignoreDupResponses - - new value

isIgnoreDupResponses

public boolean isIgnoreDupResponses()
If true, unfinished request will be aborted on new event. Getter for ignoreDupResponses

Returns:
ignoreDupResponses value from local variable or value bindings

setOndblclick

public void setOndblclick(java.lang.String __ondblclick)
HTML: a script expression; a pointer button is double-clicked Setter for ondblclick

Parameters:
ondblclick - - new value

getOndblclick

public java.lang.String getOndblclick()
HTML: a script expression; a pointer button is double-clicked Getter for ondblclick

Returns:
ondblclick value from local variable or value bindings

setStatus

public void setStatus(java.lang.String __status)
ID (in format of call UIComponent.findComponent()) of Request status component. Setter for status

Parameters:
status - - new value

getStatus

public java.lang.String getStatus()
ID (in format of call UIComponent.findComponent()) of Request status component. Getter for status

Returns:
status value from local variable or value bindings

setOnmouseout

public void setOnmouseout(java.lang.String __onmouseout)
HTML: a script expression; a pointer is moved away Setter for onmouseout

Parameters:
onmouseout - - new value

getOnmouseout

public java.lang.String getOnmouseout()
HTML: a script expression; a pointer is moved away Getter for onmouseout

Returns:
onmouseout value from local variable or value bindings

setStyleClass

public void setStyleClass(java.lang.String __styleClass)
Corresponds to the HTML class attribute. Setter for styleClass

Specified by:
setStyleClass in class UIDatascroller
Parameters:
styleClass - - new value

getStyleClass

public java.lang.String getStyleClass()
Corresponds to the HTML class attribute. Getter for styleClass

Specified by:
getStyleClass in class UIDatascroller
Returns:
styleClass value from local variable or value bindings

setAlign

public void setAlign(java.lang.String __align)
left|center|right [CI] Deprecated. This attribute specifies the position of the table with respect to the document. Permitted values: * left: The table is to the left of the document. * center: The table is to the center of the document. * right: The table is to the right of the document. Setter for align

Specified by:
setAlign in class UIDatascroller
Parameters:
align - - new value

getAlign

public java.lang.String getAlign()
left|center|right [CI] Deprecated. This attribute specifies the position of the table with respect to the document. Permitted values: * left: The table is to the left of the document. * center: The table is to the center of the document. * right: The table is to the right of the document. Getter for align

Specified by:
getAlign in class UIDatascroller
Returns:
align value from local variable or value bindings

setBypassUpdates

public void setBypassUpdates(boolean __bypassUpdates)
If true, after process validations phase it skips updates of model beans on a force render response. It can be used for validating components input Setter for bypassUpdates

Parameters:
bypassUpdates - - new value

isBypassUpdates

public boolean isBypassUpdates()
If true, after process validations phase it skips updates of model beans on a force render response. It can be used for validating components input Getter for bypassUpdates

Returns:
bypassUpdates value from local variable or value bindings

setOncomplete

public void setOncomplete(java.lang.String __oncomplete)
JavaScript code for call after request completed on client side Setter for oncomplete

Parameters:
oncomplete - - new value

getOncomplete

public java.lang.String getOncomplete()
JavaScript code for call after request completed on client side Getter for oncomplete

Returns:
oncomplete value from local variable or value bindings

setOnkeyup

public void setOnkeyup(java.lang.String __onkeyup)
HTML: a script expression; a key is released Setter for onkeyup

Parameters:
onkeyup - - new value

getOnkeyup

public java.lang.String getOnkeyup()
HTML: a script expression; a key is released Getter for onkeyup

Returns:
onkeyup value from local variable or value bindings

setTableStyle

public 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

Parameters:
tableStyle - - new value

getTableStyle

public java.lang.String getTableStyle()
CSS style(s) is/are to be applied to outside table when this component is rendered. Getter for tableStyle

Returns:
tableStyle value from local variable or value bindings

setTableStyleClass

public 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

Specified by:
setTableStyleClass in class UIDatascroller
Parameters:
tableStyleClass - - new value

getTableStyleClass

public 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

Specified by:
getTableStyleClass in class UIDatascroller
Returns:
tableStyleClass value from local variable or value bindings

setStepControls

public void setStepControls(java.lang.String __stepControls)
Possible values are: "show" - default mode. Controls are visible always. "hide" - controls are hidden. "auto" - unnecessary controls are hidden. Setter for stepControls

Specified by:
setStepControls in class UIDatascroller
Parameters:
stepControls - - new value

getStepControls

public java.lang.String getStepControls()
Possible values are: "show" - default mode. Controls are visible always. "hide" - controls are hidden. "auto" - unnecessary controls are hidden. Getter for stepControls

Specified by:
getStepControls in class UIDatascroller
Returns:
stepControls value from local variable or value bindings

setBinding

public void setBinding(java.lang.String __binding)
The attribute takes a value-binding expression for a component property of a backing bean. Setter for binding

Parameters:
binding - - new value

getBinding

public java.lang.String getBinding()
The attribute takes a value-binding expression for a component property of a backing bean. Getter for binding

Returns:
binding value from local variable or value bindings

setOnmousedown

public void setOnmousedown(java.lang.String __onmousedown)
HTML: script expression; a pointer button is pressed down Setter for onmousedown

Parameters:
onmousedown - - new value

getOnmousedown

public java.lang.String getOnmousedown()
HTML: script expression; a pointer button is pressed down Getter for onmousedown

Returns:
onmousedown value from local variable or value bindings

setAjaxSingle

public void setAjaxSingle(boolean __ajaxSingle)
If "true", submits ONLY one field/link, instead of all form controls. Setter for ajaxSingle

Specified by:
setAjaxSingle in class UIDatascroller
Parameters:
ajaxSingle - - new value

isAjaxSingle

public boolean isAjaxSingle()
If "true", submits ONLY one field/link, instead of all form controls. Getter for ajaxSingle

Specified by:
isAjaxSingle in class UIDatascroller
Returns:
ajaxSingle value from local variable or value bindings

setData

public void setData(java.lang.Object __data)
Serialized (on default with JSON) data passed on the client by a developer on AJAX request. It's accessible via "data.foo" syntax Setter for data

Parameters:
data - - new value

getData

public java.lang.Object getData()
Serialized (on default with JSON) data passed on the client by a developer on AJAX request. It's accessible via "data.foo" syntax Getter for data

Returns:
data value from local variable or value bindings

setEventsQueue

public void setEventsQueue(java.lang.String __eventsQueue)
Name of requests queue to avoid send next request before complete other from same event. Can be used to reduce number of requests of frequently events (key press, mouse move etc.). Setter for eventsQueue

Specified by:
setEventsQueue in class UIDatascroller
Parameters:
eventsQueue - - new value

getEventsQueue

public java.lang.String getEventsQueue()
Name of requests queue to avoid send next request before complete other from same event. Can be used to reduce number of requests of frequently events (key press, mouse move etc.). Getter for eventsQueue

Specified by:
getEventsQueue in class UIDatascroller
Returns:
eventsQueue value from local variable or value bindings

setStyle

public void setStyle(java.lang.String __style)
CSS style(s) is/are to be applied when this component is rendered. Setter for style

Specified by:
setStyle in class UIDatascroller
Parameters:
style - - new value

getStyle

public java.lang.String getStyle()
CSS style(s) is/are to be applied when this component is rendered. Getter for style

Specified by:
getStyle in class UIDatascroller
Returns:
style value from local variable or value bindings

setOnmouseup

public void setOnmouseup(java.lang.String __onmouseup)
HTML: script expression; a pointer button is released Setter for onmouseup

Parameters:
onmouseup - - new value

getOnmouseup

public java.lang.String getOnmouseup()
HTML: script expression; a pointer button is released Getter for onmouseup

Returns:
onmouseup value from local variable or value bindings

setOnmousemove

public void setOnmousemove(java.lang.String __onmousemove)
HTML: a script expression; a pointer is moved within Setter for onmousemove

Parameters:
onmousemove - - new value

getOnmousemove

public java.lang.String getOnmousemove()
HTML: a script expression; a pointer is moved within Getter for onmousemove

Returns:
onmousemove value from local variable or value bindings

setOnkeydown

public void setOnkeydown(java.lang.String __onkeydown)
HTML: a script expression; a key is pressed down Setter for onkeydown

Parameters:
onkeydown - - new value

getOnkeydown

public java.lang.String getOnkeydown()
HTML: a script expression; a key is pressed down Getter for onkeydown

Returns:
onkeydown value from local variable or value bindings

setOnkeypress

public void setOnkeypress(java.lang.String __onkeypress)
HTML: a script expression; a key is pressed and released Setter for onkeypress

Parameters:
onkeypress - - new value

getOnkeypress

public java.lang.String getOnkeypress()
HTML: a script expression; a key is pressed and released Getter for onkeypress

Returns:
onkeypress value from local variable or value bindings

setOnmouseover

public void setOnmouseover(java.lang.String __onmouseover)
HTML: a script expression; a pointer is moved onto Setter for onmouseover

Parameters:
onmouseover - - new value

getOnmouseover

public java.lang.String getOnmouseover()
HTML: a script expression; a pointer is moved onto Getter for onmouseover

Returns:
onmouseover value from local variable or value bindings

setRenderIfSinglePage

public void setRenderIfSinglePage(boolean __renderIfSinglePage)
If renderIfSinglePage=true then datascroller is displayed on condition that the data hold on one page. Setter for renderIfSinglePage

Specified by:
setRenderIfSinglePage in class UIDatascroller
Parameters:
renderIfSinglePage - - new value

isRenderIfSinglePage

public boolean isRenderIfSinglePage()
If renderIfSinglePage=true then datascroller is displayed on condition that the data hold on one page. Getter for renderIfSinglePage

Specified by:
isRenderIfSinglePage in class UIDatascroller
Returns:
renderIfSinglePage value from local variable or value bindings

setSelectedStyle

public void setSelectedStyle(java.lang.String __selectedStyle)
Corresponds to the HTML style attribute for the selected cell on scroller. Setter for selectedStyle

Specified by:
setSelectedStyle in class UIDatascroller
Parameters:
selectedStyle - - new value

getSelectedStyle

public java.lang.String getSelectedStyle()
Corresponds to the HTML style attribute for the selected cell on scroller. Getter for selectedStyle

Specified by:
getSelectedStyle in class UIDatascroller
Returns:
selectedStyle value from local variable or value bindings

setLimitToList

public void setLimitToList(boolean __limitToList)
If "true", updates on client side ONLY elements from this 'reRender' property. If "false" (default) updates all rendered by ajax region components. Setter for limitToList

Parameters:
limitToList - - new value

isLimitToList

public boolean isLimitToList()
If "true", updates on client side ONLY elements from this 'reRender' property. If "false" (default) updates all rendered by ajax region components. Getter for limitToList

Returns:
limitToList value from local variable or value bindings

setMaxPages

public void setMaxPages(int __maxPages)
Maximum quantity of pages Setter for maxPages

Specified by:
setMaxPages in class UIDatascroller
Parameters:
maxPages - - new value

getMaxPages

public int getMaxPages()
Maximum quantity of pages Getter for maxPages

Specified by:
getMaxPages in class UIDatascroller
Returns:
maxPages value from local variable or value bindings

setOnclick

public void setOnclick(java.lang.String __onclick)
HTML: a script expression; a pointer button is clicked Setter for onclick

Parameters:
onclick - - new value

getOnclick

public java.lang.String getOnclick()
HTML: a script expression; a pointer button is clicked Getter for onclick

Returns:
onclick value from local variable or value bindings

setTimeout

public void setTimeout(int __timeout)
Response waiting time on a particular request. If a response is not received during this time, the request is aborted Setter for timeout

Parameters:
timeout - - new value

getTimeout

public int getTimeout()
Response waiting time on a particular request. If a response is not received during this time, the request is aborted Getter for timeout

Returns:
timeout value from local variable or value bindings

setFastControls

public void setFastControls(java.lang.String __fastControls)
Possible values are: "show" - default mode. Controls are visible always. "hide" - controls are hidden. "auto" - unnecessary controls are hidden. Setter for fastControls

Specified by:
setFastControls in class UIDatascroller
Parameters:
fastControls - - new value

getFastControls

public java.lang.String getFastControls()
Possible values are: "show" - default mode. Controls are visible always. "hide" - controls are hidden. "auto" - unnecessary controls are hidden. Getter for fastControls

Specified by:
getFastControls in class UIDatascroller
Returns:
fastControls value from local variable or value bindings

getFamily

public java.lang.String getFamily()
Overrides:
getFamily in class UIDatascroller

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class javax.faces.component.UICommand

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class javax.faces.component.UICommand


Copyright © 2007. All Rights Reserved.