|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.spiffyui.client.widgets.slider.SliderEvent
public class SliderEvent
A class to hold event values for the Slider
Constructor Summary | |
---|---|
SliderEvent(Event event,
Slider source,
int[] values)
Create a new slider event. |
|
SliderEvent(Event event,
Slider source,
int[] values,
boolean hasOriginalEvent)
Create a new slider event. |
Method Summary | |
---|---|
Event |
getEvent()
|
Slider |
getSource()
Get the source of the event. |
int[] |
getValues()
Get the values from the event. |
boolean |
hasOriginalEvent()
Does this event have an original event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SliderEvent(Event event, Slider source, int[] values)
event
- - the event received by JSNI calledsource
- - the Slider that fires the eventvalues
- - int array of valuespublic SliderEvent(Event event, Slider source, int[] values, boolean hasOriginalEvent)
event
- - the event received by JSNI calledsource
- - the Slider that fires the eventvalues
- - int array of valueshasOriginalEvent
- - boolean if the change came from a non-programmatic change such as mouse or keyboard eventMethod Detail |
---|
public Event getEvent()
public Slider getSource()
public int[] getValues()
public boolean hasOriginalEvent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |