|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.event.DataFilterSliderAdapter
public class DataFilterSliderAdapter
| Field Summary | |
|---|---|
static java.lang.Class[] |
SIGNATURE
|
| Constructor Summary | |
|---|---|
DataFilterSliderAdapter()
empty constructor needed. |
|
DataFilterSliderAdapter(javax.faces.el.MethodBinding mySliderMethod)
Creates a new DataFilterSliderAdapter. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.Class[] SIGNATURE
| Constructor Detail |
|---|
public DataFilterSliderAdapter()
public DataFilterSliderAdapter(javax.faces.el.MethodBinding mySliderMethod)
mySliderMethod - the MethodBinding to adapt| Method Detail |
|---|
public void processSlider(org.richfaces.event.DataFilterSliderEvent event)
processSlider in interface org.richfaces.event.DataFilterSliderListenerevent - the slider eventpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldercontext - the Faces context
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object object)
restoreState in interface javax.faces.component.StateHoldercontext - the Faces contextobject - the state to restorepublic boolean isTransient()
isTransient in interface javax.faces.component.StateHolderpublic void setTransient(boolean isTransient)
setTransient in interface javax.faces.component.StateHolderisTransient - the new value for transient
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||