- schedule(int, boolean, int) - Method in class com.google.gwt.widgetideas.client.SliderBar.KeyTimer
-
Schedules a timer to elapse in the future.
- setCurrentValue(double) - Method in class com.google.gwt.widgetideas.client.SliderBar
-
Set the current value and fire the onValueChange event.
- setCurrentValue(double, boolean) - Method in class com.google.gwt.widgetideas.client.SliderBar
-
Set the current value and optionally fire the onValueChange event.
- setLabelFormatter(SliderBar.LabelFormatter) - Method in class com.google.gwt.widgetideas.client.SliderBar
-
Set the label formatter.
- setMaxValue(double) - Method in class com.google.gwt.widgetideas.client.SliderBar
-
Set the max value.
- setMinValue(double) - Method in class com.google.gwt.widgetideas.client.SliderBar
-
Set the minimum value.
- setNumLabels(int) - Method in class com.google.gwt.widgetideas.client.SliderBar
-
Set the number of labels to show on the line.
- setNumTicks(int) - Method in class com.google.gwt.widgetideas.client.SliderBar
-
Set the number of ticks to show on the line.
- setResizeCheckDelay(int) - Method in class com.google.gwt.widgetideas.client.ResizableWidgetCollection
-
Set the delay between resize checks in milliseconds.
- setResizeCheckingEnabled(boolean) - Method in class com.google.gwt.widgetideas.client.ResizableWidgetCollection
-
Set whether or not resize checking is enabled.
- setStepSize(double) - Method in class com.google.gwt.widgetideas.client.SliderBar
-
Set the step size.
- shiftBottom(int) - Method in class com.google.gwt.widgetideas.client.VSliderBar
-
Shift to the right (greater value).
- shiftLeft(int) - Method in class com.google.gwt.widgetideas.client.HSliderBar
-
Shift to the left (smaller value).
- shiftRight(int) - Method in class com.google.gwt.widgetideas.client.HSliderBar
-
Shift to the right (greater value).
- shiftTop(int) - Method in class com.google.gwt.widgetideas.client.VSliderBar
-
Shift to the left (smaller value).
- SliderBar - Class in com.google.gwt.widgetideas.client
-
Abstract base class for slider bars.
- SliderBar() - Constructor for class com.google.gwt.widgetideas.client.SliderBar
-
- SliderBar.KeyTimer - Class in com.google.gwt.widgetideas.client
-
The timer used to continue to shift the knob as the user holds down one of
the left/right arrow keys.
- SliderBar.LabelFormatter - Class in com.google.gwt.widgetideas.client
-
A formatter used to format the labels displayed in the widget.
- SliderListener - Interface in com.google.gwt.widgetideas.client
-
- SliderListenerAdapter - Class in com.google.gwt.widgetideas.client
-
An adapter to simplify slider event listeners that do not need all events
defined on the SliderListener interface.
- SliderListenerAdapter() - Constructor for class com.google.gwt.widgetideas.client.SliderListenerAdapter
-
- SliderListenerCollection - Class in com.google.gwt.widgetideas.client
-
A helper class for implementers of the SourcesSliderEvents interface.
- SliderListenerCollection() - Constructor for class com.google.gwt.widgetideas.client.SliderListenerCollection
-
- sliderListeners - Variable in class com.google.gwt.widgetideas.client.SliderBar
-
A collection of widgets to notify on slider events.
- slidingKeyboard - Variable in class com.google.gwt.widgetideas.client.SliderBar
-
A bit indicating whether or not we are currently sliding the slider bar due
to keyboard events.
- slidingMouse - Variable in class com.google.gwt.widgetideas.client.SliderBar
-
A bit indicating whether or not we are currently sliding the slider bar due
to mouse events.
- SourcesSliderEvents - Interface in com.google.gwt.widgetideas.client
-
A widget that implements this interface sources the events defined by the
SliderListener
interface.
- startSliding(boolean, boolean) - Method in class com.google.gwt.widgetideas.client.HSliderBar
-
Start sliding the knob.
- startSliding(boolean, boolean) - Method in class com.google.gwt.widgetideas.client.SliderBar
-
Start sliding the knob.
- startSliding(boolean, boolean) - Method in class com.google.gwt.widgetideas.client.VSliderBar
-
Start sliding the knob.
- stepSize - Variable in class com.google.gwt.widgetideas.client.SliderBar
-
The size of the increments between knob positions.
- stopSliding(boolean, boolean) - Method in class com.google.gwt.widgetideas.client.HSliderBar
-
Stop sliding the knob.
- stopSliding(boolean, boolean) - Method in class com.google.gwt.widgetideas.client.SliderBar
-
Stop sliding the knob.
- stopSliding(boolean, boolean) - Method in class com.google.gwt.widgetideas.client.VSliderBar
-
Stop sliding the knob.
- styleBaseName - Variable in class com.google.gwt.widgetideas.client.SliderBar
-
The base name from which CSS style names for the slider are derived.