Skip navigation links
A C D F G H I K L M N O R S T U V 

A

add(ResizableWidget) - Method in class com.google.gwt.widgetideas.client.ResizableWidgetCollection
Add a resizable widget to the collection.
addSliderListener(SliderListener) - Method in class com.google.gwt.widgetideas.client.SliderBar
 
addSliderListener(SliderListener) - Method in interface com.google.gwt.widgetideas.client.SourcesSliderEvents
Adds a listener interface to receive slider events.

C

com.google.gwt.widgetideas.client - package com.google.gwt.widgetideas.client
 
curValue - Variable in class com.google.gwt.widgetideas.client.SliderBar
The current value.

D

drawKnob() - Method in class com.google.gwt.widgetideas.client.HSliderBar
Draw the knob where it is supposed to be relative to the line.
drawKnob() - Method in class com.google.gwt.widgetideas.client.SliderBar
Draw the knob where it is supposed to be relative to the line.
drawKnob() - Method in class com.google.gwt.widgetideas.client.VSliderBar
Draw the knob where it is supposed to be relative to the line.
drawLabels() - Method in class com.google.gwt.widgetideas.client.HSliderBar
Draw the labels along the line.
drawLabels() - Method in class com.google.gwt.widgetideas.client.SliderBar
Draw the labels along the line.
drawLabels() - Method in class com.google.gwt.widgetideas.client.VSliderBar
Draw the labels along the line.
drawTicks() - Method in class com.google.gwt.widgetideas.client.HSliderBar
Draw the tick along the line.
drawTicks() - Method in class com.google.gwt.widgetideas.client.SliderBar
Draw the tick along the line.
drawTicks() - Method in class com.google.gwt.widgetideas.client.VSliderBar
Draw the tick along the line.

F

fireStartSliding(SliderBar) - Method in class com.google.gwt.widgetideas.client.SliderListenerCollection
Fires a startSliding event to all listeners.
fireStopSliding(SliderBar) - Method in class com.google.gwt.widgetideas.client.SliderListenerCollection
Fires a stopSliding event to all listeners.
fireValueChanged(SliderBar, double) - Method in class com.google.gwt.widgetideas.client.SliderListenerCollection
Fires a valueChanged event to all listeners.
formatLabel(double) - Method in class com.google.gwt.widgetideas.client.SliderBar
Format the label to display above the ticks Override this method in a subclass to customize the format.
formatLabel(SliderBar, double) - Method in class com.google.gwt.widgetideas.client.SliderBar.LabelFormatter
Generate the text to display in each label based on the label's value.

G

get() - Static method in class com.google.gwt.widgetideas.client.ResizableWidgetCollection
Get the globally accessible ResizableWidgetCollection.
getCurrentValue() - Method in class com.google.gwt.widgetideas.client.SliderBar
Return the current value.
getElement() - Method in interface com.google.gwt.widgetideas.client.ResizableWidget
Get the widget's element.
getHSliderCss() - Method in interface com.google.gwt.widgetideas.client.Resources
 
getKnobPercent() - Method in class com.google.gwt.widgetideas.client.SliderBar
Get the percentage of the knob's position relative to the size of the line.
getLabelFormatter() - Method in class com.google.gwt.widgetideas.client.SliderBar
Return the label formatter.
getMaxValue() - Method in class com.google.gwt.widgetideas.client.SliderBar
Return the max value.
getMinValue() - Method in class com.google.gwt.widgetideas.client.SliderBar
Return the minimum value.
getNumLabels() - Method in class com.google.gwt.widgetideas.client.SliderBar
Return the number of labels.
getNumTicks() - Method in class com.google.gwt.widgetideas.client.SliderBar
Return the number of ticks.
getResizeCheckDelay() - Method in class com.google.gwt.widgetideas.client.ResizableWidgetCollection
Get the delay between resize checks in milliseconds.
getStepSize() - Method in class com.google.gwt.widgetideas.client.SliderBar
Return the step size.
getTotalRange() - Method in class com.google.gwt.widgetideas.client.SliderBar
Return the total range between the minimum and maximum values.
getVSliderCss() - Method in interface com.google.gwt.widgetideas.client.Resources
 

H

highlight() - Method in class com.google.gwt.widgetideas.client.SliderBar
Highlight this widget.
HSliderBar - Class in com.google.gwt.widgetideas.client
A widget that allows the user to select a value within a range of possible values using a sliding bar that responds to mouse events.
HSliderBar(double, double) - Constructor for class com.google.gwt.widgetideas.client.HSliderBar
Create a slider bar.
HSliderBar(double, double, SliderBar.LabelFormatter) - Constructor for class com.google.gwt.widgetideas.client.HSliderBar
Create a slider bar.
HSliderBar(double, double, SliderBar.LabelFormatter, AbstractImagePrototype[]) - Constructor for class com.google.gwt.widgetideas.client.HSliderBar
Create a slider bar.
HSliderBar(double, double, SliderBar.LabelFormatter, AbstractImagePrototype[], String) - Constructor for class com.google.gwt.widgetideas.client.HSliderBar
Create a slider bar.

I

images - Variable in class com.google.gwt.widgetideas.client.SliderBar
The images used with the sliding bar.
INSTANCE - Static variable in interface com.google.gwt.widgetideas.client.Resources
 
isAttached() - Method in interface com.google.gwt.widgetideas.client.ResizableWidget
Check if this widget is attached to the page.
isResizeCheckingEnabled() - Method in class com.google.gwt.widgetideas.client.ResizableWidgetCollection
Check whether or not resize checking is enabled.

K

keyTimer - Variable in class com.google.gwt.widgetideas.client.SliderBar
The timer used to continue to shift the knob if the user holds down a key.
KeyTimer() - Constructor for class com.google.gwt.widgetideas.client.SliderBar.KeyTimer
 
knobImage - Variable in class com.google.gwt.widgetideas.client.SliderBar
The knob that slides across the line.

L

labelElements - Variable in class com.google.gwt.widgetideas.client.SliderBar
The elements used to display labels above the ticks.
labelFormatter - Variable in class com.google.gwt.widgetideas.client.SliderBar
The formatter used to generate label text.
LabelFormatter() - Constructor for class com.google.gwt.widgetideas.client.SliderBar.LabelFormatter
 
lineElement - Variable in class com.google.gwt.widgetideas.client.SliderBar
The line that the knob moves over.
lineOffset - Variable in class com.google.gwt.widgetideas.client.SliderBar
The offset between the edge of the shell and the line.

M

maxValue - Variable in class com.google.gwt.widgetideas.client.SliderBar
The maximum slider value.
minValue - Variable in class com.google.gwt.widgetideas.client.SliderBar
The minimum slider value.

N

numLabels - Variable in class com.google.gwt.widgetideas.client.SliderBar
The number of labels to show.
numTicks - Variable in class com.google.gwt.widgetideas.client.SliderBar
The number of tick marks to show.

O

onBrowserEvent(Event) - Method in class com.google.gwt.widgetideas.client.HSliderBar
Listen for events that will move the knob.
onBrowserEvent(Event) - Method in class com.google.gwt.widgetideas.client.VSliderBar
Listen for events that will move the knob.
onLoad() - Method in class com.google.gwt.widgetideas.client.SliderBar
This method is called immediately after a widget becomes attached to the browser's document.
onResize(int, int) - Method in class com.google.gwt.widgetideas.client.HSliderBar
This method is called when the dimensions of the parent element change.
onResize(int, int) - Method in interface com.google.gwt.widgetideas.client.ResizableWidget
This method is called when the dimensions of the parent element change.
onResize(int, int) - Method in class com.google.gwt.widgetideas.client.VSliderBar
This method is called when the dimensions of the parent element change.
onStartSliding(SliderBar) - Method in interface com.google.gwt.widgetideas.client.SliderListener
This event is fired when a slider starts sliding.
onStartSliding(SliderBar) - Method in class com.google.gwt.widgetideas.client.SliderListenerAdapter
 
onStopSliding(SliderBar) - Method in interface com.google.gwt.widgetideas.client.SliderListener
This event is fired when a slider stops sliding.
onStopSliding(SliderBar) - Method in class com.google.gwt.widgetideas.client.SliderListenerAdapter
 
onValueChanged(SliderBar, double) - Method in interface com.google.gwt.widgetideas.client.SliderListener
This event is fired a slider value changes.
onValueChanged(SliderBar, double) - Method in class com.google.gwt.widgetideas.client.SliderListenerAdapter
 
onWindowResized(int, int) - Method in class com.google.gwt.widgetideas.client.ResizableWidgetCollection
Called when the browser window is resized.

R

redraw() - Method in class com.google.gwt.widgetideas.client.SliderBar
Redraw the progress bar when something changes the layout.
remove(ResizableWidget) - Method in class com.google.gwt.widgetideas.client.ResizableWidgetCollection
Remove a ResizableWidget from the collection.
removeSliderListener(SliderListener) - Method in class com.google.gwt.widgetideas.client.SliderBar
 
removeSliderListener(SliderListener) - Method in interface com.google.gwt.widgetideas.client.SourcesSliderEvents
Removes a previously added listener interface.
resetCurrentValue() - Method in class com.google.gwt.widgetideas.client.SliderBar
Reset the progress to constrain the progress to the current range and redraw the knob as needed.
ResizableWidget - Interface in com.google.gwt.widgetideas.client
An interface that defines the methods required to support automatic resizing of the Widget element.
ResizableWidgetCollection - Class in com.google.gwt.widgetideas.client
A collection of ResizableWidget that periodically checks the outer dimensions of a widget and redraws it as necessary.
ResizableWidgetCollection() - Constructor for class com.google.gwt.widgetideas.client.ResizableWidgetCollection
Create a ResizableWidget.
ResizableWidgetCollection(boolean) - Constructor for class com.google.gwt.widgetideas.client.ResizableWidgetCollection
Constructor.
ResizableWidgetCollection(int) - Constructor for class com.google.gwt.widgetideas.client.ResizableWidgetCollection
Constructor.
ResizableWidgetCollection(int, boolean) - Constructor for class com.google.gwt.widgetideas.client.ResizableWidgetCollection
Constructor.
Resources - Interface in com.google.gwt.widgetideas.client
 
run() - Method in class com.google.gwt.widgetideas.client.SliderBar.KeyTimer
This method will be called when a timer fires.

S

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.

T

tickElements - Variable in class com.google.gwt.widgetideas.client.SliderBar
The elements used to display tick marks, which are the vertical lines along the slider bar.

U

unhighlight() - Method in class com.google.gwt.widgetideas.client.SliderBar
Unhighlight this widget.

V

VSliderBar - Class in com.google.gwt.widgetideas.client
A widget that allows the user to select a value within a range of possible values using a sliding bar that responds to mouse events.
VSliderBar(double, double) - Constructor for class com.google.gwt.widgetideas.client.VSliderBar
Create a slider bar.
VSliderBar(double, double, SliderBar.LabelFormatter) - Constructor for class com.google.gwt.widgetideas.client.VSliderBar
Create a slider bar.
VSliderBar(double, double, SliderBar.LabelFormatter, AbstractImagePrototype[]) - Constructor for class com.google.gwt.widgetideas.client.VSliderBar
Create a slider bar.
VSliderBar(double, double, SliderBar.LabelFormatter, AbstractImagePrototype[], String) - Constructor for class com.google.gwt.widgetideas.client.VSliderBar
Create a slider bar.
A C D F G H I K L M N O R S T U V 
Skip navigation links

Copyright © 2017. All Rights Reserved.