public class DataFilterSliderAdapter
extends java.lang.Object
implements org.richfaces.event.DataFilterSliderListener, javax.faces.component.StateHolder
Modifier and Type | Field and Description |
---|---|
static java.lang.Class[] |
SIGNATURE |
Constructor and Description |
---|
DataFilterSliderAdapter()
empty constructor needed.
|
DataFilterSliderAdapter(javax.faces.el.MethodBinding mySliderMethod)
Creates a new DataFilterSliderAdapter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isTransient()
Returns true if this DataFilterSliderAdapter is transient and should
not be state saved, otherwise false.
|
void |
processSlider(org.richfaces.event.DataFilterSliderEvent event)
Processes a SliderEvent.
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object object)
Restores the internal state of this DataFilterSliderAdapter.
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
Saves the internal state of this DataFilterSliderAdapter.
|
void |
setTransient(boolean isTransient)
Indicates whether or not this DataFilterSliderAdapter is transient and should
not be state saved.
|
public DataFilterSliderAdapter()
public DataFilterSliderAdapter(javax.faces.el.MethodBinding mySliderMethod)
mySliderMethod
- the MethodBinding to adaptpublic void processSlider(org.richfaces.event.DataFilterSliderEvent event)
processSlider
in interface org.richfaces.event.DataFilterSliderListener
event
- the slider eventpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
context
- the Faces contextpublic void restoreState(javax.faces.context.FacesContext context, java.lang.Object object)
restoreState
in interface javax.faces.component.StateHolder
context
- the Faces contextobject
- the state to restorepublic boolean isTransient()
isTransient
in interface javax.faces.component.StateHolder
public void setTransient(boolean isTransient)
setTransient
in interface javax.faces.component.StateHolder
isTransient
- the new value for transientCopyright © 2014. All Rights Reserved.