- darken(float) - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns a new color that has the lightness adjusted by the
negative of the specified amount.
- darken(float) - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns a new color that has the lightness adjusted by the
negative of the specified amount.
- darkenOrLighten(float, float) - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
First attempt to darken the color and if that overflows the
lightness component, lighten the color.
- darkenOrLighten(float, float) - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
First attempt to darken the color and if that overflows the
lightness component, lighten the color.
- date2utc(Date) - Static method in class com.tractionsoftware.gwt.user.client.ui.UTCDateBox
-
Converts a gwt Date in the timezone of the current browser to a time in
UTC.
- DAY_IN_MS - Static variable in class com.tractionsoftware.gwt.user.client.ui.UTCDateBox
-
- DEFAULT_MAX - Static variable in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- DEFAULT_MIN - Static variable in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- desaturate(float) - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns a new color that has the saturation adjusted by the
negative of the specified amount.
- desaturate(float) - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns a new color that has the saturation adjusted by the
negative of the specified amount.
- desaturateOrSaturate(float, float) - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
First attempt to desaturate the color and if that overflows the
saturation component, saturate the color.
- desaturateOrSaturate(float, float) - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
First attempt to desaturate the color and if that overflows the
saturation component, saturate the color.
- div - Variable in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- divExtra - Variable in class com.tractionsoftware.gwt.user.client.ui.AutoSizingTextArea
-
- DocumentStyleImpl - Class in com.tractionsoftware.gwt.user.client.impl
-
A helper class to get computed CSS styles for elements.
- DocumentStyleImpl() - Constructor for class com.tractionsoftware.gwt.user.client.impl.DocumentStyleImpl
-
- DocumentStyleImplIE - Class in com.tractionsoftware.gwt.user.client.impl
-
A helper class to get computed CSS styles for elements on IE6.
- DocumentStyleImplIE() - Constructor for class com.tractionsoftware.gwt.user.client.impl.DocumentStyleImplIE
-
- DomUtils - Class in com.tractionsoftware.gwt.user.client.util
-
Created for a uniform implementation of HasEnabled, but will be
useful in the future for other DOM related things.
- fallbackFormatStrings - Static variable in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplShared
-
- fallbackTimeFormats - Static variable in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplShared
-
- findOptGroup(String) - Method in class com.tractionsoftware.gwt.user.client.ui.GroupedListBox
-
- findValueIndex(String) - Method in class com.tractionsoftware.gwt.user.client.ui.SingleListBox
-
Finds the index of the specified value.
- findValueInListBox(ListBox, String) - Static method in class com.tractionsoftware.gwt.user.client.ui.SingleListBox
-
Utility function to find the first index of a value in a
ListBox.
- fireEvent(GwtEvent<?>) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml4
-
- fireEvent(GwtEvent<?>) - Method in class com.tractionsoftware.gwt.user.client.Viewport
-
- fireValueChangeEvent(long) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml4
-
- fireValueChangeEvent(Long) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml5
-
- fireValueChangeEvent(Long) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml5
-
- formatUsingFormat(Long, DateTimeFormat) - Static method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplShared
-
Formats the value provided with the specified DateTimeFormat
- from(String) - Static method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Parses an RgbaColor from a hexadecimal, rgb, rgba, hsl, or hsla
value.
- from(String) - Static method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Parses an RgbaColor from a hexadecimal, rgb, rgba, hsl, or hsla
value.
- fromHex(String) - Static method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Parses an RgbaColor from a hexadecimal value.
- fromHex(String) - Static method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Parses an RgbaColor from a hexadecimal value.
- fromHsl(String) - Static method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Parses an RgbaColor from a CSS3 HSL value, e.g.
- fromHsl(float[]) - Static method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Convenience to get back to RGB from HSL array returned by
toHSL.
- fromHsl(float, float, float) - Static method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Creates a new RgbaColor from the specified HSL components.
- fromHsl(String) - Static method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Parses an RgbaColor from a CSS3 HSL value, e.g.
- fromHsl(float[]) - Static method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Convenience to get back to RGB from HSL array returned by
toHSL.
- fromHsl(float, float, float) - Static method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Creates a new RgbaColor from the specified HSL components.
- fromHsla(String) - Static method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Parses an RgbaColor from a CSS3 HSLA value, e.g.
- fromHsla(String) - Static method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Parses an RgbaColor from a CSS3 HSLA value, e.g.
- fromRgb(String) - Static method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Parses an RgbaColor from an rgb value.
- fromRgb(String) - Static method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Parses an RgbaColor from an rgb value.
- fromRgba(String) - Static method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Parses an RgbaColor from an rgba value.
- fromRgba(String) - Static method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Parses an RgbaColor from an rgba value.
- g() - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns the value of the green component (0-255)
- g() - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns the value of the green component (0-255)
- Geometry - Class in com.tractionsoftware.gwt.user.client.util
-
Figures out layout geometry, measures stuff.
- Geometry() - Constructor for class com.tractionsoftware.gwt.user.client.util.Geometry
-
- get() - Static method in class com.tractionsoftware.gwt.user.client.Viewport
-
Provides access to the singleton instance.
- getAddMissingValue() - Method in class com.tractionsoftware.gwt.user.client.ui.SingleListBox
-
Gets the current setting for add missing value.
- getAndResetValueFromCss(String, String) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- getBounds(Element) - Static method in class com.tractionsoftware.gwt.user.client.util.Geometry
-
- getBoundsOfHidden(Element) - Static method in class com.tractionsoftware.gwt.user.client.util.Geometry
-
- getCenterX() - Method in class com.tractionsoftware.gwt.user.client.util.Rect
-
- getCenterY() - Method in class com.tractionsoftware.gwt.user.client.util.Rect
-
- getCharCode(NativeEvent) - Static method in class com.tractionsoftware.gwt.user.client.util.MiscUtils
-
Note: It seems like NativeEvent.getCharCode() would be equivalent.
- getChildCount() - Method in class com.tractionsoftware.gwt.user.client.ui.GroupedListBox
-
- getComputedStyle(Element, String, String) - Method in class com.tractionsoftware.gwt.user.client.impl.DocumentStyleImpl
-
- getComputedStyle(Element, String, String) - Method in class com.tractionsoftware.gwt.user.client.impl.DocumentStyleImplIE
-
- getComputedStyle(Element, String) - Static method in class com.tractionsoftware.gwt.user.client.util.MiscUtils
-
- getComputedStyleInt(Element, String) - Static method in class com.tractionsoftware.gwt.user.client.util.MiscUtils
-
- getControlPanel() - Method in class com.tractionsoftware.gwt.user.client.ui.TractionDialogBox
-
Returns the FlowPanel that contains the controls.
- getDateBox() - Method in interface com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImpl
-
Returns the DateBox (if any) that this implementation uses.
- getDateBox() - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml4
-
- getDateBox() - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml5
-
- getDateBox() - Method in class com.tractionsoftware.gwt.user.client.ui.UTCDateBox
-
- getDateBoxValue(TimeZone, Date) - Static method in class com.tractionsoftware.gwt.user.server.UTCDateTimeUtils
-
Returns the value for the UTCDateBox for a specified
TimeZone
and
Date
.
- getDateValue(TimeZone, Long, Long) - Static method in class com.tractionsoftware.gwt.user.server.UTCDateTimeUtils
-
Returns the
Date
for the values of the UTCDateBox and
UTCTimeBox which were edited in the specified
TimeZone
.
- getDefaultIntervalMillis() - Method in class com.tractionsoftware.gwt.user.client.ui.UTCDateTimeRangeController
-
Returns the current default time interval
- getExtraSize() - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
This is the amount of extra horizontal or vertical space that
will be added.
- getH(Element) - Static method in class com.tractionsoftware.gwt.user.client.util.Geometry
-
Updated to factor in border and padding
- getHTML() - Method in class com.tractionsoftware.gwt.user.client.ui.TractionDialogBox.TractionCaption
-
- getIndexInGroup(String, int) - Method in class com.tractionsoftware.gwt.user.client.ui.GroupedListBox
-
- getIndexOfFirstGroup() - Method in class com.tractionsoftware.gwt.user.client.ui.GroupedListBox
-
- getItemCount() - Method in class com.tractionsoftware.gwt.user.client.ui.GroupedListBox
-
- getItemCountFromGroups() - Method in class com.tractionsoftware.gwt.user.client.ui.GroupedListBox
-
This is provided for testing purposes only.
- getItemText(int) - Method in class com.tractionsoftware.gwt.user.client.ui.GroupedListBox
-
- getMaxSize() - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- getMinSize() - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- getOptGroup(int) - Method in class com.tractionsoftware.gwt.user.client.ui.GroupedListBox
-
- getOption(int) - Method in class com.tractionsoftware.gwt.user.client.ui.GroupedListBox
-
- getPaletteVaryLightness(int) - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
- getPaletteVaryLightness(int) - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
- getSelectedIndex() - Method in class com.tractionsoftware.gwt.user.client.ui.GroupedListBox
-
- getSelectedText() - Method in interface com.tractionsoftware.gwt.user.client.ui.HasTextSelection
-
- getSelectedText(ListBox) - Static method in class com.tractionsoftware.gwt.user.client.ui.SingleListBox
-
Utility function to get the current text.
- getSelectedValue(ListBox) - Static method in class com.tractionsoftware.gwt.user.client.ui.SingleListBox
-
Utility function to get the current value.
- getSelectElement() - Method in class com.tractionsoftware.gwt.user.client.ui.GroupedListBox
-
- getSelectionLength() - Method in interface com.tractionsoftware.gwt.user.client.ui.HasTextSelection
-
- getShadowSize() - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
Returns the size of the shadow element
- getShadowSize() - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingTextArea
-
Returns the size of the shadow element
- getShadowSize() - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingTextBox
-
Returns the size of the shadow element.
- getSpreadInRange(float, int, int, int) - Static method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns a spread of integers in a range [0,max) that includes
count.
- getSpreadInRange(float, int, int, int) - Static method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns a spread of integers in a range [0,max) that includes
count.
- getTabIndex() - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- getText() - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- getText() - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml4
-
- getText() - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml5
-
- getText() - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml4
-
- getText() - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml5
-
- getText() - Method in class com.tractionsoftware.gwt.user.client.ui.TractionDialogBox.TractionCaption
-
- getText() - Method in class com.tractionsoftware.gwt.user.client.ui.UTCDateBox
-
- getText() - Method in class com.tractionsoftware.gwt.user.client.ui.UTCTimeBox
-
- getTextBox() - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml4
-
Returns the TextBox on which this control is based.
- getTimeBoxValue(TimeZone, Date) - Static method in class com.tractionsoftware.gwt.user.server.UTCDateTimeUtils
-
Returns an appropriate value for the UTCTimeBox for a specified
TimeZone
and
Date
.
- getValue(int) - Method in class com.tractionsoftware.gwt.user.client.ui.GroupedListBox
-
- getValue() - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml4
-
- getValue() - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml5
-
- getValue() - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml4
-
Returns the time value (as milliseconds since midnight
independent of time zone)
- getValue() - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml5
-
- getValue() - Method in class com.tractionsoftware.gwt.user.client.ui.InputWidget
-
- getValue() - Method in class com.tractionsoftware.gwt.user.client.ui.SingleListBox
-
Returns the current value selected in the ListBox.
- getValue() - Method in class com.tractionsoftware.gwt.user.client.ui.UTCDateBox
-
Returns the date value specified by the DateBox measured in number of
milliseconds since January 1, 1970, 00:00:00 GMT.
- getValue() - Method in class com.tractionsoftware.gwt.user.client.ui.UTCTimeBox
-
- getValueForNextHour() - Static method in class com.tractionsoftware.gwt.user.client.ui.UTCTimeBox
-
- getValueForToday() - Static method in class com.tractionsoftware.gwt.user.client.ui.UTCDateBox
-
- getViewportBounds() - Static method in class com.tractionsoftware.gwt.user.client.util.Geometry
-
This takes into account scrolling and will be in absolute
coordinates where the top left corner of the page is 0,0 but
the viewport may be scrolled to something else.
- getW(Element) - Static method in class com.tractionsoftware.gwt.user.client.util.Geometry
-
Updated to factor in border and padding
- getWidget() - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- getX(Element) - Static method in class com.tractionsoftware.gwt.user.client.util.Geometry
-
- getY(Element) - Static method in class com.tractionsoftware.gwt.user.client.util.Geometry
-
- grayscale() - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns a new color that is the grayscale equivalent of this
color (with saturation = 0).
- grayscale() - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns a new color that is the grayscale equivalent of this
color (with saturation = 0).
- green() - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns the value of the green component [0-255]
- green() - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns the value of the green component [0-255]
- GroupedListBox - Class in com.tractionsoftware.gwt.user.client.ui
-
Extends the standard GWT ListBox to automatically provide OPTGROUP
elements to group sections of options.
- GroupedListBox() - Constructor for class com.tractionsoftware.gwt.user.client.ui.GroupedListBox
-
- GroupedListBox(boolean) - Constructor for class com.tractionsoftware.gwt.user.client.ui.GroupedListBox
-
- s() - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns the value of the saturation component of this color as
HSL [0-100]
- s() - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns the value of the saturation component of this color as
HSL [0-100]
- saturate(float) - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns a new color that has the saturation adjusted by the
specified amount.
- saturate(float) - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns a new color that has the saturation adjusted by the
specified amount.
- saturateOrDesaturate(float, float) - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
First attempt to saturate the color and if that overflows the
saturation component, desaturate the color.
- saturateOrDesaturate(float, float) - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
First attempt to saturate the color and if that overflows the
saturation component, desaturate the color.
- saturation() - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns the value of the saturation component of this color as
HSL [0-100]
- saturation() - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns the value of the saturation component of this color as
HSL [0-100]
- setAccessKey(char) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- setAddMissingValue(boolean) - Method in class com.tractionsoftware.gwt.user.client.ui.SingleListBox
-
Sets the current setting for add missing value.
- setBounds(UIObject, Rect) - Static method in class com.tractionsoftware.gwt.user.client.util.Geometry
-
Sets the bounds of a UIObject, moving and sizing to match the
bounds specified.
- setCloseIconVisible(boolean) - Method in class com.tractionsoftware.gwt.user.client.ui.TractionDialogBox
-
- setColor(Element, String, RgbaColor) - Method in interface com.tractionsoftware.gwt.user.client.animation.impl.SetColorImpl
-
- setColor(Element, String, RgbaColor) - Method in class com.tractionsoftware.gwt.user.client.animation.impl.SetColorImplIE6
-
- setColor(Element, String, RgbaColor) - Method in class com.tractionsoftware.gwt.user.client.animation.impl.SetColorImplIE8
-
- setColor(Element, String, RgbaColor) - Method in class com.tractionsoftware.gwt.user.client.animation.impl.SetColorImplRgba
-
- setColor(Element, String, RgbaColor) - Method in class com.tractionsoftware.gwt.user.client.animation.impl.SetColorImplRgbOpacity
-
- SetColorImpl - Interface in com.tractionsoftware.gwt.user.client.animation.impl
-
Provides an interface for setting a color.
- SetColorImplIE6 - Class in com.tractionsoftware.gwt.user.client.animation.impl
-
Provides an interface for setting a color.
- SetColorImplIE6() - Constructor for class com.tractionsoftware.gwt.user.client.animation.impl.SetColorImplIE6
-
- SetColorImplIE8 - Class in com.tractionsoftware.gwt.user.client.animation.impl
-
Provides an interface for setting a color.
- SetColorImplIE8() - Constructor for class com.tractionsoftware.gwt.user.client.animation.impl.SetColorImplIE8
-
- SetColorImplRgba - Class in com.tractionsoftware.gwt.user.client.animation.impl
-
Provides an interface for setting a color.
- SetColorImplRgba() - Constructor for class com.tractionsoftware.gwt.user.client.animation.impl.SetColorImplRgba
-
- SetColorImplRgbOpacity - Class in com.tractionsoftware.gwt.user.client.animation.impl
-
Provides an interface for setting a color.
- SetColorImplRgbOpacity() - Constructor for class com.tractionsoftware.gwt.user.client.animation.impl.SetColorImplRgbOpacity
-
- setDateFormat(DateTimeFormat) - Method in interface com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImpl
-
Sets the DateTimeFormat for this UTCDateBox.
- setDateFormat(DateTimeFormat) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml4
-
- setDateFormat(DateTimeFormat) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml5
-
Sets the DateTimeFormat for this UTCDateBox.
- setDefaultIntervalMillis(long) - Method in class com.tractionsoftware.gwt.user.client.ui.UTCDateTimeRangeController
-
Sets the default time interval in milliseconds.
- setEnabled(boolean) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml4
-
- setEnabled(boolean) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml5
-
- setEnabled(boolean) - Method in class com.tractionsoftware.gwt.user.client.ui.UTCDateBox
-
- setEnabled(boolean) - Method in class com.tractionsoftware.gwt.user.client.ui.UTCTimeBox
-
- setEnabled(Element, boolean) - Static method in class com.tractionsoftware.gwt.user.client.util.DomUtils
-
It's enough to just set the disabled attribute on the
element, but we want to also add a "disabled" class so that we can
style it.
- setExtraSize(int) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- setFocus(boolean) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- setHeight(int) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- setHeight(int) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingTextArea
-
- setHTML(String) - Method in class com.tractionsoftware.gwt.user.client.ui.TractionDialogBox.TractionCaption
-
- setHTML(SafeHtml) - Method in class com.tractionsoftware.gwt.user.client.ui.TractionDialogBox.TractionCaption
-
- setInvisibleToMeasure(Element) - Static method in class com.tractionsoftware.gwt.user.client.util.Geometry
-
- setItemSelected(int, boolean) - Method in class com.tractionsoftware.gwt.user.client.ui.GroupedListBox
-
- setItemText(int, String) - Method in class com.tractionsoftware.gwt.user.client.ui.GroupedListBox
-
- setMaxFromCss(String) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- setMaxSize(int) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- setMinFromCss(String) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- setMinSize(int) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- setOpacity(Element, float) - Method in interface com.tractionsoftware.gwt.user.client.animation.impl.SetOpacityImpl
-
- setOpacity(Element, float) - Method in class com.tractionsoftware.gwt.user.client.animation.impl.SetOpacityImplIE6
-
- setOpacity(Element, float) - Method in class com.tractionsoftware.gwt.user.client.animation.impl.SetOpacityImplIE8
-
- setOpacity(Element, float) - Method in class com.tractionsoftware.gwt.user.client.animation.impl.SetOpacityImplStandard
-
- SetOpacityImpl - Interface in com.tractionsoftware.gwt.user.client.animation.impl
-
Provides an interface for setting an opacity.
- SetOpacityImplIE6 - Class in com.tractionsoftware.gwt.user.client.animation.impl
-
IE doesn't support standard CSS opacity and instead requires
-ms-filter or filter to be specified.
- SetOpacityImplIE6() - Constructor for class com.tractionsoftware.gwt.user.client.animation.impl.SetOpacityImplIE6
-
- SetOpacityImplIE8 - Class in com.tractionsoftware.gwt.user.client.animation.impl
-
IE doesn't support standard CSS opacity and instead requires
-ms-filter or filter to be specified.
- SetOpacityImplIE8() - Constructor for class com.tractionsoftware.gwt.user.client.animation.impl.SetOpacityImplIE8
-
- SetOpacityImplStandard - Class in com.tractionsoftware.gwt.user.client.animation.impl
-
Uses the css property "opacity" with values between 0-1.
- SetOpacityImplStandard() - Constructor for class com.tractionsoftware.gwt.user.client.animation.impl.SetOpacityImplStandard
-
- setPosition(double) - Method in class com.tractionsoftware.gwt.user.client.animation.OpacityAnimation
-
Sets the animation to a particular point, cancelling an
animation in progress.
- setPosition(double) - Method in class com.tractionsoftware.gwt.user.client.animation.TractionAnimation
-
Sets the animation to a particular point, cancelling an
animation in progress.
- setPosition(UIObject, Rect) - Static method in class com.tractionsoftware.gwt.user.client.util.Geometry
-
Sets the position of a UIObject
- setPositionAtEnd() - Method in class com.tractionsoftware.gwt.user.client.animation.OpacityAnimation
-
Sets the animation to the end point, canceling any animation in
progress.
- setPositionAtEnd() - Method in class com.tractionsoftware.gwt.user.client.animation.TractionAnimation
-
Sets the animation to the end point, canceling any animation in
progress.
- setPositionAtStart() - Method in class com.tractionsoftware.gwt.user.client.animation.OpacityAnimation
-
Sets the animation to the starting point, canceling any
animation in progress.
- setPositionAtStart() - Method in class com.tractionsoftware.gwt.user.client.animation.TractionAnimation
-
Sets the animation to the starting point, canceling any
animation in progress.
- setSelectedIndex(int) - Method in class com.tractionsoftware.gwt.user.client.ui.GroupedListBox
-
- setSelectedValue(ListBox, String, boolean) - Static method in class com.tractionsoftware.gwt.user.client.ui.SingleListBox
-
Utility function to set the current value in a ListBox.
- setShadowText(String) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- setShadowText(String) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingTextArea
-
- setShadowText(String) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingTextBox
-
- setSize(int) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- setSize(int) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingTextArea
-
- setSize(int) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingTextBox
-
- setSize(UIObject, Rect) - Static method in class com.tractionsoftware.gwt.user.client.util.Geometry
-
Sets the size of a UIObject
- setStyles(String, String) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- setTabIndex(int) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- setTabIndex(int) - Method in interface com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImpl
-
Sets the tab index for the control.
- setTabIndex(int) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml4
-
- setTabIndex(int) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml5
-
- setTabIndex(int) - Method in interface com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImpl
-
Sets the tab index for the control.
- setTabIndex(int) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml4
-
- setTabIndex(int) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml5
-
- setTabIndex(int) - Method in class com.tractionsoftware.gwt.user.client.ui.UTCDateBox
-
Sets the tabindex for this control.
- setTabIndex(int) - Method in class com.tractionsoftware.gwt.user.client.ui.UTCTimeBox
-
- setText(String) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- setText(String) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingTextArea
-
- setText(String) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingTextBox
-
- setText(String) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml4
-
- setText(String) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml5
-
- setText(String) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml4
-
- setText(String) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml5
-
- setText(String) - Method in class com.tractionsoftware.gwt.user.client.ui.TractionDialogBox.TractionCaption
-
- setText(String) - Method in class com.tractionsoftware.gwt.user.client.ui.UTCDateBox
-
- setText(String) - Method in class com.tractionsoftware.gwt.user.client.ui.UTCTimeBox
-
- setTimeFormat(DateTimeFormat) - Method in interface com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImpl
-
Sets the DateTimeFormat for this UTCTimeBox.
- setTimeFormat(DateTimeFormat) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml4
-
- setTimeFormat(DateTimeFormat) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplShared
-
Sets the DateTimeFormat for this UTCTimeBox.
- setValue(int, String) - Method in class com.tractionsoftware.gwt.user.client.ui.GroupedListBox
-
- setValue(Long, boolean) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml4
-
- setValue(Long, boolean) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml5
-
- setValue(Long) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplShared
-
Sets the date value (as milliseconds at midnight UTC since 1/1/1970)
- setValue(Long, boolean) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml4
-
Sets the time value (as milliseconds since midnight independent
of time zone)
- setValue(Long, boolean, boolean) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml4
-
- setValue(Long, boolean) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml5
-
- setValue(Long) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplShared
-
Sets the time value (as milliseconds since midnight independent
of time zone)
- setValue(String) - Method in class com.tractionsoftware.gwt.user.client.ui.InputWidget
-
- setValue(String, boolean) - Method in class com.tractionsoftware.gwt.user.client.ui.InputWidget
-
- setValue(String) - Method in class com.tractionsoftware.gwt.user.client.ui.SingleListBox
-
Selects the specified value in the list.
- setValue(String, boolean) - Method in class com.tractionsoftware.gwt.user.client.ui.SingleListBox
-
Selects the specified value in the list.
- setValue(Long) - Method in class com.tractionsoftware.gwt.user.client.ui.UTCDateBox
-
Sets the value in the DateBox.
- setValue(Long, boolean) - Method in class com.tractionsoftware.gwt.user.client.ui.UTCDateBox
-
Sets the value in the DateBox.
- setValue(Long) - Method in class com.tractionsoftware.gwt.user.client.ui.UTCTimeBox
-
- setValue(Long, boolean) - Method in class com.tractionsoftware.gwt.user.client.ui.UTCTimeBox
-
- setVisibleLength(int) - Method in interface com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImpl
-
Sets the visible length of the date input.
- setVisibleLength(int) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml4
-
- setVisibleLength(int) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplShared
-
Sets the visible length of the date input.
- setVisibleLength(int) - Method in interface com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImpl
-
Sets the visible length of the time input.
- setVisibleLength(int) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml4
-
- setVisibleLength(int) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplShared
-
Sets the visible length of the time input.
- setVisibleLength(int) - Method in class com.tractionsoftware.gwt.user.client.ui.UTCDateBox
-
Sets the visible length of the text input for this date box.
- setVisibleLength(int) - Method in class com.tractionsoftware.gwt.user.client.ui.UTCTimeBox
-
The HTML5 implementation will ignore this.
- setWidget(Widget) - Method in class com.tractionsoftware.gwt.user.client.ui.TractionDialogBox
-
- setWidth(int) - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- shadow - Variable in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- show() - Method in class com.tractionsoftware.gwt.user.client.ui.TractionDialogBox
-
- showMenu() - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml4
-
Displays the time picker menu
- SingleListBox - Class in com.tractionsoftware.gwt.user.client.ui
-
A subclass of ListBox representing a single select pulldown and
implementing HasValue.
- SingleListBox() - Constructor for class com.tractionsoftware.gwt.user.client.ui.SingleListBox
-
Create a new SingleListBox with setAddMissingValue(true)
- SingleListBox(boolean) - Constructor for class com.tractionsoftware.gwt.user.client.ui.SingleListBox
-
Create a new SingleListBox
- SingleListBox(boolean, boolean) - Constructor for class com.tractionsoftware.gwt.user.client.ui.SingleListBox
-
- slCheck(float) - Static method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
- slCheck(float) - Static method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
- sync() - Method in class com.tractionsoftware.gwt.user.client.ui.AutoSizingBase
-
- syncTextToValue(Long) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml4
-
- syncValueToText() - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml4
-
- text2value(String) - Method in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplShared
-
- TextAreaWithSelection - Class in com.tractionsoftware.gwt.user.client.ui
-
Of course the TextArea already implements HasTextSelection, but not
explicitly.
- TextAreaWithSelection() - Constructor for class com.tractionsoftware.gwt.user.client.ui.TextAreaWithSelection
-
- timeFormat - Variable in class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplShared
-
- timezoneOffsetMillis(Date) - Static method in class com.tractionsoftware.gwt.user.client.ui.UTCDateBox
-
Returns the timezone offset for the specified Date.
- toHex() - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns the color in hexadecimal format (#rrggbb)
- toHex() - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns the color in hexadecimal format (#rrggbb)
- toHsl() - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns the CSS3 HSL representation, e.g.
- toHsl() - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns the CSS3 HSL representation, e.g.
- toHsla() - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns the CSS3 HSLA representation, e.g.
- toHsla() - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns the CSS3 HSLA representation, e.g.
- toRgb() - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns the color in rgb format, e.g.
- toRgb() - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns the color in rgb format, e.g.
- toRgba() - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns the color in rgba format, e.g.
- toRgba() - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns the color in rgba format, e.g.
- toString() - Method in class com.tractionsoftware.gwt.user.client.util.Rect
-
- toString() - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
- toString() - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
- TractionAnimation - Class in com.tractionsoftware.gwt.user.client.animation
-
- TractionAnimation() - Constructor for class com.tractionsoftware.gwt.user.client.animation.TractionAnimation
-
- TractionDialogBox - Class in com.tractionsoftware.gwt.user.client.ui
-
Extends the standard GWT DialogBox by adding an OpenHandler and a
close icon with support for other controls.
- TractionDialogBox(boolean, boolean) - Constructor for class com.tractionsoftware.gwt.user.client.ui.TractionDialogBox
-
- TractionDialogBox(boolean, boolean, boolean) - Constructor for class com.tractionsoftware.gwt.user.client.ui.TractionDialogBox
-
- TractionDialogBox.TractionCaption - Class in com.tractionsoftware.gwt.user.client.ui
-
- TractionDialogBox.TractionCaption() - Constructor for class com.tractionsoftware.gwt.user.client.ui.TractionDialogBox.TractionCaption
-
- transparentize(float) - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns a new color that has the alpha adjusted by the
specified amount.
- transparentize(float) - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns a new color that has the alpha adjusted by the
specified amount.
- trimTimeToMidnight(long) - Static method in class com.tractionsoftware.gwt.user.client.ui.UTCDateBox
-
- unsetInvisibleToMeasure(Element) - Static method in class com.tractionsoftware.gwt.user.client.util.Geometry
-
- utc2date(Long) - Static method in class com.tractionsoftware.gwt.user.client.ui.UTCDateBox
-
Converts a time in UTC to a gwt Date object which is in the timezone of
the current browser.
- UTCDateBox - Class in com.tractionsoftware.gwt.user.client.ui
-
A wrapper around a DateBox that implements HasValue where the value is
the number of milliseconds since January 1, 1970, 00:00:00 GMT at midnight
on the day, month, and year selected.
- UTCDateBox() - Constructor for class com.tractionsoftware.gwt.user.client.ui.UTCDateBox
-
Creates a new UTCDateBox with the medium date format for the
current locale.
- UTCDateBox(DateTimeFormat) - Constructor for class com.tractionsoftware.gwt.user.client.ui.UTCDateBox
-
Creates a new UTCDateBox with the specified date format.
- UTCDateBox(DatePicker, long, DateBox.Format) - Constructor for class com.tractionsoftware.gwt.user.client.ui.UTCDateBox
-
- UTCDateBoxImpl - Interface in com.tractionsoftware.gwt.user.client.ui.impl
-
Interface for UTCDateBox implementations that are quite different
in appearance (HTML4 vs HTML5).
- UTCDateBoxImplHtml4 - Class in com.tractionsoftware.gwt.user.client.ui.impl
-
- UTCDateBoxImplHtml4() - Constructor for class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml4
-
- UTCDateBoxImplHtml5 - Class in com.tractionsoftware.gwt.user.client.ui.impl
-
Uses an HTML5 input type=date control to implement the UTCDateBox
- UTCDateBoxImplHtml5() - Constructor for class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplHtml5
-
- UTCDateBoxImplShared - Class in com.tractionsoftware.gwt.user.client.ui.impl
-
- UTCDateBoxImplShared() - Constructor for class com.tractionsoftware.gwt.user.client.ui.impl.UTCDateBoxImplShared
-
- UTCDateTimeRangeController - Class in com.tractionsoftware.gwt.user.client.ui
-
The date/time range controller just manages existing controls and
is not a control itself.
- UTCDateTimeRangeController(UTCDateBox, UTCTimeBox, UTCDateBox, UTCTimeBox) - Constructor for class com.tractionsoftware.gwt.user.client.ui.UTCDateTimeRangeController
-
Creates a controller that will manage the date/time range
consisting of 2 date/time controls and an optional
allDayCheckbox.
- UTCDateTimeRangeController(UTCDateBox, UTCTimeBox, UTCDateBox, UTCTimeBox, HasValue<Boolean>) - Constructor for class com.tractionsoftware.gwt.user.client.ui.UTCDateTimeRangeController
-
Creates a controller that will manage the date/time range
consisting of 2 date/time controls and an optional
allDayCheckbox.
- UTCDateTimeUtils - Class in com.tractionsoftware.gwt.user.server
-
These utilities are intended for use on the server-side to process
the values of the
UTCDateBox
and
UTCTimeBox
.
- UTCDateTimeUtils() - Constructor for class com.tractionsoftware.gwt.user.server.UTCDateTimeUtils
-
- UTCTimeBox - Class in com.tractionsoftware.gwt.user.client.ui
-
- UTCTimeBox() - Constructor for class com.tractionsoftware.gwt.user.client.ui.UTCTimeBox
-
By default the predefined SHORT time format will be used.
- UTCTimeBox(DateTimeFormat) - Constructor for class com.tractionsoftware.gwt.user.client.ui.UTCTimeBox
-
Allows a UTCTimeBox to be created with a specified format.
- UTCTimeBoxImpl - Interface in com.tractionsoftware.gwt.user.client.ui.impl
-
Interface for UTCTimeBox implementations that are quite different
in appearance (HTML4 vs HTML5).
- UTCTimeBoxImplHtml4 - Class in com.tractionsoftware.gwt.user.client.ui.impl
-
Time is represented as the number of milliseconds after midnight
independent of time zone.
- UTCTimeBoxImplHtml4() - Constructor for class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml4
-
Allows a UTCTimeBox to be created with a specified format.
- UTCTimeBoxImplHtml5 - Class in com.tractionsoftware.gwt.user.client.ui.impl
-
Uses an HTML5 input type=time control to implement the UTCTimeBox
- UTCTimeBoxImplHtml5() - Constructor for class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplHtml5
-
- UTCTimeBoxImplShared - Class in com.tractionsoftware.gwt.user.client.ui.impl
-
- UTCTimeBoxImplShared() - Constructor for class com.tractionsoftware.gwt.user.client.ui.impl.UTCTimeBoxImplShared
-
- w - Variable in class com.tractionsoftware.gwt.user.client.util.Rect
-
- withAlpha(float) - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns a new RgbaColor with the alpha component set to the
specified value.
- withAlpha(float) - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns a new RgbaColor with the alpha component set to the
specified value.
- withBlue(int) - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns a new RgbaColor with the blue component set to the
specified value.
- withBlue(int) - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns a new RgbaColor with the blue component set to the
specified value.
- withGreen(int) - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns a new RgbaColor with the green component set to the
specified value.
- withGreen(int) - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns a new RgbaColor with the green component set to the
specified value.
- withHue(float) - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns a new RgbaColor with the hue component set to the
specified value.
- withHue(float) - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns a new RgbaColor with the hue component set to the
specified value.
- withLightness(float) - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns a new RgbaColor with the lightness component set to the
specified value.
- withLightness(float) - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns a new RgbaColor with the lightness component set to the
specified value.
- withRed(int) - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns a new RgbaColor with the red component set to the
specified value.
- withRed(int) - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns a new RgbaColor with the red component set to the
specified value.
- withSaturation(float) - Method in class com.tractionsoftware.gwt.user.client.util.RgbaColor
-
Returns a new RgbaColor with the saturation component set to
the specified value.
- withSaturation(float) - Method in class com.tractionsoftware.gwt.user.server.util.RgbaColor
-
Returns a new RgbaColor with the saturation component set to
the specified value.