A B C D E F G H I J L M N O P Q R S T U V W X Z

A

AbstractProjection - Class in com.maryanovsky.map.client.projections
A useful base class for Projection implementations.
AbstractProjection(ZoomStrategy, int, SizeView, boolean) - Constructor for class com.maryanovsky.map.client.projections.AbstractProjection
Creates a new AbstractProjection with the specified arguments.
AbstractResponseHandler - Class in com.maryanovsky.gwtutils.client.net
A base implementation of a RequestCallback.
AbstractResponseHandler(String) - Constructor for class com.maryanovsky.gwtutils.client.net.AbstractResponseHandler
Creates a new AbstractResponseHandler with the specified URL of the request.
Accordion - Class in com.maryanovsky.gwtutils.client.ui
An "Accordion" panel.
Accordion(Style.Unit) - Constructor for class com.maryanovsky.gwtutils.client.ui.Accordion
Creates a new Accordion which will have children whose sizes will be specified in the given unit.
add(ChangeListener) - Method in class com.maryanovsky.gwtutils.client.event.ChangeListenerList
Adds the specified ChangeListener to the list.
add(ReadyListener<T>) - Method in class com.maryanovsky.gwtutils.client.event.DelegatingReadyListenerCollection
Adds the specified ready listener to get notified when one of the sources we are registered with changes its ready state.
add(String, PropertyChangeListener) - Method in class com.maryanovsky.gwtutils.client.event.PropertyChangeListenerList
Adds the specified listener to be notified when the property with the specified name changes.
add(Widget) - Method in class com.maryanovsky.gwtutils.client.InlineFlowPanel
Adds a widget to the panel.
add(Widget, double, Widget, double) - Method in class com.maryanovsky.gwtutils.client.ui.Accordion
Adds a widget with the specified header at the bottom.
add(Widget) - Method in class com.maryanovsky.gwtutils.client.ui.ButtonScrollPanel
Adds a widget.
add(Widget, Widget) - Method in class com.maryanovsky.gwtutils.client.ui.DefaultSizeAccordion
Adds a widget and a header to the end of the Accordion.
add(Widget) - Method in class com.maryanovsky.gwtutils.client.ui.PilePanel
Adds the specified widget to this panel at z-index 0.
add(Widget, int) - Method in class com.maryanovsky.gwtutils.client.ui.PilePanel
Adds the specified widget at the specified z-index.
addAll(MapWidget, boolean) - Static method in class com.maryanovsky.map.client.actions.mouse.StandardMouseActions
Adds all the standard actions to the specified map widget, with optionally animated transitions.
addAll(MapWidget) - Method in class com.maryanovsky.map.client.actions.mouse.StandardMouseActions
Adds all the standard actions to the specified map widget.
addAll(MapWidget) - Method in class com.maryanovsky.map.client.actions.StandardActions
Adds all the standard actions to the specified map widget.
addAll(MapWidget, boolean) - Static method in class com.maryanovsky.map.client.actions.touch.StandardMultiTouchActions
Adds all the standard actions, with optionally animated transitions, to the specified map widget.
addAll(MapWidget) - Method in class com.maryanovsky.map.client.actions.touch.StandardMultiTouchActions
Adds all the standard actions to the specified map widget.
addButtonTapHandler(ButtonTapHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap.ButtonTapRecognizer
Adds a button-tap handler.
addButtonTapHandler(ButtonTapHandler) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap.HasButtonTapHandlers
Adds a ButtonTapEvent handler.
addChangeListener(ChangeListener) - Method in interface com.maryanovsky.gwtutils.client.event.HasChange
Adds the specified ChangeListener to receive notifications when the object changes in some manner.
addChangeListener(ChangeListener) - Method in class com.maryanovsky.map.client.MapLocationModel
Adds the specified ChangeListener to receive notifications when this MapLocationModel changes.
addClickHandler(ClickHandler) - Method in class com.maryanovsky.gwtutils.client.ui.ImageButton
Registers a handler for ClickEvents.
addClickHandler(ClickHandler) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.click.ClickRecognizer
Adds a click handler.
addClickHandler(ClickHandler) - Method in interface com.maryanovsky.gwtutils.client.ui.mouse.gestures.click.HasClickHandlers
Adds a ClickEvent handler.
addClickHandler(ClickHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TapClickEventsConverter
addDependentStyleName(Widget, String) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Adds a dependent style name to the specified widget.
addDialogButtons(HorizontalPanel, List<? extends Widget>) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Adds the specified dialog buttons to the specified panel.
addDoubleClickZoomIn(MapWidget, boolean) - Static method in class com.maryanovsky.map.client.actions.mouse.StandardMouseActions
Adds an action to the specified map widget allowing the user to zoom-in and recenter on a location by double-clicking it.
addDoubleTapZoomInAction(MapWidget, boolean) - Static method in class com.maryanovsky.map.client.actions.touch.StandardMultiTouchActions
Adds an action to the specified map widget which will zoom in on the point the user double-tapped on.
addDragCancelHandler(DragCancelHandler) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragRecognizer
Adds a drag cancel handler.
addDragCancelHandler(DragCancelHandler) - Method in interface com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.HasDragCancelHandlers
Adds a DragCancelEvent handler.
addDragCancelHandler(DragCancelHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragRecognizer
Adds a drag cancel handler.
addDragCancelHandler(DragCancelHandler) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.HasDragCancelHandlers
Adds a DragCancelEvent handler.
addDragEndHandler(DragEndHandler) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragRecognizer
Adds a drag end handler.
addDragEndHandler(DragEndHandler) - Method in interface com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.HasDragEndHandlers
Adds a DragEndEvent handler.
addDragEndHandler(DragEndHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragRecognizer
Adds a drag end handler.
addDragEndHandler(DragEndHandler) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.HasDragEndHandlers
Adds a DragEndEvent handler.
addDragMoveHandler(DragMoveHandler) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragRecognizer
Adds a drag move handler.
addDragMoveHandler(DragMoveHandler) - Method in interface com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.HasDragMoveHandlers
Adds a DragMoveEvent handler.
addDragMoveHandler(DragMoveHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragRecognizer
Adds a drag move handler.
addDragMoveHandler(DragMoveHandler) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.HasDragMoveHandlers
Adds a DragMoveEvent handler.
addDragPan(MapWidget) - Static method in class com.maryanovsky.map.client.actions.mouse.StandardMouseActions
Adds an action to the specified map widget allowing the user to pan the map by dragging it with the left mouse button.
addDragPanAction(MapWidget) - Static method in class com.maryanovsky.map.client.actions.touch.StandardMultiTouchActions
Adds an action to the specified map widget which will pan the map when the user drags his finger.
addDragStartHandler(DragStartHandler) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragRecognizer
Adds a drag start handler.
addDragStartHandler(DragStartHandler) - Method in interface com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.HasDragStartHandlers
Adds a DragStartEvent handler.
addDragStartHandler(DragStartHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragRecognizer
Adds a drag start handler.
addDragStartHandler(DragStartHandler) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.HasDragStartHandlers
Adds a DragStartEvent handler.
added(MapWidget) - Method in interface com.maryanovsky.map.client.Overlay
Invoked when the overlay is added to the MapWidget.
added(MapWidget) - Method in class com.maryanovsky.map.client.WidgetOverlay
Adds the widget to the map's overlay panel.
added(MapWidget) - Method in class com.maryanovsky.map.client.widgets.bubble.BubbleWidget
Adds the bubble to the map's overlay panel.
addField(String, Widget) - Method in class com.maryanovsky.gwtutils.client.ui.Form
Adds a field with the specified name.
addField(String, Widget, String) - Method in class com.maryanovsky.gwtutils.client.ui.Form
Adds a field with the specified name and suffix.
addField(String, HasVerticalAlignment.VerticalAlignmentConstant, HasHorizontalAlignment.HorizontalAlignmentConstant, Widget, HasVerticalAlignment.VerticalAlignmentConstant, HasHorizontalAlignment.HorizontalAlignmentConstant, String, HasVerticalAlignment.VerticalAlignmentConstant, HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.maryanovsky.gwtutils.client.ui.Form
Adds a field with the specified name and suffix.
addFullSize(Panel, Widget) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Adds the specified widget to the specified absolute panel and makes it occupy the panel fully.
addInCorner(Panel, Widget, Alignment, SizeView) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Adds the specified widget to the specified corner of the specified panel with the specified offset from the borders.
addItem(String) - Method in class com.maryanovsky.gwtutils.client.ui.DropDownList
Adds an item.
addLoadListener(Element, Callback<Element>) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Registers a load listener for the specified element which will invoke the specified callback with the element.
addMouseDownHandler(MouseDownHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TouchMouseEventsConverter
addMouseMoveHandler(MouseMoveHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TouchMouseEventsConverter
addMouseOutHandler(MouseOutHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TouchMouseEventsConverter
addMouseOverHandler(MouseOverHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TouchMouseEventsConverter
addMouseUpHandler(MouseUpHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TouchMouseEventsConverter
addMouseWheelHandler(MouseWheelHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TouchMouseEventsConverter
addMultiFingerTapHandler(MultiFingerTapHandler) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap.HasMultiFingerTapHandlers
Adds a MultiFingerTapEvent handler.
addMultiFingerTapHandler(MultiFingerTapHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap.MultiFingerTapRecognizer
Adds a multi-finger tap handler.
addOverlay(Overlay) - Method in class com.maryanovsky.map.client.MapWidget
Adds an overlay to this MapWidget.
addOverlays(Collection<? extends Overlay>) - Method in class com.maryanovsky.map.client.MapWidget
A convenience method for adding a collection of overlays.
addParam(String, Object) - Method in class com.maryanovsky.gwtutils.client.net.UrlBuilder
Adds the specified parameter to the URL.
addParam(String, int) - Method in class com.maryanovsky.gwtutils.client.net.UrlBuilder
Adds the specified integer parameter to the URL.
addParam(String, double) - Method in class com.maryanovsky.gwtutils.client.net.UrlBuilder
Adds the specified double parameter to the URL.
addParams(Map<String, ? extends Object>) - Method in class com.maryanovsky.gwtutils.client.net.UrlBuilder
Adds all the specified parameters to the URL.
addPinchCancelHandler(PinchCancelHandler) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.HasPinchCancelHandlers
Adds a PinchCancelEvent handler.
addPinchCancelHandler(PinchCancelHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchRecognizer
Adds a pinch cancel handler.
addPinchChangeHandler(PinchChangeHandler) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.HasPinchChangeHandlers
Adds a PinchChangeEvent handler.
addPinchChangeHandler(PinchChangeHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchRecognizer
Adds a pinch change handler.
addPinchEndHandler(PinchEndHandler) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.HasPinchEndHandlers
Adds a PinchEndEvent handler.
addPinchEndHandler(PinchEndHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchRecognizer
Adds a pinch end handler.
addPinchMagnifyAction(MapWidget, boolean) - Static method in class com.maryanovsky.map.client.actions.touch.StandardMultiTouchActions
Adds an action to the specified map widget which will magnify and zoom the map when the user pinches the map widget.
addPinchStartHandler(PinchStartHandler) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.HasPinchStartHandlers
Adds a PinchStartEvent handler.
addPinchStartHandler(PinchStartHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchRecognizer
Adds a pinch start handler.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.maryanovsky.map.client.MapWidget
Adds the specified PropertyChangeListener to be notified when the property with the specified name changes.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.maryanovsky.map.client.WidgetOverlay
Registers the specified property change listener to be notified when the specified property of this overlay changes.
addReadyListener(ReadyListener<MapWidget>) - Method in class com.maryanovsky.map.client.MapWidget
Adds the specified ReadyListener to be notified when the map widget becomes ready or unready.
addRelatedFieldGap() - Method in class com.maryanovsky.gwtutils.client.ui.Form
Adds a related gap following the last field.
addRightClickPan(MapWidget, boolean) - Static method in class com.maryanovsky.map.client.actions.mouse.StandardMouseActions
Adds an action to the specified map widget allowing the user to pan the map to a specified location by right-clicking it.
addShiftDragAreaSelection(MapWidget, boolean, boolean) - Static method in class com.maryanovsky.map.client.actions.mouse.StandardMouseActions
Adds an action to the specified map widget allowing the user to select the area he wants to zoom-in on by dragging a rectangle on the map while holding down the SHIFT key.
addSizeChangeHandler(Widget, ResizeHandler) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Attempts to track changes in the size of the specified widget and notify the specified change listener.
addStage(Widget) - Method in class com.maryanovsky.gwtutils.client.ui.Wizard
Adds a stage to the (end of the) stages of this wizard.
addTapHandler(TapHandler) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.tap.HasTapHandlers
Adds a TapEvent handler.
addTapHandler(TapHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.tap.TapRecognizer
Adds a tap handler.
addTwoFingerTapZoomOutAction(MapWidget, boolean) - Static method in class com.maryanovsky.map.client.actions.touch.StandardMultiTouchActions
Adds an action to the specified map widget which will zoom out when the user taps with two fingers.
addUnrelatedFieldGap() - Method in class com.maryanovsky.gwtutils.client.ui.Form
Adds an unrelated gap following the last field.
addValueChangeHandler(ValueChangeHandler<Integer>) - Method in class com.maryanovsky.gwtutils.client.ui.DropDownList
Adds a handler for change of the selected index.
addWheelScrollDownHandler(WheelScrollDownHandler) - Method in interface com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.HasWheelScrollDownHandlers
Adds a WheelScrollDownEvent handler.
addWheelScrollDownHandler(WheelScrollDownHandler) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollRecognizer
Adds a mouse wheel scroll-down handler.
addWheelScrollUpHandler(WheelScrollUpHandler) - Method in interface com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.HasWheelScrollUpHandlers
Adds a WheelScrollUpEvent handler.
addWheelScrollUpHandler(WheelScrollUpHandler) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollRecognizer
Adds a mouse wheel scroll-up handler.
addWheelZoom(MapWidget, boolean) - Static method in class com.maryanovsky.map.client.actions.mouse.StandardMouseActions
Adds an action to the specified map widget allowing the user to zoom in or out using his mouse wheel.
addWidgets(HorizontalPanel, List<? extends Widget>) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Adds the specified widgets to the specified horizontal panel in reading order.
AdjustableDockLayoutPanel - Class in com.maryanovsky.gwtutils.client.ui
A DockLayoutPanel which allows the sizes of the widgets to be adjusted after they are added.
AdjustableDockLayoutPanel(Style.Unit) - Constructor for class com.maryanovsky.gwtutils.client.ui.AdjustableDockLayoutPanel
Creates a new AdjustableDockLayoutPanel with the specified CSS unit in which sizes will be specified.
Alignment - Enum in com.maryanovsky.gwtutils.client.ui
Convenient constants for placement to be used instead of a pair of alignment constants.
AlignPanel - Class in com.maryanovsky.gwtutils.client.ui
A panel which positions its sole child in one of the 9 locations defined by the combination of the 3 horizontal positions left,center,right and the 3 vertical positions top,center,bottom.
AlignPanel(HasHorizontalAlignment.HorizontalAlignmentConstant, HasVerticalAlignment.VerticalAlignmentConstant) - Constructor for class com.maryanovsky.gwtutils.client.ui.AlignPanel
Creates a new DockPositionPanel with the specified horizontal and vertical alignment.
AlignPanel(Alignment) - Constructor for class com.maryanovsky.gwtutils.client.ui.AlignPanel
Creates a new AlignPanel with the specified alignment.
AlignPanel(Widget, HasHorizontalAlignment.HorizontalAlignmentConstant, HasVerticalAlignment.VerticalAlignmentConstant) - Constructor for class com.maryanovsky.gwtutils.client.ui.AlignPanel
Creates a new AlignPanel with the specified child placed at at the specified position.
AlignPanel(Widget, Alignment) - Constructor for class com.maryanovsky.gwtutils.client.ui.AlignPanel
Creates a new AlignPanel with the specified child placed at the specified position.
ANCHOR_PROPERTY_NAME - Static variable in class com.maryanovsky.map.client.WidgetOverlay
The name of the anchor property.
and(Condition<? super T>) - Method in class com.maryanovsky.gwtutils.client.Condition
Returns the logical-AND of this condition and the specified one.
and(Condition<? super T>, Condition<? super T>) - Static method in class com.maryanovsky.gwtutils.client.Condition
Returns the logical-AND of the specified conditions.
and(Condition<? super T>, Condition<? super T>, Condition<? super T>) - Static method in class com.maryanovsky.gwtutils.client.Condition
Returns the logical-AND of the specified conditions.
and(Condition<? super T>, Condition<? super T>, Condition<? super T>, Condition<? super T>) - Static method in class com.maryanovsky.gwtutils.client.Condition
Returns the logical-AND of the specified conditions.
Animation - Class in com.maryanovsky.gwtutils.client.ui
A convenient method to perform animations.
Animation(int, int) - Constructor for class com.maryanovsky.gwtutils.client.ui.Animation
Creates a new Animation with the specified duration (in milliseconds) and frames per second to display.
Animation(int) - Constructor for class com.maryanovsky.gwtutils.client.ui.Animation
Creates a new Animation with the specified duration and default frame rate.
animationEnd() - Method in class com.maryanovsky.gwtutils.client.ui.Animation
Invoked after the animation is done.
animationEnd() - Method in class com.maryanovsky.gwtutils.client.ui.animations.FadeAnimation
Invoked to end the animation.
animationStart() - Method in class com.maryanovsky.gwtutils.client.ui.Animation
Invoked before the first frame of the animation is displayed.
animationStart() - Method in class com.maryanovsky.gwtutils.client.ui.animations.FadeAnimation
Invoked to start the animation.
Application - Class in com.maryanovsky.gwtutils.client
A class which handles much of the heavy lifting of starting up an application.
Application() - Constructor for class com.maryanovsky.gwtutils.client.Application
 
Application.RequestMakerResponseHandlerPair - Class in com.maryanovsky.gwtutils.client
 
Application.RequestMakerResponseHandlerPair(RequestMaker<String>, ResultCallback<String>) - Constructor for class com.maryanovsky.gwtutils.client.Application.RequestMakerResponseHandlerPair
 
applyMagnification(boolean, int) - Method in class com.maryanovsky.map.client.MapWidget
Applies the current magnification by setting the zoom and location of the map to values closest to those seen by the user.
applyMagnification(boolean) - Method in class com.maryanovsky.map.client.MapWidget
Applies the current magnification by setting the zoom and location of the map to values closest to those seen by the user.
applyPngHack(Image, String, Size) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Applies the IE PNG hack to the specified image.
applyTemporaryOffset() - Method in class com.maryanovsky.map.client.MapWidget
Makes the temporary offset permanent and clears it.
applyTo(Image) - Method in class com.maryanovsky.gwtutils.client.ui.UrlImagePrototype
AreaSelectionAction - Class in com.maryanovsky.map.client.actions.mouse
A drag action which allows the user to select the area he would like to be displayed on the map.
AreaSelectionAction(MapWidget, boolean, boolean) - Constructor for class com.maryanovsky.map.client.actions.mouse.AreaSelectionAction
Creates a new AreaSelectionAction for the specified map widget, with optional ratio-keeping and animation of the transition.
areEqual(Object, Object) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns whether the two specified objects are equal.
areEqual(List<?>, List<?>) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns whether the two specified lists are equal by value, that is, they contain equal items, in the same order.
atan2(double, double) - Static method in class com.maryanovsky.gwtutils.client.MathUtils
Returns the angle component of the polar coordinates of the specified cartesian coordinates (for some reason, there's no atan2 method in GWT's java.lang.Math).

B

becameReady(T) - Method in class com.maryanovsky.gwtutils.client.event.DelegatingReadyListenerCollection
Notifies our ready listeners of the change.
becameReady(IT) - Method in class com.maryanovsky.gwtutils.client.event.GroupReadyListener
Invoked when an item becomes ready.
becameReady(T) - Method in interface com.maryanovsky.gwtutils.client.event.ReadyListener
Invoked when the entity becomes ready.
becameUnready(T) - Method in class com.maryanovsky.gwtutils.client.event.DelegatingReadyListenerCollection
Notifies our ready listeners of the change.
becameUnready(IT) - Method in class com.maryanovsky.gwtutils.client.event.GroupReadyListener
Invoked when the item becomes unready.
becameUnready(T) - Method in interface com.maryanovsky.gwtutils.client.event.ReadyListener
Invoked when the entity becomes unready.
beforeMagnificationChange(double, PointView) - Method in class com.maryanovsky.map.client.MapWidget.MapAnimation
Invoked when this animation is a MapWidget's current running animation and the magnification is about to be changed.
beforeTemporaryOffsetChange(PointView) - Method in class com.maryanovsky.map.client.MapWidget.MapAnimation
Invoked when this animation is a MapWidget's current running animation and the temporary offset is about to be changed.
BOOLEAN_TRANSCODER - Static variable in interface com.maryanovsky.gwtutils.client.text.Transcoder
A boolean transcoder.
bottom() - Method in interface com.maryanovsky.gwtutils.client.ui.ImageBordersPanel.BorderImages
 
bottom() - Method in interface com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget.Images
Returns the image resource of the ladder's bottom.
bottomLeft() - Method in interface com.maryanovsky.gwtutils.client.ui.ImageBordersPanel.BorderImages
 
bottomRight() - Method in interface com.maryanovsky.gwtutils.client.ui.ImageBordersPanel.BorderImages
 
BoundingBox - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates a bounding box as defined by the Web Map Service Implementation Specification.
BoundingBox(Element) - Constructor for class com.maryanovsky.map.client.opengis.wms.BoundingBox
Creates a new BoundingBox from the specified BoundingBox or LatLonBoundingBox element that defines it.
BrowserUtils - Class in com.maryanovsky.gwtutils.client
Various browser related or browser specific utilities.
BrowserUtils() - Constructor for class com.maryanovsky.gwtutils.client.BrowserUtils
 
BubbleWidget - Class in com.maryanovsky.map.client.widgets.bubble
A "bubble", or "tooltip" widget.
BubbleWidget(BubbleWidget.Images, Alignment, Widget) - Constructor for class com.maryanovsky.map.client.widgets.bubble.BubbleWidget
Creates a new BubbleWidget with the specified images, alignment relative to the anchor point and content (the latter may be null).
BubbleWidget(Widget) - Constructor for class com.maryanovsky.map.client.widgets.bubble.BubbleWidget
Creates a new BubbleWidget with the specified content (may be null).
BubbleWidget() - Constructor for class com.maryanovsky.map.client.widgets.bubble.BubbleWidget
Creates a new Bubble, with initially no content.
BubbleWidget.Images - Interface in com.maryanovsky.map.client.widgets.bubble
A bundle of the images used by the widget.
ButtonScrollPanel - Class in com.maryanovsky.gwtutils.client.ui
A scroll panel which scrolls its contents with two buttons instead of a scroll bar.
ButtonScrollPanel(ButtonScrollPanel.Resources) - Constructor for class com.maryanovsky.gwtutils.client.ui.ButtonScrollPanel
Creates a new ButtonScrollPanel with the specified resources.
ButtonScrollPanel.Resources - Interface in com.maryanovsky.gwtutils.client.ui
The interface for the resources required by the scroll pane.
buttonTapCondition(ButtonTapEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap.ButtonTapRecognizer
Returns whether the specified ButtonTapEvent should be delivered to the handlers.
ButtonTapEvent - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap
Represents a button-tap event.
ButtonTapEvent(TouchEndEvent) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap.ButtonTapEvent
Creates a new ButtonTapEvent from the specified source TouchEndEvent.
ButtonTapHandler - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap
Handler interface for ButtonTapEvents.
ButtonTapRecognizer - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap
Recognizes button-taps and fires tap events.
ButtonTapRecognizer(Object) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap.ButtonTapRecognizer
Creates a new ButtonTapRecognizer which will fire events with the specified source object.
ButtonTapRecognizer(Object, H) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap.ButtonTapRecognizer
Creates a new ButtonTapRecognizer which will fire events with the specified source object and use the specified source of touch events.
ButtonTapRecognizer(Object, Condition<? super ButtonTapEvent>) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap.ButtonTapRecognizer
Creates a new ButtonTapRecognizer which will fire events with the specified source object and consult the specified button-tap condition before firing button-tap events.
ButtonTapRecognizer(Object, H, Condition<? super ButtonTapEvent>) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap.ButtonTapRecognizer
Creates a new ButtonTapRecognizer which will fire events with the specified source object, use the specified source of touch events and consult the specified button-tap condition before firing button-tap events.

C

Callback<T> - Interface in com.maryanovsky.gwtutils.client.event
A generic callback interface.
callback(T) - Method in interface com.maryanovsky.gwtutils.client.event.Callback
The called back method.
cancel(String, ImageLoadListener) - Static method in class com.maryanovsky.gwtutils.client.ui.ImageLoadingManager
Removes the specified url from the loading queue.
cancelCurrentEvent() - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Cancels processing of the current event by stopping its propagation and preventing the default action from occurring.
cancelEvent(NativeEvent) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Cancels processing of the specified event by stopping its propagation and preventing the default action from occurring.
cancelEvent(DomEvent<H>) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Cancels the processing of the specified DomEvent by stopping its propagation and preventing the default action from occurring.
cancelLoading() - Method in class com.maryanovsky.map.client.Tile
If the tile is currently being loaded, cancels loading it.
cancelLoading() - Method in class com.maryanovsky.map.client.tiles.NodeTile
If the tile is currently being loaded, cancels loading it.
Capabilities - Class in com.maryanovsky.map.client.opengis.wms
Represents the capabilities of a Web Map Service as defined by the Web Map Service Implementation Specification.
Capabilities(Document) - Constructor for class com.maryanovsky.map.client.opengis.wms.Capabilities
Parses the specified Capabilities response XML document and creates a Capabilities object from it.
Capabilities.ContactInformation - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates the contact information sent as part of a Capabilities response.
Capabilities.ContactInformation.Address - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates the contact address.
Capabilities.GetMapRequestInfo - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates information about the GetMap capabilities of the service.
Capabilities.ImageUrl - Class in com.maryanovsky.map.client.opengis.wms
The class for URLs of images, which also specify the format (mime-type) and size of the image.
Capabilities.Layer - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates information about a map layer.
Capabilities.Layer.Attribution - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates the Attribution of a layer.
Capabilities.Layer.Dimension - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates a Dimension.
Capabilities.Layer.Extent - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates the Extent of a Dimension.
Capabilities.Layer.Identifier - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates an Identifier of a layer.
Capabilities.Layer.MetadataUrl - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates a Metadata URL regarding a layer.
Capabilities.Layer.ScaleHint - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates a ScaleHint; a hint of minimum and maximum scales at which it is appropriate to display a layer.
Capabilities.Layer.Style - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates a Style for a layer.
Capabilities.ResponseHandler - Class in com.maryanovsky.map.client.opengis.wms
The handler of the response to a GetCapabilities request.
Capabilities.ResponseHandler(String, ResultCallback<Capabilities>) - Constructor for class com.maryanovsky.map.client.opengis.wms.Capabilities.ResponseHandler
Creates a new Capabilities.ResponseHandler with the specified request URL and callback to which the resulting Capabilities object is delivered.
Capabilities.TileSet - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates information about a tile set as defined by the WMS Tiling Client Recommendation.
Capabilities.UrlWithFormat - Class in com.maryanovsky.map.client.opengis.wms
The base class for various classes which specify a URL and the format (mime-type) of the document at that URL.
Capabilities.UrlWithFormat(Element) - Constructor for class com.maryanovsky.map.client.opengis.wms.Capabilities.UrlWithFormat
Creates a new Capabilities.UrlWithFormat object from the element that defines it.
cast(Condition<? super T>) - Static method in class com.maryanovsky.gwtutils.client.Condition
Casts a condition parameterized with a supertype of T to a condition parameterized with T.
cast() - Method in class com.maryanovsky.gwtutils.client.Condition
Casts this condition to a condition parameterized with a subtype of T.
ChangeEvent - Class in com.maryanovsky.gwtutils.client.event
The event for some kind of change.
ChangeEvent(Object) - Constructor for class com.maryanovsky.gwtutils.client.event.ChangeEvent
Creates a new ChangeEvent with the specified source object.
ChangeListener - Interface in com.maryanovsky.gwtutils.client.event
The interface for receiving notifications of some kind of state change.
ChangeListenerList - Class in com.maryanovsky.gwtutils.client.event
A convenience class for managing ChangeListeners.
ChangeListenerList() - Constructor for class com.maryanovsky.gwtutils.client.event.ChangeListenerList
 
CHARACTER_TRANSCODER - Static variable in interface com.maryanovsky.gwtutils.client.text.Transcoder
A char transcoder.
checkTagName(Element, String) - Static method in class com.maryanovsky.gwtutils.client.text.ParseUtils
If the specified element's tag name equals to the specified value, returns quietly.
checkVersionCompatible(Document) - Static method in class com.maryanovsky.map.client.opengis.wms.Wms
Checks that the specified document uses a WMS version compatible with the one implemented by this package.
clampToLegal(int) - Method in class com.maryanovsky.map.client.MapLocationModel
Returns the nearest legal zoom to the specified one.
clear() - Method in class com.maryanovsky.gwtutils.client.InlineFlowPanel
Removes all widgets from the panel.
clear() - Method in class com.maryanovsky.gwtutils.client.ui.ButtonScrollPanel
Removes the widget.
clickCondition(ClickEvent) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.click.ClickRecognizer
Returns whether the specified ClickEvent should be delivered to the handlers.
ClickEvent - Class in com.maryanovsky.gwtutils.client.ui.mouse.gestures.click
Represents a click event.
ClickEvent(MouseUpEvent, int, int, PointView) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.click.ClickEvent
Creates a new ClickEvent from the specified source MouseUpEvent, mouse button, click count and location.
ClickHandler - Interface in com.maryanovsky.gwtutils.client.ui.mouse.gestures.click
Handler interface for ClickEvents.
ClickPanAction - Class in com.maryanovsky.map.client.actions.mouse
Recenters (pans) the map to the clicked location.
ClickPanAction(MapWidget, boolean) - Constructor for class com.maryanovsky.map.client.actions.mouse.ClickPanAction
Creates a new ClickPanAction for panning the specified map widget.
ClickRecognizer - Class in com.maryanovsky.gwtutils.client.ui.mouse.gestures.click
Recognizes and fires click events.
ClickRecognizer(Object) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.click.ClickRecognizer
Creates a new ClickRecognizer which will fire click events with the specified source object.
ClickRecognizer(Object, H) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.click.ClickRecognizer
Creates a new ClickRecognizer which will fire click events with the specified source object and use the specified source of mouse events.
ClickRecognizer(Object, Condition<? super ClickEvent>) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.click.ClickRecognizer
Creates a new ClickRecognizer which will fire click events with the specified source object and consult the specified click condition before doing so.
ClickRecognizer(Object, H, Condition<? super ClickEvent>) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.click.ClickRecognizer
Creates a new ClickRecognizer which will fire events with the specified source object, use the specified source of mouse events and consult the specified click condition before firing click events.
ClickZoomInAction - Class in com.maryanovsky.map.client.actions.mouse
Zooms in and recenters the map to the clicked location.
ClickZoomInAction(MapWidget, boolean) - Constructor for class com.maryanovsky.map.client.actions.mouse.ClickZoomInAction
Creates a new ClickZoomInAction for panning the specified map widget.
clone(String[]) - Static method in class com.maryanovsky.gwtutils.client.Utils
Creates a shallow copy of the specified String array.
com.maryanovsky.gwtutils.client - package com.maryanovsky.gwtutils.client
 
com.maryanovsky.gwtutils.client.event - package com.maryanovsky.gwtutils.client.event
 
com.maryanovsky.gwtutils.client.geom - package com.maryanovsky.gwtutils.client.geom
 
com.maryanovsky.gwtutils.client.net - package com.maryanovsky.gwtutils.client.net
 
com.maryanovsky.gwtutils.client.text - package com.maryanovsky.gwtutils.client.text
 
com.maryanovsky.gwtutils.client.ui - package com.maryanovsky.gwtutils.client.ui
 
com.maryanovsky.gwtutils.client.ui.animations - package com.maryanovsky.gwtutils.client.ui.animations
 
com.maryanovsky.gwtutils.client.ui.dnd - package com.maryanovsky.gwtutils.client.ui.dnd
 
com.maryanovsky.gwtutils.client.ui.mouse.gestures - package com.maryanovsky.gwtutils.client.ui.mouse.gestures
 
com.maryanovsky.gwtutils.client.ui.mouse.gestures.click - package com.maryanovsky.gwtutils.client.ui.mouse.gestures.click
 
com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag - package com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag
 
com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll - package com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll
 
com.maryanovsky.gwtutils.client.ui.touch.gestures - package com.maryanovsky.gwtutils.client.ui.touch.gestures
 
com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap - package com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap
 
com.maryanovsky.gwtutils.client.ui.touch.gestures.drag - package com.maryanovsky.gwtutils.client.ui.touch.gestures.drag
 
com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap - package com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap
 
com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse - package com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse
 
com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch - package com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch
 
com.maryanovsky.gwtutils.client.ui.touch.gestures.tap - package com.maryanovsky.gwtutils.client.ui.touch.gestures.tap
 
com.maryanovsky.map.client - package com.maryanovsky.map.client
 
com.maryanovsky.map.client.actions - package com.maryanovsky.map.client.actions
 
com.maryanovsky.map.client.actions.mouse - package com.maryanovsky.map.client.actions.mouse
 
com.maryanovsky.map.client.actions.touch - package com.maryanovsky.map.client.actions.touch
 
com.maryanovsky.map.client.mapa - package com.maryanovsky.map.client.mapa
 
com.maryanovsky.map.client.opengis.wms - package com.maryanovsky.map.client.opengis.wms
 
com.maryanovsky.map.client.osm - package com.maryanovsky.map.client.osm
 
com.maryanovsky.map.client.projections - package com.maryanovsky.map.client.projections
 
com.maryanovsky.map.client.tiles - package com.maryanovsky.map.client.tiles
 
com.maryanovsky.map.client.widgets.bubble - package com.maryanovsky.map.client.widgets.bubble
 
com.maryanovsky.map.client.widgets.overview - package com.maryanovsky.map.client.widgets.overview
 
com.maryanovsky.map.client.widgets.scale - package com.maryanovsky.map.client.widgets.scale
 
com.maryanovsky.map.client.widgets.zoom - package com.maryanovsky.map.client.widgets.zoom
 
compareVersions(String, String) - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Compares two version numbers of something.
Condition<T> - Class in com.maryanovsky.gwtutils.client
A boolean condition.
Condition() - Constructor for class com.maryanovsky.gwtutils.client.Condition
 
confirmed(Object) - Method in interface com.maryanovsky.gwtutils.client.ui.DialogCallback
Invoked when the user confirmed whatever it is the dialog asked him.
contains(PointView) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns whether this rectangle contains the specified point.
contains(RectangleView) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns whether this rectangle contains the specified one.
contains(PointView) - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns whether this rectangle contains the specified point.
contains(RectangleView) - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns whether this rectangle contains the specified one.
contains(LatLng) - Method in class com.maryanovsky.map.client.LatLngBounds
Returns whether this LatLngBounds contains the specified point.
contains(LatLngBounds) - Method in class com.maryanovsky.map.client.LatLngBounds
Returns whether this LatLngBounds contains the specified one.
cornerBottomLeft() - Method in interface com.maryanovsky.gwtutils.client.ui.ImageBordersPanel.BorderImages
 
cornerBottomRight() - Method in interface com.maryanovsky.gwtutils.client.ui.ImageBordersPanel.BorderImages
 
cornerTopLeft() - Method in interface com.maryanovsky.gwtutils.client.ui.ImageBordersPanel.BorderImages
 
cornerTopRight() - Method in interface com.maryanovsky.gwtutils.client.ui.ImageBordersPanel.BorderImages
 
create() - Method in interface com.maryanovsky.gwtutils.client.Factory
Creates an instance of T.
create(LatLng, LatLng, LatLng) - Static method in class com.maryanovsky.map.client.LatLngBounds
Creates a new LatLngBounds that represents the rectangle bounded by point1 and point2 and that contains the include point (there two are possible rectangles bounded by two points).
createBoundsWidget() - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Creates the widget to display the display bounds of the main map widget on the overview widget.
createContentHolderWrapper(Widget) - Method in class com.maryanovsky.map.client.widgets.bubble.BubbleWidget
This method creates a wrapper panel for the content holder.
createDropDownArrow(DropDownList.Resources) - Method in class com.maryanovsky.gwtutils.client.ui.DropDownList
Creates the dropdown arrow widget from the specified resources.
createImage() - Method in class com.maryanovsky.gwtutils.client.ui.UrlImagePrototype
createMap(Capabilities, List<Capabilities.TileSet>, boolean) - Static method in class com.maryanovsky.map.client.opengis.wms.Wms
Creates a Map from the specified list of Capabilities.TileSets.
createMap(Capabilities, Capabilities.TileSet, boolean) - Static method in class com.maryanovsky.map.client.opengis.wms.Wms
Creates a Map from the specified Capabilities.TileSet.
createOverviewLocationModel(MapWidget) - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget.StandardSynchronization
Creates the MapLocationModel to be used for the overview map widget.
createOverviewLocationModel(MapWidget) - Method in interface com.maryanovsky.map.client.widgets.overview.OverviewMapWidget.Synchronization
Creates the MapLocationModel to be used for the overview map widget.
createPopupSelectionList() - Method in class com.maryanovsky.gwtutils.client.ui.DropDownList
Creates the widget to be displayed in the popup to select an item.
createSelectionWidget() - Method in class com.maryanovsky.map.client.actions.mouse.AreaSelectionAction
Creates the widget that will display the selected area.
createSettingsRequestMaker() - Method in class com.maryanovsky.gwtutils.client.Application
Creates the request maker for the settings file.
crosses180Meridian() - Method in class com.maryanovsky.map.client.LatLngBounds
Returns whether this LatLngBounds crosses the 180 meridian.
CssLength - Class in com.maryanovsky.gwtutils.client.ui
Encapsulates a CSS length, that is a value and the CSS unit of this value ("2em", "5px" etc).
CssLength(double, Style.Unit) - Constructor for class com.maryanovsky.gwtutils.client.ui.CssLength
Creates a new CssLength object with the specified value and CSS unit.
CURRENT_UPDATE_SEQUENCE_EXCEPTION_CODE - Static variable in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
The CurrentUpdateSequence exception code.

D

DeckLayoutPanel - Class in com.maryanovsky.gwtutils.client.ui
A DeckPanel which also implements RequiresResize and ProvidesResize.
DeckLayoutPanel() - Constructor for class com.maryanovsky.gwtutils.client.ui.DeckLayoutPanel
 
decode(String) - Method in interface com.maryanovsky.gwtutils.client.text.Decoder
Creates an object from the specified textual representation.
Decoder<T> - Interface in com.maryanovsky.gwtutils.client.text
An interface for classes which can decode text into an object.
DEFAULT_FPS - Static variable in class com.maryanovsky.gwtutils.client.ui.Animation
The default frame rate.
DefaultSizeAccordion - Class in com.maryanovsky.gwtutils.client.ui
An Accordion where a default height for the widgets and their headers is specified in the constructor.
DefaultSizeAccordion(Style.Unit, double, double) - Constructor for class com.maryanovsky.gwtutils.client.ui.DefaultSizeAccordion
Creates a new FixedSizeAccordion with the specified size unit and sizes for the headers and widgets.
DefaultSizeAccordion(String, String, String) - Constructor for class com.maryanovsky.gwtutils.client.ui.DefaultSizeAccordion
Creates a new FixedSizeAccordion with the specified size unit and heights for the headers and widgets.
DEG_TO_RAD - Static variable in class com.maryanovsky.gwtutils.client.MathUtils
Coefficient for converting degrees to radians.
DelegatingReadyListenerCollection<T> - Class in com.maryanovsky.gwtutils.client.event
A ready listener, which simply reports what it sees to a list of other ready listener.
DelegatingReadyListenerCollection() - Constructor for class com.maryanovsky.gwtutils.client.event.DelegatingReadyListenerCollection
Creates a new DelegatingReadyListenerCollection.
DelegatingReadyListenerCollection(ReadyListener<T>) - Constructor for class com.maryanovsky.gwtutils.client.event.DelegatingReadyListenerCollection
Creates a new DelegatingReadyListenerCollection with the specified ready listener as the first of many to report to.
denied() - Method in interface com.maryanovsky.gwtutils.client.ui.DialogCallback
Invoked when the user denied whatever it is the dialog asked him.
Dialog - Class in com.maryanovsky.gwtutils.client.ui
Emulates a real dialog by using a callback which is invoked when the dialog's operation is done.
Dialog(DialogCallback) - Constructor for class com.maryanovsky.gwtutils.client.ui.Dialog
Creates a new Dialog with the specified callback.
dialogCallback - Variable in class com.maryanovsky.gwtutils.client.ui.Dialog
The callback.
DialogCallback - Interface in com.maryanovsky.gwtutils.client.ui
The callback interface for dialogs.
dictionaryToMap(Dictionary) - Static method in class com.maryanovsky.gwtutils.client.Utils
Converts a Dictionary to a regular string-to-string map.
disableContextMenu(Element) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Disables the browser context menu for the specified element (and enables right-click detection).
disableDragging(Object) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Makes the specified widget un-draggable, after it was made draggable with UiUtils.makeDraggable(Widget, HasAllMouseHandlers, HandlesAllDragEvents).
dispatch(ClickHandler) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.click.ClickEvent
Dispatches the event to the handler.
dispatch(DragCancelHandler) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragCancelEvent
Dispatches the event to the handler.
dispatch(DragEndHandler) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragEndEvent
Dispatches the event to the handler.
dispatch(DragMoveHandler) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragMoveEvent
Dispatches the event to the handler.
dispatch(DragStartHandler) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragStartEvent
Dispatches the event to the handler.
dispatch(WheelScrollDownHandler) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollDownEvent
Dispatches the event to the handler.
dispatch(WheelScrollUpHandler) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollUpEvent
Dispatches the event to the handler.
dispatch(ButtonTapHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap.ButtonTapEvent
Dispatches the event to the handler.
dispatch(DragCancelHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragCancelEvent
Dispatches the event to the handler.
dispatch(DragEndHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragEndEvent
Dispatches the event to the handler.
dispatch(DragMoveHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragMoveEvent
Dispatches the event to the handler.
dispatch(DragStartHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragStartEvent
Dispatches the event to the handler.
dispatch(MultiFingerTapHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap.MultiFingerTapEvent
Dispatches the event to the handler.
dispatch(PinchCancelHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchCancelEvent
Dispatches the event to the handler.
dispatch(PinchChangeHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchChangeEvent
Dispatches the event to the handler.
dispatch(PinchEndHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchEndEvent
Dispatches the event to the handler.
dispatch(PinchStartHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchStartEvent
Dispatches the event to the handler.
dispatch(TapHandler) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.tap.TapEvent
Dispatches the event to the handler.
DndListener - Interface in com.maryanovsky.gwtutils.client.ui.dnd
A listener interface for receiving notifications of various events during a drag-and-drop gesture.
DOUBLE_TRANSCODER - Static variable in interface com.maryanovsky.gwtutils.client.text.Transcoder
A double transcoder.
DoublePoint - Class in com.maryanovsky.gwtutils.client.geom
A 2D coordinate with double precision coordinates.
DoublePoint(double, double) - Constructor for class com.maryanovsky.gwtutils.client.geom.DoublePoint
Creates a new DoublePoint at the specified coordinates.
DoublePointView - Interface in com.maryanovsky.gwtutils.client.geom
Provides a view of a 2D double precision point without allowing modification.
doubleToFixedString(double, int) - Static method in class com.maryanovsky.gwtutils.client.MathUtils
Returns a string representation of the specified double, with the specified number of digits following the decimal point.
downButtonImage() - Method in interface com.maryanovsky.gwtutils.client.ui.ButtonScrollPanel.Resources
The image for the "down" button.
DragAndDrop - Class in com.maryanovsky.gwtutils.client.ui.dnd
A utility class for drag-and-drop support.
DragAndDrop() - Constructor for class com.maryanovsky.gwtutils.client.ui.dnd.DragAndDrop
 
DragCancelEvent - Class in com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag
Represents a drag cancel event.
DragCancelEvent(MouseUpEvent) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragCancelEvent
Creates a new DragCancelEvent from the specified source MouseUpEvent.
DragCancelEvent - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.drag
Represents a drag cancel event.
DragCancelEvent(TouchEvent<? extends EventHandler>) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragCancelEvent
Creates a new DragCancelEvent from the specified source TouchEvent.
DragCancelHandler - Interface in com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag
Handler interface for DragCancelEvents.
DragCancelHandler - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.drag
Handler interface for DragCancelEvents.
dragCondition(DragStartEvent) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragRecognizer
Returns whether the specified DragStartEvent and the drag events that follow it in the drag gesture should be delivered to the handlers.
dragCondition(DragStartEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragRecognizer
Returns whether the specified DragStartEvent and the drag events that follow it in the drag gesture should be delivered to the handlers.
DragEndEvent - Class in com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag
Represents a drag end event.
DragEndEvent(MouseUpEvent, int, PointView, PointView) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragEndEvent
Creates a new DragEndEvent from the specified source MouseUpEvent, mouse location and offset from the initial touch point.
DragEndEvent - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.drag
Represents a drag end event.
DragEndEvent(TouchEndEvent, PointView, PointView) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragEndEvent
Creates a new DragEndEvent from the specified source TouchEndEvent, touch location and offset from the initial touch point.
DragEndHandler - Interface in com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag
Handler interface for DragEndEvents.
DragEndHandler - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.drag
Handler interface for DragEndEvents.
Draggable - Interface in com.maryanovsky.gwtutils.client.ui.dnd
The interface to be implemented by objects that can be dragged and dropped.
DragMoveEvent - Class in com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag
Represents a mouse-drag event.
DragMoveEvent(MouseMoveEvent, int, PointView, PointView) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragMoveEvent
Creates a new DragMoveEvent from the specified source MouseMoveEvent, mouse button, location and offset.
DragMoveEvent - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.drag
Represents a drag move event.
DragMoveEvent(TouchMoveEvent, PointView, PointView) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragMoveEvent
` Creates a new DragMoveEvent from the specified source TouchMoveEvent, touch location and offset from the initial touch point.
DragMoveHandler - Interface in com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag
Handler interface for DragMoveEvents.
DragMoveHandler - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.drag
Handler interface for DragMoveEvents.
DragPanAction - Class in com.maryanovsky.map.client.actions.mouse
Pans the map as it is dragged by the mouse.
DragPanAction(MapWidget) - Constructor for class com.maryanovsky.map.client.actions.mouse.DragPanAction
Creates a new DragPanAction for panning the specified map widget.
DragPanAction - Class in com.maryanovsky.map.client.actions.touch
Pans the map as the user drags his finger across the map widget.
DragPanAction(MapWidget) - Constructor for class com.maryanovsky.map.client.actions.touch.DragPanAction
Creates a new DragPanAction for the specified map widget.
DragRecognizer - Class in com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag
Recognizes and fires mouse-drag events.
DragRecognizer(Object) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragRecognizer
Creates a new DragRecognizer which will fire drag events with the specified source object.
DragRecognizer(Object, H) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragRecognizer
Creates a new DragRecognizer which will fire drag events with the specified source object and use the specified source of mouse events.
DragRecognizer(Object, Condition<? super DragStartEvent>) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragRecognizer
Creates a new DragRecognizer which will fire drag events with the specified source object and consult the specified drag condition before doing so.
DragRecognizer(Object, H, Condition<? super DragStartEvent>) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragRecognizer
Creates a new DragRecognizer which will fire events with the specified source object, use the specified source of mouse events and consult the specified drag condition before firing the drag event(s).
DragRecognizer - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.drag
Recognizes and fires drag events.
DragRecognizer(Object) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragRecognizer
Creates a new DragRecognizer which will fire drag events with the specified source object.
DragRecognizer(Object, H) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragRecognizer
Creates a new DragRecognizer which will fire events with the specified source object and use the specified source of touch events.
DragRecognizer(Object, Condition<? super DragStartEvent>) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragRecognizer
Creates a new DragRecognizer which will fire drag events with the specified source object and consult the specified drag condition before doing so.
DragRecognizer(Object, H, Condition<? super DragStartEvent>) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragRecognizer
Creates a new DragRecognizer which will fire events with the specified source object, use the specified source of touch events and consult the specified drag condition before firing the drag event(s).
DragStartEvent - Class in com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag
Represents a mouse drag start event.
DragStartEvent(MouseDownEvent, int, PointView) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragStartEvent
Creates a new DragStartEvent from the specified source MouseDownEvent and the specified mouse location.
DragStartEvent - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.drag
Represents a drag start event.
DragStartEvent(TouchStartEvent, PointView) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragStartEvent
Creates a new DragStartEvent from the specified source TouchStartEvent and the specified touch location.
DragStartHandler - Interface in com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag
Handler interface for DragStartEvents.
DragStartHandler - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.drag
Handler interface for DragStartEvents.
dropDownArrowIcon() - Method in interface com.maryanovsky.gwtutils.client.ui.DropDownList.Resources
The arrow displayed at the right of the currently selected item.
DropDownList - Class in com.maryanovsky.gwtutils.client.ui
A simple drop down list.
DropDownList() - Constructor for class com.maryanovsky.gwtutils.client.ui.DropDownList
Creates a new DropDownList which will use a character to represent the arrow.
DropDownList(DropDownList.Resources) - Constructor for class com.maryanovsky.gwtutils.client.ui.DropDownList
Creates a new DropDownList with the specified DropDownList.Resources.
DropDownList.Resources - Interface in com.maryanovsky.gwtutils.client.ui
The interface for the resources required by a drop-down list.
DropTarget - Interface in com.maryanovsky.gwtutils.client.ui.dnd
The interface for objects into which draggables can be dropped.

E

EARTH_RADIUS_METERS - Static variable in class com.maryanovsky.map.client.widgets.scale.EarthScale
The equatorial radius of the earth in meters.
EarthScale - Class in com.maryanovsky.map.client.widgets.scale
Implements ScaleWidget.Scale for maps of the planet earth.
EarthScale(int, double[], String[]) - Constructor for class com.maryanovsky.map.client.widgets.scale.EarthScale
Creates a new EarthScale with the specified preferred pixel size, array of possible sizes and their names.
encode(T) - Method in interface com.maryanovsky.gwtutils.client.text.Encoder
Encodes the specified object.
Encoder<T> - Interface in com.maryanovsky.gwtutils.client.text
An interface for classes which can encode object representations into text.
end() - Method in class com.maryanovsky.gwtutils.client.ui.Animation
Ends the animation immediately.
endCurrentAnimation() - Method in class com.maryanovsky.map.client.MapWidget
Ends the currently running animation, if any.
Epsg4326Projection - Class in com.maryanovsky.map.client.opengis.wms
The projection for the EPSG:4326 SRS.
equals(int, int) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Returns whether the specified coordinates are the same as this point's.
equals(PointView) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Returns whether this Point is the same as the specified one.
equals(Object) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Returns whether this Point is the same as the specified one.
equals(int, int) - Method in interface com.maryanovsky.gwtutils.client.geom.PointView
Returns whether this point represents the specified coordinates.
equals(int, int, int, int) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns whether the coordinates and size of this rectangle are the specified ones.
equals(RectangleView) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns whether the specified rectangle is the same as this one.
equals(Object) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns whether this Rectangle object has the same coordinates and size as this one.
equals(int, int) - Method in class com.maryanovsky.gwtutils.client.geom.Size
Returns whether this Size object is of the specified width and height.
equals(SizeView) - Method in class com.maryanovsky.gwtutils.client.geom.Size
Returns whether this Size object has the same width and height as the specified one.
equals(Object) - Method in class com.maryanovsky.gwtutils.client.geom.Size
Returns whether this Size object has the same width and height as the specified one.
equals(Object) - Method in class com.maryanovsky.gwtutils.client.Pair
Returns true iff the given Object is a Pair, and its two objects are the same as this one's (comparison done via Utils.areEqual(Object, Object)).
equals(Object) - Method in class com.maryanovsky.gwtutils.client.Triple
Returns true iff the given Object is a Triple, and its objects are the same as this one's (comparison done via Utils.areEqual(Object, Object)).
equals(Object) - Method in class com.maryanovsky.map.client.LatLng
Returns whether this LatLng represents the same location on the globe as the specified one.
errorOcurred(String) - Method in interface com.maryanovsky.gwtutils.client.net.ResultCallback
Invoked when an error occurs while sending or receiving the request.
escape(String) - Static method in class com.maryanovsky.gwtutils.client.Utils
The JavaScript escape function.
eval(T) - Method in class com.maryanovsky.gwtutils.client.Condition
Returns the value of the condition based on the specified argument.
EventCancellingPanel - Class in com.maryanovsky.gwtutils.client.ui
A panel which allows cancelling the bubbling of and preventing the default action from occurring on a specified set of events it receives.
EventCancellingPanel(Widget, int, int) - Constructor for class com.maryanovsky.gwtutils.client.ui.EventCancellingPanel
Creates a new EventCancellingPanel with the specified child widget and which will cancel the bubbling of events matching the first specified mask and prevent the default action for events matching the second specified mask.
EventCancellingPanel() - Constructor for class com.maryanovsky.gwtutils.client.ui.EventCancellingPanel
Creates a new EventCancellingPanel.
expandToGrid(int, int) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Expands this rectangle so that it lies on the grid with cells of the specified size.
expandToGrid(SizeView) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Expands this rectangle so that it lies on the grid with cells of the specified size.
extraImageCellHeightWorkaround(Element) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Fixes a strange problem with an image being placed in a table cell.
extraImageCellHeightWorkaround(Widget) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Fixes the problem described by UiUtils.extraImageCellHeightWorkaround(Element) for every TD element of the specified panel.

F

Factory<T> - Interface in com.maryanovsky.gwtutils.client
A generic factory interface.
FadeAnimation - Class in com.maryanovsky.gwtutils.client.ui.animations
An animation that changes the opacity of a specified element.
FadeAnimation(int, int, Element, double, double) - Constructor for class com.maryanovsky.gwtutils.client.ui.animations.FadeAnimation
Creates a new FadeAnimation with the specified duration, frame rate, element, and initial and final opacity.
FadeAnimation(int, Element, double, double) - Constructor for class com.maryanovsky.gwtutils.client.ui.animations.FadeAnimation
Creates a new FadeAnimation with the specified duration, element and initial and final opacity.
falsehood() - Static method in class com.maryanovsky.gwtutils.client.Condition
The always-false condition.
fillRow(HTMLTable, int, int) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Fills the specified row of a table with vertical struts of the specified size.
findElementsByTagName(Element, String, List<Element>) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Finds the children of the specified element whose tag name is the specified one, and adds them to the specified list.
fireEvent(GwtEvent<?>) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.MouseGestureRecognizer
Fires the specified event to all its handlers.
fireEvent(GwtEvent<?>) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TapClickEventsConverter
fireEvent(GwtEvent<?>) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TouchMouseEventsConverter
Fires the specified event to all its handlers.
fireEvent(GwtEvent<?>) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.TouchGestureRecognizer
Fires the specified event to all its handlers.
firePropertyChanged(Object, String, Object, Object) - Method in class com.maryanovsky.gwtutils.client.event.PropertyChangeListenerList
Notifies all registered listeners of a change in the specified property.
fireStateChanged(Object) - Method in class com.maryanovsky.gwtutils.client.event.ChangeListenerList
Notifies all registered ChangeListeners of a change in the specified source object.
FixedCoefZoomStrategy - Class in com.maryanovsky.map.client.projections
An implementation of ZoomStrategy which specifies a fixed zoom coefficient (scale multiplier) between each two neighbouring zooms.
Form - Class in com.maryanovsky.gwtutils.client.ui
A panel which manages most of the tedious work behind setting up a well-arranged and properly aligned form.
Form() - Constructor for class com.maryanovsky.gwtutils.client.ui.Form
Creates a new Form.
fromLatLngToPixel(LatLng, int) - Method in class com.maryanovsky.map.client.mapa.Mapa.IcsProjection
Returns the pixel coordinates corresponding to the specified latitude-longitude coordinates at the specified zoom.
fromLatLngToPixel(LatLng, int) - Method in interface com.maryanovsky.map.client.Projection
Returns the pixel coordinates corresponding to the specified latitude-longitude coordinates at the specified zoom.
fromLatLngToPixel(LatLng, int) - Method in class com.maryanovsky.map.client.projections.AbstractProjection
Delegates to AbstractProjection.fromLatLngToPixelImpl(LatLng) and then converts the results to the actual zoom before returning.
fromLatLngToPixelImpl(LatLng) - Method in class com.maryanovsky.map.client.projections.AbstractProjection
Converts from latitude-longitude to pixel coordinates at the native zoom.
fromLatLngToPixelImpl(LatLng) - Method in class com.maryanovsky.map.client.projections.MercatorProjection
Converts from latitude-longitude to pixel coordinates at the native zoom.
fromLatLngToPixelImpl(LatLng) - Method in class com.maryanovsky.map.client.projections.ScaleProjection
Converts from latitude-longitude to pixel coordinates at the native zoom.
fromPixelToLatLng(PointView, int) - Method in class com.maryanovsky.map.client.mapa.Mapa.IcsProjection
Returns the latitude-longitude coordinates corresponding to the specified pixel coordinates at the specified zoom.
fromPixelToLatLng(PointView, int) - Method in interface com.maryanovsky.map.client.Projection
Returns the latitude-longitude coordinates corresponding to the specified pixel coordinates at the specified zoom.
fromPixelToLatLng(PointView, int) - Method in class com.maryanovsky.map.client.projections.AbstractProjection
Converts the pixel coordinates to the native zoom and then delegates to AbstractProjection.fromPixelToLatLngImpl(double, double).
fromPixelToLatLngImpl(double, double) - Method in class com.maryanovsky.map.client.projections.AbstractProjection
Converts from pixel coordinates to latitude-longitude at the native zoom.
fromPixelToLatLngImpl(double, double) - Method in class com.maryanovsky.map.client.projections.MercatorProjection
Converts from pixel coordinates to latitude-longitude at the native zoom.
fromPixelToLatLngImpl(double, double) - Method in class com.maryanovsky.map.client.projections.ScaleProjection
Converts from pixel coordinates to latitude-longitude at the native zoom.
fromPixelToNative(int, int, int) - Method in class com.maryanovsky.map.client.opengis.wms.Epsg4326Projection
Converts the specified pixel coordinates to the "native" coordinates of the projection.
fromPixelToNative(int, int, int) - Method in class com.maryanovsky.map.client.opengis.wms.Osgeo41001Projection
Converts the specified pixel coordinates to the "native" coordinates of the projection.
fromPixelToNative(int, int, int) - Method in interface com.maryanovsky.map.client.opengis.wms.WmsProjection
Converts the specified pixel coordinates to the "native" coordinates of the projection.
fromUrlValue(String) - Static method in class com.maryanovsky.map.client.LatLng
Creates a new LatLng object from the specified string, in the format of LatLng.toUrlValue().

G

get(String, String) - Method in class com.maryanovsky.gwtutils.client.Properties
Returns the value of the specified property, or the specified default value if there is no property with the specified name.
get(String) - Method in class com.maryanovsky.gwtutils.client.Properties
Returns the value of specified property.
getAbstract() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns a short description of the service.
getAbstract() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the abstract (a short description) of this layer.
getAbstract() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Style
Returns a short description of the style.
getAccessConstraints() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns any access constraints regarding the use of the service.
getAddress() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation.Address
Returns the street address.
getAddress() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation
Returns the address of the contact.
getAddressType() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation.Address
Returns the address type.
getAlignment() - Method in class com.maryanovsky.map.client.WidgetOverlay
Returns the alignment of the widget relative to the location specified by the anchor and offset.
getAnchor() - Method in class com.maryanovsky.gwtutils.client.ui.PlainHyperlink
Returns the AnchorElement this PlainHyperlink wraps.
getAnchor() - Method in class com.maryanovsky.map.client.WidgetOverlay
Returns the anchor point at which the widget is added.
getAppleWebKitVersion() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns the AppleWebKit version number.
getApplicationStartRequests() - Method in class com.maryanovsky.gwtutils.client.Application
Returns the list of requests that need to be made for the application to start and their handlers.
getArcLength(LatLng, LatLng) - Static method in class com.maryanovsky.map.client.widgets.scale.EarthScale
Returns the angle of the shortest arc between the two specified locations, on a sphere of the given radius.
getAssociatedType() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.click.ClickEvent
Returns the event type associated with click events.
getAssociatedType() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragCancelEvent
Returns the event type associated with drag cancel events.
getAssociatedType() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragEndEvent
Returns the event type associated with drag end events.
getAssociatedType() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragMoveEvent
Returns the event type associated with mouse-drag events.
getAssociatedType() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragStartEvent
Returns the event type associated with drag start events.
getAssociatedType() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollDownEvent
Returns the event type associated with mouse wheel scroll-down events.
getAssociatedType() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollUpEvent
Returns the event type associated with mouse wheel scroll-up events.
getAssociatedType() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap.ButtonTapEvent
Returns the event type associated with button-tap events.
getAssociatedType() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragCancelEvent
Returns the event type associated with drag cancel events.
getAssociatedType() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragEndEvent
Returns the event type associated with drag end events.
getAssociatedType() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragMoveEvent
Returns the event type associated with drag move events.
getAssociatedType() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragStartEvent
Returns the event type associated with drag start events.
getAssociatedType() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap.MultiFingerTapEvent
Returns the event type associated with multi-finger events.
getAssociatedType() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchCancelEvent
Returns the event type associated with pinch cancel events.
getAssociatedType() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchChangeEvent
Returns the event type associated with pinch change events.
getAssociatedType() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchEndEvent
Returns the event type associated with pinch end events.
getAssociatedType() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchStartEvent
Returns the event type associated with pinch start events.
getAssociatedType() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.tap.TapEvent
Returns the event type associated with tap events.
getAttribute(Element, String, boolean) - Static method in class com.maryanovsky.gwtutils.client.text.ParseUtils
Returns the value of the specified element's attribute.
getAttribution() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the Attribution of this layer; may be null.
getAuthorityName() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Identifier
Returns the name of the authority that defines this identifier.
getAuthorityNamesToUrlsMap() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns a map from Authority names to Authority URLs.
getBoolean(int) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Returns the element at the specified index, as a boolean.
getBoolean(String) - Method in class com.maryanovsky.gwtutils.client.Properties
Returns the value of the specified property, parsed as a boolean value.
getBoolean(String, boolean) - Method in class com.maryanovsky.gwtutils.client.Properties
Returns the value of the specified property, parsed as a boolean value, or the specified default value if there is no such property.
getBooleanProperty(JavaScriptObject, String) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns the specified boolean property of the specified JavaScript object.
getBottom() - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Same as getY() + getHeight().
getBottom() - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Same as getY() + getHeight().
getBottomLeft() - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the location of the bottom-left point.
getBottomLeft(Point) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the location of the bottom-left point of the rectangle.
getBottomLeft() - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns the location of the bottom-left point of the rectangle.
getBottomLeft(Point) - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns the location of the bottom-left point of the rectangle.
getBottomRight() - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the location of the bottom-right point.
getBottomRight(Point) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the location of the bottom-right point of the rectangle.
getBottomRight() - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns the location of the bottom-right point of the rectangle.
getBottomRight(Point) - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns the location of the bottom-right point of the rectangle.
getBoundingBox() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.TileSet
Returns the bounding box of this tile set.
getBounds() - Method in class com.maryanovsky.map.client.MapWidget
Returns the bounds of the currently displayed area, in geographical coordinates.
getBoundsClient(Widget) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Returns the bounds of the specified widget, in the client coordinate system.
getBoundsWidget() - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Returns the widget displaying the bounds of the main map on this overview map; null if none.
getButton() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragEndEvent
Returns the button that was clicked.
getButton() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragMoveEvent
Returns the button that was clicked.
getButton() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragStartEvent
Returns the button that was clicked.
getCancelBubbleEventsMask() - Method in class com.maryanovsky.gwtutils.client.ui.EventCancellingPanel
Returns the bitmask of events whose bubbling we are currently cancelling.
getCascadedCount() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the cascaded count.
getCenter() - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the location of the center of the rectangle.
getCenter(Point) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the location of the center of the rectangle, in the same manner as the Rectangle.getCenter() method.
getCenter() - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns the location of the center of the rectangle.
getCenter(Point) - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns the location of the center of the rectangle, in the same manner as the RectangleView.getCenter() method.
getCenter() - Method in class com.maryanovsky.map.client.LatLngBounds
Returns the center point.
getCenter() - Method in class com.maryanovsky.map.client.MapLocationModel
Returns the location of the center.
getCenter() - Method in class com.maryanovsky.map.client.MapWidget
Returns the center of the displayed map.
getChar(String) - Method in class com.maryanovsky.gwtutils.client.Properties
Returns the value of the specified property, parsed as a character.
getChar(String, char) - Method in class com.maryanovsky.gwtutils.client.Properties
Returns the value of the specified property, parsed as a character, or the specfied default value if there is no such property.
getChildren() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the list of child layers of this layer.
getCity() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation.Address
Returns the city.
getClickCount() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.click.ClickEvent
Returns the number of clicks that have occurred.
getClickLocation() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.click.ClickEvent
Returns the location of the click(s), in the target element's coordinate system.
getCode() - Method in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
Returns the exception code.
getContactInformation() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns the information of the contact person for the service.
getContainerElement() - Method in class com.maryanovsky.gwtutils.client.ui.AlignPanel
Returns the element into which content should be added.
getContainerElement() - Method in class com.maryanovsky.gwtutils.client.ui.ImageBordersPanel
Returns the element where the child widget is to be placed.
getContent() - Method in class com.maryanovsky.gwtutils.client.ui.PlainHyperlink
Returns the content of the link - the widget which may be clicked to follow to the URL.
getContentPanel() - Method in class com.maryanovsky.gwtutils.client.ui.ButtonScrollPanel
Returns the panel where the scrollable child should be placed.
getCountry() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation.Address
Returns the country.
getCurrentTargetCoordinates(Touch, TouchEvent<?>) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Returns the location of the specified touch in the coordinate system of the specified event's current target element.
getDataUrls() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the list of DataURLs for this layer.
getDefaultValue() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Extent
Returns the default value of the Extent; may be null.
getDevicePixelRatio() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns the value of window.devicePixelRatio, or 1 if there's no such property.
getDimensionNamesToExtentsMap() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns a map from dimension names in lowercase to the corresponding Extent instances.
getDimensions() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the list of Dimensions for this layer.
getDistanceFrom(PointView) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Returns the distance from this point to the specified one.
getDistanceFrom(PointView) - Method in interface com.maryanovsky.gwtutils.client.geom.PointView
Returns the distance from this point to the specified one.
getDistanceFromOrigin() - Method in class com.maryanovsky.gwtutils.client.geom.Point
Returns the distance from this point to 0,0.
getDistanceFromOrigin() - Method in interface com.maryanovsky.gwtutils.client.geom.PointView
Returns the distance from this point to 0,0.
getDistancePoint(PointView) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Returns the distance from this point to the specified one, as a PointView.
getDistancePoint(PointView, Point) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Returns the distance from this point to the specified one, as a Point.
getDistancePoint(PointView) - Method in interface com.maryanovsky.gwtutils.client.geom.PointView
Returns the distance from this point to the specified one, as a PointView.
getDistancePoint(PointView, Point) - Method in interface com.maryanovsky.gwtutils.client.geom.PointView
Returns the distance from this point to the specified one, as a Point.
getDistanceSize(PointView) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Returns the distance from this point to the specified one, as a SizeView.
getDistanceSize(PointView, Size) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Returns the distance from this point to the specified one in the same manner as Point.getDistanceSize(PointView).
getDistanceSize(PointView) - Method in interface com.maryanovsky.gwtutils.client.geom.PointView
Returns the distance from this point to the specified one, as a SizeView.
getDistanceSize(PointView, Size) - Method in interface com.maryanovsky.gwtutils.client.geom.PointView
Returns the distance from this point to the specified one in the same manner as PointView.getDistanceSize(PointView).
getDocument() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns the full Capabilities response XML document from which this Capabilities object was created.
getDocument() - Method in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport
Returns the Service Exception response XML document.
getDouble(int) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Returns the element at the specified index, as a double.
getDouble(String) - Method in class com.maryanovsky.gwtutils.client.Properties
Returns the value of the specified property, parsed as a floating point value.
getDouble(String, double) - Method in class com.maryanovsky.gwtutils.client.Properties
Returns the value of the specified property, parsed as a floating point value, or the specified default value if there is no property with the specified name.
getDoubleProperty(JavaScriptObject, String) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns the specified floating point property of the specified JavaScript object.
getDraggedWidget() - Method in interface com.maryanovsky.gwtutils.client.ui.dnd.Draggable
Returns the widget to be dragged and dropped.
getDragHandle() - Method in interface com.maryanovsky.gwtutils.client.ui.dnd.Draggable
Returns the handle by which the object can be dragged.
getDragHandleOffset() - Method in interface com.maryanovsky.gwtutils.client.ui.dnd.Draggable
Returns the offset of the drag handle from the dragged widget when not in the middle of a drag-and-drop gesture.
getDropWidget() - Method in interface com.maryanovsky.gwtutils.client.ui.dnd.DropTarget
Returns the widget into which the draggable is dropped.
getDuration() - Method in class com.maryanovsky.gwtutils.client.ui.Animation
Returns the duration of the animation, in milliseconds.
getElement() - Method in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
Returns the XML element from which this ServiceException object was created.
getElementListTextContent(Element, String) - Static method in class com.maryanovsky.gwtutils.client.text.ParseUtils
Returns a list of the text contents of the child elements of the specified element with the specified name.
getElementType(Widget) - Static method in class com.maryanovsky.gwtutils.client.ui.GwtUiDefaults
Returns the element type of the specified standard GWT widget, if supported.
getEmail() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation
Returns the electronic mail address of the contact.
getEnglishImperialInstance(int) - Static method in class com.maryanovsky.map.client.widgets.scale.EarthScale
Returns an instance of EarthScale which displays imperial sizes in English.
getEnglishMetricInstance(int) - Static method in class com.maryanovsky.map.client.widgets.scale.EarthScale
Returns an instance of EarthScale which displays metric sizes in English.
getExtended(LatLng) - Method in class com.maryanovsky.map.client.LatLngBounds
Returns a new LatLngBounds which extends the current one in the minimal possible way to include the specified point too.
getFax() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation
Returns the facsimile telephone number of the contact.
getFeatureListUrls() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the list of FeatureListURLs for this layer.
getFees() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns a description of the fees accociated with the service.
getFieldRow(Widget) - Method in class com.maryanovsky.gwtutils.client.ui.Form
Returns the index of the field with the specified widget; -1 if none.
getFingerCount() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap.MultiFingerTapEvent
Returns the number of fingers involved in the tap.
getFingerLocations() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap.MultiFingerTapEvent
Returns the location of the finger(s), in the target element's coordinate system.
getFirst() - Method in class com.maryanovsky.gwtutils.client.Pair
Returns the first object.
getFirst() - Method in class com.maryanovsky.gwtutils.client.Triple
Returns the first object.
getFirstFingerLocation() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchStartEvent
Returns the location of the first finger, in the target element's coordinate system.
getFixedSize() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
If this layer has a fixed size, in pixels, returns it; otherwise, returns null.
getFormat() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.UrlWithFormat
Returns the format (mime-type) of the document at the URL.
getFormFieldsButtonsGap() - Static method in class com.maryanovsky.gwtutils.client.ui.GwtUiDefaults
Returns the vertical distance between a form's fields and its buttons.
getFormTitleFieldsGap() - Static method in class com.maryanovsky.gwtutils.client.ui.GwtUiDefaults
Returns the vertical distance between a form's title and its fields.
getFps() - Method in class com.maryanovsky.gwtutils.client.ui.Animation
Returns the number of frames per second this animation displays.
getGeckoVersion() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns the Gecko version number.
getGetMapRequestInfo() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns information specifying how to make a GetMap request to the service.
getHalfSinusoidalProgress() - Method in class com.maryanovsky.gwtutils.client.ui.Animation
Returns the half-sinusoidal progression of the animation, i.e.
getHeader(int) - Method in class com.maryanovsky.gwtutils.client.ui.Accordion
Returns the header for the widget at the specified index.
getHeader(Widget) - Method in class com.maryanovsky.gwtutils.client.ui.Accordion
Returns the header for the specified widget.
getHeight() - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the height of the rectangle.
getHeight() - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns the height of the rectangle.
getHeight() - Method in class com.maryanovsky.gwtutils.client.geom.Size
Returns the height.
getHeight() - Method in interface com.maryanovsky.gwtutils.client.geom.SizeView
Returns the height.
getHeight() - Method in class com.maryanovsky.gwtutils.client.ui.UiBinderLayoutSize
Returns the height.
getHorizontalAlignment() - Method in enum com.maryanovsky.gwtutils.client.ui.Alignment
Returns the horizontal alignment constant.
getHorizontalStrut(int) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Creates a horizontal spacer of the specified width.
getHorizontalVisualMargin(GwtUiDefaults.WidgetElementType) - Static method in class com.maryanovsky.gwtutils.client.ui.GwtUiDefaults
UI elements have a visual edge at which they should be aligned.
getHorizontalVisualMargin(Widget) - Static method in class com.maryanovsky.gwtutils.client.ui.GwtUiDefaults
Similar to GwtUiDefaults.getHorizontalVisualMargin(WidgetElementType), but the element type is guessed from the widget using GwtUiDefaults.getElementType(Widget).
getHostname() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns the hostname of the URL at which this application is running.
getHostname(String) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns the hostname in the specified URL.
getHostPageUrl() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns the full URL of the host webpage.
getHTML() - Method in class com.maryanovsky.gwtutils.client.ui.UrlImagePrototype
getIconLabelGap() - Static method in class com.maryanovsky.gwtutils.client.ui.GwtUiDefaults
Returns the gap between an icon image and its label.
getIdentifiers() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the list of Identifiers for this layer.
getIEVersion() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns the version of IE we're running in.
getImageFormat() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.TileSet
Returns the format (mime-type) of the tile images.
getImageFormats() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.GetMapRequestInfo
Returns the list of supported image formats (mime types).
getImageSize() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ImageUrl
Returns the size of the image.
getIndentSize() - Static method in class com.maryanovsky.gwtutils.client.ui.GwtUiDefaults
Returns the indent size.
getInstance(HasHorizontalAlignment.HorizontalAlignmentConstant, HasVerticalAlignment.VerticalAlignmentConstant) - Static method in enum com.maryanovsky.gwtutils.client.ui.Alignment
Returns the Alignment
getInstance() - Static method in class com.maryanovsky.map.client.actions.StandardActions
Returns the sole instance of this class.
getInstance(List<Double>, boolean) - Static method in class com.maryanovsky.map.client.opengis.wms.Epsg4326Projection
Returns an Epsg4326Projection with the specified list of resolutions and longitude wrapping strategy.
getInstance(List<Double>, boolean) - Static method in class com.maryanovsky.map.client.opengis.wms.Osgeo41001Projection
Returns an Osgeo41001Projection with the specified list of resolutions and longitude wrapping strategy.
getInstance(double) - Static method in class com.maryanovsky.map.client.projections.FixedCoefZoomStrategy
Returns a ZoomStrategy with the specified zoom coefficient between neighbouring zooms (a value larger than 1).
getInt(int) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Returns the element at the specified index, as an integer.
getInt(String) - Method in class com.maryanovsky.gwtutils.client.Properties
Returns the value of the specified property, parsed as an integer.
getInt(String, int) - Method in class com.maryanovsky.gwtutils.client.Properties
Returns the value of the specified property, parsed as an integer, or the specified default value if there is no property with the specified name.
getIntersection(RectangleView) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the intersection between this rectangle and the specified one.
getIntersection(RectangleView, Rectangle) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the intersection between this rectangle and the specified one.
getIntersection(RectangleView) - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns the intersection between this rectangle and the specified one.
getIntersection(RectangleView, Rectangle) - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns the intersection between this rectangle and the specified one.
getIntProperty(JavaScriptObject, String) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns the specified integer property of the specified JavaScript object.
getItem(int) - Method in class com.maryanovsky.gwtutils.client.ui.DropDownList
Returns the item at the specified index.
getItemCount() - Method in class com.maryanovsky.gwtutils.client.ui.DropDownList
Returns the number of items.
getKeywordList() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns a list of keywords pertaining to the service.
getKeywordList() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns a list of keywords pertaining to this layer.
getLatitudalSpan() - Method in class com.maryanovsky.map.client.LatLngBounds
Returns the latitudal span of this LatLngBounds.
getLatitude() - Method in class com.maryanovsky.map.client.LatLng
Returns the latitude, in degrees.
getLatLonBoundingBox() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the LatLonBoundingBox of this layer.
getLayerByName() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns a Map of layer names to layers.
getLayers() - Method in class com.maryanovsky.map.client.Map
Returns the stack of {linkplain TileLayer}s in this map.
getLayers() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.TileSet
Returns the unparsed value of the Layers element.
getLeadingAlignment() - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Returns the alignment constant corresponding to the beginning of the line in reading order.
getLeft() - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Same as Rectangle.getX().
getLeft() - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Same as RectangleView.getX().
getLegendUrls() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Style
Returns a list of URLs of legend images.
getLinearProgress() - Method in class com.maryanovsky.gwtutils.client.ui.Animation
Returns the linear progress of the animation, i.e.
getLocation() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragEndEvent
Returns the location of the lifted finger, in the target element's coordinate system.
getLocation() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragMoveEvent
Returns the location of the mouse, in the target element's coordinate system.
getLocation() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragStartEvent
Returns the location of the mouse, in the target element's coordinate system.
getLocation() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollDownEvent
Returns the location of the mouse, in the target element's coordinate system.
getLocation() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollUpEvent
Returns the location of the mouse, in the target element's coordinate system.
getLocation() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragEndEvent
Returns the location of the lifted finger, in the target element's coordinate system.
getLocation() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragMoveEvent
Returns the location of the touching finger, in the target element's coordinate system.
getLocation() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragStartEvent
Returns the location of the touch that caused the drag gesture to start, in the target element's coordinate system.
getLogoUrl() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Attribution
Returns the URL of the provider's logo; may be null.
getLongitudalSpan() - Method in class com.maryanovsky.map.client.LatLngBounds
Returns the longitudal span of this LatLngBounds.
getLongitude() - Method in class com.maryanovsky.map.client.LatLng
Returns the longitude, in degrees.
getMagnification() - Method in class com.maryanovsky.map.client.MapWidget
Returns the current magnification.
getMainMapWidget() - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Returns the main map widget whose overview this widget displays.
getMandatoryAttribute(Element, String) - Static method in class com.maryanovsky.gwtutils.client.text.ParseUtils
Equivalent to getAttribute(element, attributeName, true).
getMandatoryDoubleAttribute(Element, String) - Static method in class com.maryanovsky.gwtutils.client.text.ParseUtils
Returns the value of the specified element's attribute, parsed as a double.
getMandatoryElementTextContent(Element, String) - Static method in class com.maryanovsky.gwtutils.client.text.ParseUtils
Returns the content of the child element of the specified element with the specified name.
getMandatoryIntAttribute(Element, String) - Static method in class com.maryanovsky.gwtutils.client.text.ParseUtils
Returns the value of the specified element's attribute, parsed as an int.
getMandatoryNamedElement(Element, String) - Static method in class com.maryanovsky.gwtutils.client.text.ParseUtils
Equivalent to getNamedChildElement(element, tagName, true).
getMap() - Method in class com.maryanovsky.map.client.MapWidget
Returns the currently displayed map.
getMapLocationModel() - Method in class com.maryanovsky.map.client.MapWidget
Returns the location model of this MapWidget.
getMapSize() - Method in class com.maryanovsky.map.client.MapWidget
Returns the size of the displayed map, in pixels.
getMaximum() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.ScaleHint
Returns the maximum scale at which it is appropriate to display a layer.
getMaxX() - Method in class com.maryanovsky.map.client.opengis.wms.BoundingBox
Returns the maximum X coordinate.
getMaxY() - Method in class com.maryanovsky.map.client.opengis.wms.BoundingBox
Returns the maximum Y coordinate.
getMaxZoom() - Method in class com.maryanovsky.map.client.Map
Returns the biggest available zoom for this Map.
getMaxZoom() - Method in class com.maryanovsky.map.client.MapLocationModel
Returns the biggest possible zoom in this model.
getMessage() - Method in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
Returns the exception message.
getMetadataUrls() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the list of MetadataURLs for this layer.
getMetersPerPixel(MapWidget) - Static method in class com.maryanovsky.map.client.widgets.scale.EarthScale
Returns the number of meters in a pixel displayed by the specified MapWidget.
getMidPoint(PointView, PointView, Point) - Static method in class com.maryanovsky.gwtutils.client.geom.Point
Returns the mid-point between the two specified points.
getMinimum() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.ScaleHint
Returns the minimum scale at which it is appropriate to display a layer.
getMinX() - Method in class com.maryanovsky.map.client.opengis.wms.BoundingBox
Returns the minimum X coordinate.
getMinY() - Method in class com.maryanovsky.map.client.opengis.wms.BoundingBox
Returns the minimum Y coordinate.
getMinZoom() - Method in class com.maryanovsky.map.client.Map
Returns the smallest available zoom for this Map.
getMinZoom() - Method in class com.maryanovsky.map.client.MapLocationModel
Returns the smallest possible zoom in this model.
getMouseButton() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.click.ClickEvent
Returns the button that was clicked.
getMouseEventsSource() - Method in class com.maryanovsky.map.client.MapWidget
Returns the source of mouse events for the map widget.
getName() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns the name of the service.
getName() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Dimension
Returns the name of the Dimension.
getName() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Extent
Returns the name of the Extent.
getName() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the name of this layer; null if the layer is unnamed.
getName() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Style
Returns the name of the style.
getNamedChildElement(Element, String, boolean) - Static method in class com.maryanovsky.gwtutils.client.text.ParseUtils
Returns the child element with the specified tag name.
getNamedChildElements(Element, String) - Static method in class com.maryanovsky.gwtutils.client.text.ParseUtils
Returns the list of (immediate) child elements with the specified tag name.
getNewValue() - Method in class com.maryanovsky.gwtutils.client.event.PropertyChangeEvent
Returns the new value of the property.
getNode() - Method in class com.maryanovsky.map.client.tiles.NodeTile
Returns the node.
getNorthEast() - Method in class com.maryanovsky.map.client.LatLngBounds
Returns the north-eastern point.
getObject(int) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Returns the element at the specified index, as a raw JavaScriptObject.
getOffset() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragEndEvent
Returns the offset of the lifted finger from the initial touching location.
getOffset() - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragMoveEvent
Returns the offset of the mouse position from the location where it was initially pressed.
getOffset() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragEndEvent
Returns the offset of the lifted finger from the initial touching location.
getOffset() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragMoveEvent
Returns the offset of the touching finger from the initial touching location.
getOffset() - Method in class com.maryanovsky.map.client.WidgetOverlay
Returns the current offset of the widget from the anchor point.
getOldValue() - Method in class com.maryanovsky.gwtutils.client.event.PropertyChangeEvent
Returns the old value of the property.
getOpposite() - Method in class com.maryanovsky.gwtutils.client.geom.Point
Returns the point opposite to this one.
getOpposite(Point) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Returns the point opposite to this one.
getOpposite() - Method in interface com.maryanovsky.gwtutils.client.geom.PointView
Returns the point opposite to this one.
getOpposite(Point) - Method in interface com.maryanovsky.gwtutils.client.geom.PointView
Returns the point opposite to this one.
getOptionalAttribute(Element, String, String) - Static method in class com.maryanovsky.gwtutils.client.text.ParseUtils
Returns the value of the specified element's attribute.
getOptionalDoubleAttribute(Element, String, double) - Static method in class com.maryanovsky.gwtutils.client.text.ParseUtils
Returns the value of the specified element's attribute, parsed as a double.
getOptionalElementTextContent(Element, String, String) - Static method in class com.maryanovsky.gwtutils.client.text.ParseUtils
Returns the content of the child element of the specified element with the specified name.
getOptionalIntAttribute(Element, String, int) - Static method in class com.maryanovsky.gwtutils.client.text.ParseUtils
Returns the value of the specified element's attribute, parsed as an int.
getOptionalNamedElement(Element, String) - Static method in class com.maryanovsky.gwtutils.client.text.ParseUtils
Equivalent to getNamedChildElement(element, tagName, false).
getOrganization() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation
Returns the contact organization.
getOverlayPanel() - Method in class com.maryanovsky.map.client.MapWidget
Returns the panel into which overlays should be added.
getOverlays() - Method in class com.maryanovsky.map.client.MapWidget
Returns all the overlays.
getPanAnimationLength() - Method in class com.maryanovsky.map.client.MapWidget
Returns the length of pan animations, in milliseconds.
getParent() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the parent layer; null if this is a toplevel layer.
getPathname() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns the pathname of the URL at which this application is running.
getPerson() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation
Returns the contact person.
getPhone() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation
Returns the voice telephone number of the contact.
getPinnedBoundsWidgetLocation() - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Returns the location of the bounds widget when it is pinned; null otherwise.
getPngHackedImageHtml(String, Size) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Returns the HTML for an image at the specified URL with the PNG hack applied to it.
getPopup() - Method in class com.maryanovsky.gwtutils.client.ui.DropDownList
Returns the popup panel in which the items are displayed for selection.
getPosition() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation
Returns the position title of the contact person.
getPostCode() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation.Address
Returns the zip or postal code.
getPowerOfTwo(int) - Static method in class com.maryanovsky.gwtutils.client.MathUtils
Returns 2^n, for values of n between 0 and 31.
getPreventDefaultEventsMask() - Method in class com.maryanovsky.gwtutils.client.ui.EventCancellingPanel
Returns the bitmask of events for which we prevent the default action.
getPrimaryStyleName(String) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Returns the "primary" style name based on the specified full style name.
getPrimaryStyleName(Widget) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Returns the "primary" style name of the specified widget.
getProjection() - Method in class com.maryanovsky.map.client.Map
Returns the projection of this map.
getProjection(String, List<Double>, boolean) - Static method in class com.maryanovsky.map.client.opengis.wms.Wms
Returns a WmsProjection for the specified SRS and list of resolutions for each zoom.
getProperty(JavaScriptObject, String) - Method in class com.maryanovsky.gwtutils.client.Utils
Returns the specified property of the specified JavaScript object.
getPropertyName() - Method in class com.maryanovsky.gwtutils.client.event.PropertyChangeEvent
Returns the name of the property that changed.
getRelatedHorizontalDistance() - Static method in class com.maryanovsky.gwtutils.client.ui.GwtUiDefaults
Returns the preferred horizontal distance between related elements.
getRelatedHorizontalStrut() - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Returns a horizontal spacer of with the size of the preferred distance between related elements.
getRelatedVerticalDistance() - Static method in class com.maryanovsky.gwtutils.client.ui.GwtUiDefaults
Returns the preferred vertical distance between related elements.
getRelatedVerticalStrut() - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Returns a vertical spacer of with the size of the preferred distance between related elements.
getRelativeCoordinates(Touch, Element) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Returns the location of the specified touch in the coordinate system of the specified element.
getRequestMaker() - Method in class com.maryanovsky.gwtutils.client.Application.RequestMakerResponseHandlerPair
 
getRequestUrl() - Method in class com.maryanovsky.gwtutils.client.net.XmlResponseHandler
Returns the request URL.
getResolutions() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.TileSet
Returns the list of resolutions (map units per pixel) at which this tile set has tiles.
getResultCallback() - Method in class com.maryanovsky.gwtutils.client.Application.RequestMakerResponseHandlerPair
 
getResX() - Method in class com.maryanovsky.map.client.opengis.wms.BoundingBox
Returns the resolution on the X axis; 0 if unspecified.
getResY() - Method in class com.maryanovsky.map.client.opengis.wms.BoundingBox
Returns the resolution on the Y axis; 0 if unspecified.
getRight() - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Same as getX() + getWidth().
getRight() - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Same as getX() + getWidth().
getRigidArea(int, int) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Creates a spacer of the specified dimensions.
getSafariVersion() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns the Safari version number (the one used for marketing, like 4.0).
getScale() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchChangeEvent
Returns the factor by which the user changed the distance between his fingers.
getScale() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchEndEvent
Returns the factor by which the user changed the distance between his fingers.
getScaleHint() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the ScaleHint for this layer; null if none.
getScrollDelay() - Method in class com.maryanovsky.gwtutils.client.ui.ButtonScrollPanel
Returns the delay between scrolls, in milliseconds.
getScrollStep() - Method in class com.maryanovsky.gwtutils.client.ui.ButtonScrollPanel
Returns the number of pixels a single step scrolls.
getSecond() - Method in class com.maryanovsky.gwtutils.client.Pair
Returns the second object.
getSecond() - Method in class com.maryanovsky.gwtutils.client.Triple
Returns the second object.
getSecondFingerLocation() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchStartEvent
Returns the location of the second finger, in the target element's coordinate system.
getSelectedIndex() - Method in class com.maryanovsky.gwtutils.client.ui.DropDownList
Returns the currently selected index; -1 if none.
getSettingsUrl() - Method in class com.maryanovsky.gwtutils.client.Application
Returns the URL of the settings file.
getSinusoidalProgress() - Method in class com.maryanovsky.gwtutils.client.ui.Animation
Returns the sinusoidal progression of the animation, i.e.
getSize() - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the size of the rectangle.
getSize(Size) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the size of the rectangle.
getSize() - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns the size of the rectangle.
getSize(Size) - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns the size of the rectangle.
getSizePixels(MapWidget) - Method in class com.maryanovsky.map.client.widgets.scale.EarthScale
Returns the size of the displayed scale, in pixels, or 0 if the scale should not be displayed.
getSizePixels(MapWidget) - Method in interface com.maryanovsky.map.client.widgets.scale.ScaleWidget.Scale
Returns the size of the displayed scale, in pixels, or 0 if the scale should not be displayed.
getSizeText(MapWidget) - Method in class com.maryanovsky.map.client.widgets.scale.EarthScale
Returns the value displayed on the scale widget, or null if the scale value should not be displayed.
getSizeText(MapWidget) - Method in interface com.maryanovsky.map.client.widgets.scale.ScaleWidget.Scale
Returns the value displayed on the scale widget, or null if the scale value should not be displayed.
getSourceEvent() - Method in class com.maryanovsky.gwtutils.client.event.SyntheticEvent
Returns the event that caused this event to be synthesized.
getSouthWest() - Method in class com.maryanovsky.map.client.LatLngBounds
Returns the south-western point.
getSpacing() - Method in class com.maryanovsky.gwtutils.client.ui.Accordion
Returns the spacing between the widgets.
getSrs() - Method in class com.maryanovsky.map.client.opengis.wms.BoundingBox
Retuns the spatial reference system in which this box is defined.
getSrs() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.TileSet
Returns the spatial reference system (SRS) of this tile set.
getSrses() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the list of SRSes for this layer.
getSrsToBoundingBoxMap() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns a map of SRSes to bounding boxes of this layer in that SRS.
getStateOrProvince() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ContactInformation.Address
Returns the state or province.
getString(int) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Returns the element at the specified index, as a String.
getStringList(String) - Method in class com.maryanovsky.gwtutils.client.Properties
Returns the value of the specified property, parsed a list of comma-separated strings.
getStringList(String, String[]) - Method in class com.maryanovsky.gwtutils.client.Properties
Returns the value of the specified property, parsed as a list of comma-separated strings, or the specified default value if there is no property with the specified name.
getStringProperty(JavaScriptObject, String) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns the specified string property of the specified JavaScript object.
getStyles() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the list of styles for this layer.
getStyles() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.TileSet
Returns the unparsed value of the Styles element.
getStyleSheetUrl() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Style
Returns the style sheet URL; may be null.
getStyleUrl() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Style
Returns the style URL; may be null.
getTagName(Element) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Returns the tag name of the specified element.
getTapCount() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.tap.TapEvent
Returns the number of taps that have occurred.
getTapLocation() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.tap.TapEvent
Returns the location of the tap(s), in the target element's coordinate system.
getTargetCoordinates(Touch) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Returns the location of the specified touch in the coordinate system of the target element.
getTemporaryOffset() - Method in class com.maryanovsky.map.client.MapWidget
Returns the temporary offset of the map, in pixels, from its "official", permanent, location.
getText() - Method in class com.maryanovsky.gwtutils.client.ui.ImageButton
Returns the text of the button.
getTextContent(Element) - Static method in class com.maryanovsky.gwtutils.client.text.ParseUtils
Returns the text content of the specified element by concatenating the data of all its Text child nodes.
getThird() - Method in class com.maryanovsky.gwtutils.client.Triple
Returns the third object.
getTile(int, int, int) - Method in class com.maryanovsky.map.client.ImageTileLayer
Returns the tile to display at the specified location (in pixels, relative to the top-left of the map) and zoom.
getTile(int, int, int) - Method in class com.maryanovsky.map.client.opengis.wms.TileSetLayer
Returns the tile to display at the specified location (in pixels, relative to the top-left of the map) and zoom.
getTile(int, int, int) - Method in interface com.maryanovsky.map.client.TileLayer
Returns the tile to display at the specified location (in pixels, relative to the top-left of the map) and zoom.
getTileCoverSize() - Method in class com.maryanovsky.map.client.MapWidget
Returns the current size of the tile cover, as a percentage of the size of the widget itself.
getTileSets() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns the list of Capabilities.TileSets supported by the service.
getTileSetsByLayerName(String) - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns a list of Capabilities.TileSets which display the specified layer.
getTileSize() - Method in class com.maryanovsky.map.client.ImageTileLayer
Returns the size of tiles.
getTileSize() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.TileSet
Returns the size of the tiles.
getTileSize() - Method in class com.maryanovsky.map.client.opengis.wms.TileSetLayer
Returns the size of the tiles.
getTileSize() - Method in interface com.maryanovsky.map.client.TileLayer
Returns the size of the tiles.
getTileUrl(int, int, int) - Method in class com.maryanovsky.map.client.ImageTileLayer
Returns the URL of the tile image at the specified zoom and indices, or null if none.
getTileUrl(String, String, String) - Method in class com.maryanovsky.map.client.ImageTileLayer
Returns the URL of the tile image at the specified zoom and indices.
getTileUrl(int, int, int) - Method in class com.maryanovsky.map.client.osm.OsmTileLayer
Returns the URL of the tile image at the specified zoom and indices, or null if none.
getTitle() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns the title of the service.
getTitle() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Attribution
Returns a short description of the provider; may be null.
getTitle() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns the title of this layer.
getTitle() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Style
Returns the title of the style.
getTop() - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Same as Rectangle.getY().
getTop() - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Same as RectangleView.getY().
getTopLeft() - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the location of the top-left point.
getTopLeft(Point) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the location of the top-left point of the rectangle.
getTopLeft() - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns the location of the top-left point of the rectangle.
getTopLeft(Point) - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns the location of the top-left point of the rectangle.
getTopLeft(Widget) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Returns the top-left location of an absolutely positioned widget from its "top" and "left" style attributes.
getTopLevelLayer() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns the toplevel layer provided by this service.
getTopRight() - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the location of the top-right point.
getTopRight(Point) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the location of the top-right point of the rectangle.
getTopRight() - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns the location of the top-right point of the rectangle.
getTopRight(Point) - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns the location of the top-right point of the rectangle.
getTopWidget() - Method in class com.maryanovsky.gwtutils.client.ui.PilePanel
Returns the widget at the top (the one with the highest z-index).
getTouchEventsSource() - Method in class com.maryanovsky.map.client.MapWidget
Returns the source of touch events for the map widget.
getTrailingAlignment() - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Returns the alignment constant corresponding to the end of the line in reading order.
getType() - Static method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.click.ClickEvent
Returns the event type associated with click events.
getType() - Static method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragCancelEvent
Returns the event type associated with drag cancel events.
getType() - Static method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragEndEvent
Returns the event type associated with drag end events.
getType() - Static method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragMoveEvent
Returns the event type associated with mouse-drag events.
getType() - Static method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragStartEvent
Returns the event type associated with drag start events.
getType() - Static method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollDownEvent
Returns the event type associated with mouse wheel scroll-down events.
getType() - Static method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollUpEvent
Returns the event type associated with mouse wheel scroll-up events.
getType() - Static method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap.ButtonTapEvent
Returns the event type associated with button-tap events.
getType() - Static method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragCancelEvent
Returns the event type associated with drag cancel events.
getType() - Static method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragEndEvent
Returns the event type associated with drag end events.
getType() - Static method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragMoveEvent
Returns the event type associated with drag move events.
getType() - Static method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragStartEvent
Returns the event type associated with drag start events.
getType() - Static method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap.MultiFingerTapEvent
Returns the event type associated with multi-finger tap events.
getType() - Static method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchCancelEvent
Returns the event type associated with pinch cancel events.
getType() - Static method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchChangeEvent
Returns the event type associated with pinch change events.
getType() - Static method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchEndEvent
Returns the event type associated with pinch end events.
getType() - Static method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchStartEvent
Returns the event type associated with pinch start events.
getType() - Static method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.tap.TapEvent
Returns the event type associated with tap events.
getType() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.MetadataUrl
Returns the standard to which the metadata complies.
getUncaughtExceptionHandler() - Method in class com.maryanovsky.gwtutils.client.Application
Returns the uncaught exception handler for the application.
getUnit() - Method in class com.maryanovsky.gwtutils.client.ui.CssLength
Returns the CSS unit.
getUnits() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Dimension
Returns the units of the Dimension.
getUnitSymbol() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Dimension
Returns the unit symbol of the Dimension units.
getUnrelatedHorizontalDistance() - Static method in class com.maryanovsky.gwtutils.client.ui.GwtUiDefaults
Returns the preferred horizontal distance between unrelated elements.
getUnrelatedHorizontalStrut() - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Returns a horizontal spacer of with the size of the preferred distance between unrelated elements.
getUnrelatedVerticalDistance() - Static method in class com.maryanovsky.gwtutils.client.ui.GwtUiDefaults
Returns the preferred vertical distance between unrelated elements.
getUnrelatedVerticalStrut() - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Returns a vertical spacer of with the size of the preferred distance between unrelated elements.
getUrl() - Method in class com.maryanovsky.gwtutils.client.net.HttpTextRequestMaker
Returns the URL of the requested resource.
getUrl() - Method in class com.maryanovsky.gwtutils.client.net.JsonpTextRequestMaker
Returns the URL of the requested resource.
getUrl() - Method in interface com.maryanovsky.gwtutils.client.net.RequestMaker
Returns the URL of the requested resource.
getUrl() - Method in class com.maryanovsky.gwtutils.client.net.UrlBuilder
Returns the built URL.
getUrl() - Method in class com.maryanovsky.gwtutils.client.ui.PlainHyperlink
Returns the URL the link points to.
getUrl() - Method in class com.maryanovsky.gwtutils.client.ui.UrlImagePrototype
Returns the image's URL.
getUrl() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns the URL of the service.
getUrl() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Attribution
Returns the URL of the provider; may be null.
getUrl() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.UrlWithFormat
Returns the URL of the document.
getUrlParams(Map<String, String>) - Static method in class com.maryanovsky.gwtutils.client.Utils
Adds the URL parameters of window.location to specified map and returns it.
getUrlParams() - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns the URL parameters of window.location.
getUrlPrefix() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.GetMapRequestInfo
Returns the prefix of the URLs for retrieving map images via a GetMap request.
getUserEventWidget() - Method in class com.maryanovsky.map.client.MapWidget
Returns the widget with which event listeners should be registered in order to receive user interaction events from the map widget.
getValue() - Method in class com.maryanovsky.gwtutils.client.ui.CssLength
Returns the value.
getValue() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Extent
Returns the value of the Extent.
getValue() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Identifier
Returns the value of the identifier.
getVersionScaledToDisplay() - Method in class com.maryanovsky.map.client.Map
Returns a variant of this Map properly scaled to be displayed on displays where the number of logical pixels per device pixel is not 1, such as iPhone retina displays.
getVerticalAlignment() - Method in enum com.maryanovsky.gwtutils.client.ui.Alignment
Returns the vertical alignment constant.
getVerticalStrut(int) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Creates a vertical spacer of the specified height.
getVisibility(Widget) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Returns whether the specified widget's "visibility" CSS property is not set to "hidden" or "collapsed" or "inherit" and the parent's visibility is false.
getWidget() - Method in class com.maryanovsky.map.client.WidgetOverlay
Returns the widget this overlay adds to the map.
getWidgetCount() - Method in class com.maryanovsky.gwtutils.client.ui.Accordion
Returns the number of widgets in the Accordion.
getWidgetIndex(Widget) - Method in class com.maryanovsky.gwtutils.client.ui.Accordion
Returns the index of the specified widget; -1 if the widget is not a child.
getWidgetPanel() - Method in class com.maryanovsky.map.client.MapWidget
Returns the panel into which widgets can be added over the map.
getWidgetSize(Widget) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Returns the size of the specified widget (offsetWidth, offsetHeight).
getWidth() - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the width of the rectangle.
getWidth() - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns the width of the rectangle.
getWidth() - Method in class com.maryanovsky.gwtutils.client.geom.Size
Returns the width.
getWidth() - Method in interface com.maryanovsky.gwtutils.client.geom.SizeView
Returns the width.
getWidth() - Method in class com.maryanovsky.gwtutils.client.ui.UiBinderLayoutSize
Returns the width.
getWrapSize(int) - Method in class com.maryanovsky.map.client.mapa.Mapa.IcsProjection
Returns the number of pixels after which the map wraps around the earth on each axis at the specified zoom.
getWrapSize(int) - Method in interface com.maryanovsky.map.client.Projection
Returns the number of pixels after which the map wraps around the earth on each axis at the specified zoom.
getWrapSize(int) - Method in class com.maryanovsky.map.client.projections.AbstractProjection
Delegates to AbstractProjection.getWrapSizeImpl(int) and caches the results.
getWrapSizeImpl(int) - Method in class com.maryanovsky.map.client.projections.AbstractProjection
Returns the wrap size at the specified zoom.
getX() - Method in class com.maryanovsky.gwtutils.client.geom.DoublePoint
Returns the X coordinate.
getX() - Method in interface com.maryanovsky.gwtutils.client.geom.DoublePointView
Returns the X coordinate.
getX() - Method in class com.maryanovsky.gwtutils.client.geom.Point
Returns the X coordinate.
getX() - Method in interface com.maryanovsky.gwtutils.client.geom.PointView
Returns the X coordinate.
getX() - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the X coordinate of the top-left point.
getX() - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns the X coordinate of the top-left point.
getX() - Method in class com.maryanovsky.map.client.LatLng
Returns the longitude, in degrees.
getY() - Method in class com.maryanovsky.gwtutils.client.geom.DoublePoint
Returns the Y coordinate.
getY() - Method in interface com.maryanovsky.gwtutils.client.geom.DoublePointView
Returns the Y coordinate.
getY() - Method in class com.maryanovsky.gwtutils.client.geom.Point
Returns the Y coordinate.
getY() - Method in interface com.maryanovsky.gwtutils.client.geom.PointView
Returns the Y coordinate.
getY() - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the Y coordinate of the top-left point.
getY() - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns the Y coordinate of the top-left point.
getY() - Method in class com.maryanovsky.map.client.LatLng
Returns the latitude, in degrees.
getZIndex(Widget) - Method in class com.maryanovsky.gwtutils.client.ui.PilePanel
Returns the z-index of the specified child widget.
getZoom() - Method in class com.maryanovsky.map.client.MapLocationModel
Returns the zoom.
getZoomAnimationLength() - Method in class com.maryanovsky.map.client.MapWidget
Returns the length of zoom animations, in milliseconds.
getZoomMagnification(int, int) - Method in class com.maryanovsky.map.client.mapa.Mapa.IcsProjection
Returns the magnification coefficient between the two specified zooms, i.e.
getZoomMagnification(int, int) - Method in interface com.maryanovsky.map.client.Projection
Returns the magnification coefficient between the two specified zooms, i.e.
getZoomMagnification(int, int) - Method in class com.maryanovsky.map.client.projections.AbstractProjection
Delegates to the ZoomStrategy given to us in the constructor.
getZoomMagnification(int, int) - Method in class com.maryanovsky.map.client.projections.FixedCoefZoomStrategy
See Projection.getZoomMagnification(int, int) for the contract of this method.
getZoomMagnification(int, int) - Method in class com.maryanovsky.map.client.projections.ResolutionListZoomStrategy
See Projection.getZoomMagnification(int, int) for the contract of this method.
getZoomMagnification(int, int) - Method in interface com.maryanovsky.map.client.projections.ZoomStrategy
See Projection.getZoomMagnification(int, int) for the contract of this method.
GlassPane - Class in com.maryanovsky.gwtutils.client.ui
A panel which can be used to cover a panel and prevent mouse events from reaching it.
GlassPane() - Constructor for class com.maryanovsky.gwtutils.client.ui.GlassPane
Creates a new GlassPane.
GroupReadyListener<IT,ST> - Class in com.maryanovsky.gwtutils.client.event
Implements notifying a ReadyListener when a collection of items change between ready and unready states, as a group.
GroupReadyListener(ReadyListener<ST>, ST) - Constructor for class com.maryanovsky.gwtutils.client.event.GroupReadyListener
Creates a new GroupReadyListener with the specified ready listener to report to, and the specified object to report as the source of ready events.
growBy(int, int) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Grows the dimensions of the rectangle by the specified values.
growBy(SizeView) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Grows the dimensions of the rectangle by the specified size.
growBy(PointView) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Grows the dimensions of the rectangle by the values of the specified point.
GwtUiDefaults - Class in com.maryanovsky.gwtutils.client.ui
Defines various usefil UI related values, such as preferred spacing between elements, difference in element sizes which allows aligning them etc.
GwtUiDefaults() - Constructor for class com.maryanovsky.gwtutils.client.ui.GwtUiDefaults
 
GwtUiDefaults.WidgetElementType - Enum in com.maryanovsky.gwtutils.client.ui
The enumeration of types of widgets for which we offer special treatment.

H

handle(HasAllDragHandlers) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.HandlesAllDragEvents
Convenience method to handle all drag events from a source.
handle(HasAllDragHandlers, H) - Static method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.HandlesAllDragEvents
Convenience method to handle all drag events from a source.
handle(HasAllWheelScrollHandlers) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.HandlesAllWheelScrollEvents
Convenience method to handle all mouse wheel scroll events from a source.
handle(HasAllWheelScrollHandlers, H) - Static method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.HandlesAllWheelScrollEvents
Convenience method to handle all mouse wheel scroll events from a source.
handle(HasAllDragHandlers) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.HandlesAllDragEvents
Convenience method to handle all drag events from a source.
handle(HasAllDragHandlers, H) - Static method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.HandlesAllDragEvents
Convenience method to handle all drag events from a source.
handle(HasAllPinchHandlers) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.HandlesAllPinchEvents
Convenience method to handle all pinch events from a source.
handle(HasAllPinchHandlers, H) - Static method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.HandlesAllPinchEvents
Convenience method to handle all pinch events from a source.
handleAllMouseEvents(HasAllMouseHandlers, H) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Adds the specified mouse event handler to the specified mouse event source and returns the proper registration.
handlerManager - Variable in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.MouseGestureRecognizer
The manager of handlers.
handlerManager - Variable in class com.maryanovsky.gwtutils.client.ui.touch.gestures.TouchGestureRecognizer
The manager of handlers.
HandlesAllDragEvents - Class in com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag
Receiver used to handle all drag events.
HandlesAllDragEvents() - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.HandlesAllDragEvents
 
HandlesAllDragEvents - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.drag
Receiver used to handle all drag events.
HandlesAllDragEvents() - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.HandlesAllDragEvents
 
HandlesAllPinchEvents - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch
Receiver used to handle all pinch events.
HandlesAllPinchEvents() - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.HandlesAllPinchEvents
 
HandlesAllWheelScrollEvents - Class in com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll
Receiver used to handle all mouse wheel scroll events.
HandlesAllWheelScrollEvents() - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.HandlesAllWheelScrollEvents
 
HasAllDragHandlers - Interface in com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag
A convenience interface that includes all drag handlers.
HasAllDragHandlers - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.drag
A convenience interface that includes all drag handlers.
HasAllPinchHandlers - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch
A convenience interface that includes all pinch handlers.
HasAllWheelScrollHandlers - Interface in com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll
A convenience interface that includes all mouse wheel scroll handlers.
HasButtonTapHandlers - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap
The interface for allowing button-tap event registration.
HasChange - Interface in com.maryanovsky.gwtutils.client.event
The interface for classes which are capable of notifying registered listeners of some change occurring in them.
HasClickHandlers - Interface in com.maryanovsky.gwtutils.client.ui.mouse.gestures.click
The interface for allowing click event registration.
HasDragCancelHandlers - Interface in com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag
The interface for allowing drag cancel event registration.
HasDragCancelHandlers - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.drag
The interface for allowing drag cancel event registration.
HasDragEndHandlers - Interface in com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag
The interface for allowing drag end event registration.
HasDragEndHandlers - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.drag
The interface for allowing drag end event registration.
HasDragMoveHandlers - Interface in com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag
The interface for allowing drag move event registration.
HasDragMoveHandlers - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.drag
The interface for allowing drag move event registration.
HasDragStartHandlers - Interface in com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag
The interface for allowing drag start event registration.
HasDragStartHandlers - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.drag
The interface for allowing drag start event registration.
hashCode() - Method in class com.maryanovsky.gwtutils.client.geom.Point
Returns the hashcode of this object.
hashCode() - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the hashcode of this object.
hashCode() - Method in class com.maryanovsky.gwtutils.client.geom.Size
Returns the hashcode of this object.
hashCode() - Method in class com.maryanovsky.gwtutils.client.Pair
Returns a hashcode combined from the hashcodes of the two target objects.
hashCode() - Method in class com.maryanovsky.gwtutils.client.Triple
Returns a hashcode combined from the hashcodes of the three target objects.
hashCode(Object) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns a hash code for the specified object, or if the object is null, returns 0.
hashCode(double) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns the hash code for the specified double value.
hashCode(long) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns the hash code for the specified long value.
hashCode(int, int) - Static method in class com.maryanovsky.gwtutils.client.Utils
Returns a hash code for the two specified hash codes.
hashCode() - Method in class com.maryanovsky.map.client.LatLng
Returns the hashcode of this object.
HasMultiFingerTapHandlers - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap
The interface for allowing multi-finger tap event registration.
HasPinchCancelHandlers - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch
The interface for allowing pinch cancel event registration.
HasPinchChangeHandlers - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch
The interface for allowing pinch change event registration.
HasPinchEndHandlers - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch
The interface for allowing pinch end event registration.
HasPinchStartHandlers - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch
The interface for allowing pinch start event registration.
HasTapHandlers - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.tap
The interface for allowing tap event registration.
hasTouchEventsSupport() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether the browser supports touch events.
HasWheelScrollDownHandlers - Interface in com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll
The interface for allowing mouse wheel scroll-down event registration.
HasWheelScrollUpHandlers - Interface in com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll
The interface for allowing mouse wheel scroll-up event registration.
HttpTextRequestMaker - Class in com.maryanovsky.gwtutils.client.net
An implementation of RequestMaker<String> that uses a RequestBuilder to make the request.
HttpTextRequestMaker(RequestBuilder) - Constructor for class com.maryanovsky.gwtutils.client.net.HttpTextRequestMaker
Creates a new HttpTextRequestMaker which will send the request using the specified RequestBuilder.
HYBRID_TILE_LAYER - Static variable in class com.maryanovsky.map.client.mapa.Mapa
The hybrid tile layer.

I

image - Variable in class com.maryanovsky.map.client.tiles.ImageTile
The Image widget we're using to display the tile image.
ImageBordersPanel - Class in com.maryanovsky.gwtutils.client.ui
A panel which decorates its contents with a border specified by 16 images (3 at each side and one at each corner).
ImageBordersPanel(ImageBordersPanel.BorderImages) - Constructor for class com.maryanovsky.gwtutils.client.ui.ImageBordersPanel
Creates a new ImageBordersPanel with the specified ImageBordersPanel.BorderImages.
ImageBordersPanel.BorderImages - Interface in com.maryanovsky.gwtutils.client.ui
The interface specifying the images.
ImageButton - Class in com.maryanovsky.gwtutils.client.ui
An button widget with an image (with rollover and selection effects) and an optional label.
ImageButton(String) - Constructor for class com.maryanovsky.gwtutils.client.ui.ImageButton
Creates an ImageButton with the specified image URL, which will be used for all button states (normal, rollover, selected, disabled).
ImageButton(ImageResource) - Constructor for class com.maryanovsky.gwtutils.client.ui.ImageButton
Creates a new ImageButton with the specified image resource, which will be used for all button states (normal, rollover, selected, disabled).
ImageButton(AbstractImagePrototype) - Constructor for class com.maryanovsky.gwtutils.client.ui.ImageButton
Creates an ImageButton with the specified image prototype, which will be used for all button states (normal, rollover, selected, disabled).
ImageButton(String, String, String, String) - Constructor for class com.maryanovsky.gwtutils.client.ui.ImageButton
Creates an ImageButton with images retrieved from the specified URLs.
ImageButton(ImageResource, ImageResource, ImageResource, ImageResource) - Constructor for class com.maryanovsky.gwtutils.client.ui.ImageButton
 
ImageButton(AbstractImagePrototype, AbstractImagePrototype, AbstractImagePrototype, AbstractImagePrototype) - Constructor for class com.maryanovsky.gwtutils.client.ui.ImageButton
Creates an ImageButton with images retrieved from the specified image prototypes.
imageFailed(String) - Method in interface com.maryanovsky.gwtutils.client.ui.ImageLoadListener
Invoked when the image failed loading.
imageLoaded(String, int, int) - Method in interface com.maryanovsky.gwtutils.client.ui.ImageLoadListener
Invoked when the image finishes loading successfully.
ImageLoadingManager - Class in com.maryanovsky.gwtutils.client.ui
Implements a queue of images to be loaded by the browser.
ImageLoadingManager() - Constructor for class com.maryanovsky.gwtutils.client.ui.ImageLoadingManager
 
ImageLoadListener - Interface in com.maryanovsky.gwtutils.client.ui
The interface for getting notified when an image finishes loading.
ImagesNodeTile - Class in com.maryanovsky.map.client.tiles
A NodeTile where the node contains no dynamic content other than images loaded via an IMG element.
ImagesNodeTile(Node, SizeView) - Constructor for class com.maryanovsky.map.client.tiles.ImagesNodeTile
Creates a new ImagesNodeTile with the specified content node and tile size.
ImageTile - Class in com.maryanovsky.map.client.tiles
A Tile implementation which uses an image from a specified URL.
ImageTile(String) - Constructor for class com.maryanovsky.map.client.tiles.ImageTile
Creates a new Tile with the specified image url.
ImageTileLayer - Class in com.maryanovsky.map.client
An implementation of tile layers in which each tile consists of a single image retrieved from a URL.
ImageTileLayer(SizeView, String) - Constructor for class com.maryanovsky.map.client.ImageTileLayer
Creates a new ImageTileLayer with the specified tile image size and tile URL pattern.
InertialDragPanAction - Class in com.maryanovsky.map.client.actions.touch
Pans the map as the user drags his finger across the map widget, continuing the panning after the user lifted his finger, as if the map had inertia over a surface with friction.
InertialDragPanAction(MapWidget, int) - Constructor for class com.maryanovsky.map.client.actions.touch.InertialDragPanAction
Creates a new InertialDragPanAction for the specified map widget with the specified deceleration duration, in milliseconds.
InlineFlowPanel - Class in com.maryanovsky.gwtutils.client
Provides functionality equivalent to FlowPanel, but wraps a span element instead of a div.
InlineFlowPanel() - Constructor for class com.maryanovsky.gwtutils.client.InlineFlowPanel
Creates a new InlineFlowPanel.
InlineSimplePanel - Class in com.maryanovsky.gwtutils.client.ui
A SimplePanel which wraps another widget in a span element.
InlineSimplePanel() - Constructor for class com.maryanovsky.gwtutils.client.ui.InlineSimplePanel
Creates a new InlineSimplePanel.
InlineSimplePanel(Widget) - Constructor for class com.maryanovsky.gwtutils.client.ui.InlineSimplePanel
Creates a new InlineSimplePanel which will wrap the specified widget.
insert(Widget, int) - Method in class com.maryanovsky.gwtutils.client.InlineFlowPanel
Inserts a widget at the specified index.
insert(Widget, double, Widget, double, int) - Method in class com.maryanovsky.gwtutils.client.ui.Accordion
Adds a widget with the specified header at the specified index.
insert(Widget, Widget, int) - Method in class com.maryanovsky.gwtutils.client.ui.DefaultSizeAccordion
Inserts a widget and a header at the specified position.
insertItem(String, int) - Method in class com.maryanovsky.gwtutils.client.ui.DropDownList
Inserts an item at the specified index.
INSTANCE - Static variable in class com.maryanovsky.map.client.osm.OsmMercatorProjection
The sole instance.
INTEGER_TRANSCODER - Static variable in interface com.maryanovsky.gwtutils.client.text.Transcoder
An int transcoder (to/from decimal representation).
intersects(RectangleView) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns whether this rectangle intersects with the specified one.
intersects(RectangleView) - Method in interface com.maryanovsky.gwtutils.client.geom.RectangleView
Returns whether this rectangle intersects with the specified one.
INVALID_DIMENSION_VALUE_EXCEPTION_CODE - Static variable in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
The InvalidDimensionValue exception code.
INVALID_FORMAT_EXCEPTION_CODE - Static variable in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
The InvalidFormat exception code.
INVALID_SRS_EXCEPTION_CODE - Static variable in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
The InvalidSRS exception code.
INVALID_UPDATE_SEQUENCE_EXCEPTION_CODE - Static variable in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
The InvalidUpdateSequence exception code.
invalidPropertyException(String, String) - Method in class com.maryanovsky.gwtutils.client.Properties
Returns the exception to throw when encountering an invalid property.
isAncestorOf(Widget, Widget) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Returns whether ancestor is an ancestor of the specified widget.
isAndroid() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we are running on an Android device.
isAnimate() - Method in class com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget
Returns whether we attempt to animate zoom changes.
isAnimated - Variable in class com.maryanovsky.map.client.actions.MapAction
Whether whatever transition the action applies should be animated.
isAnimatedZoomSupported() - Static method in class com.maryanovsky.map.client.MapWidget
Deprecated. 
isAppleWebKit() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we are running in an AppleWebKit browser.
isAppleWebKitOnAndroid() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we are running in an AppleWebKit browser, on an Android device.
isBoundsWidgetDragged() - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Returns whether the bounds widget is currently being dragged.
isCancelBubbling(Event) - Method in class com.maryanovsky.gwtutils.client.ui.EventCancellingPanel
Returns whether we should cancel the bubbling of the the specified event.
isCurrent() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Extent
Returns whether the temporal data are normally kept current and the request parameter TIME may include the keyword "current" instead of an ending value.
isEmpty() - Method in class com.maryanovsky.gwtutils.client.geom.Size
Returns true if either the width or height are 0.
isEmpty() - Method in interface com.maryanovsky.gwtutils.client.geom.SizeView
Returns true if either the width or height are 0.
isEnabled() - Method in class com.maryanovsky.gwtutils.client.ui.ImageButton
Returns the enabled state of the button.
isEnabled() - Method in class com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget
Returns whether the widget is enabled.
isGecko() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we are running in a Gecko based browser.
isGrabCursor() - Method in class com.maryanovsky.map.client.MapWidget
Returns whether the map widget will have the grab cursor.
isIE() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we are running in MSIE.
isIE6() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we are running in MSIE 6.
isIE7() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we are running in MSIE 7.
isIE8() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we are running in MSIE 8.
isLegalZoom(int) - Method in class com.maryanovsky.map.client.MapLocationModel
Returns whether the specified zoom is within the zoom bounds of this MapLocationModel.
isLinux() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we're running on Linux.
isLoadTilesDuringTemporaryChanges() - Method in class com.maryanovsky.map.client.MapWidget
Returns whether tiles are loaded during temporary changes in the map's location.
isMacOS() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we're running on Mac OS.
isMobileAppleWebKit() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we are running in a mobile version of an AppleWebKit browser.
isMozilla() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we are running in a Mozilla browser.
isMulipleValuesAllowed() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Extent
Returns whether the client may specify multiple values in the request.
isNativeMouseButton(int) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Returns whether the specified value is one of NativeEvent.BUTTON_LEFT, NativeEvent.BUTTON_MIDDLE or NativeEvent.BUTTON_RIGHT.
isNearestValues() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer.Extent
Returns whether the server will round off imprecise values.
isOpaque() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns whether this layer is opaque.
isOpera() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we are running in Opera.
isPreventDefault(Event) - Method in class com.maryanovsky.gwtutils.client.ui.EventCancellingPanel
Returns whether we should prevent the default action for the specified event.
isQueryable() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns whether this layer is queryable.
isReady() - Method in class com.maryanovsky.map.client.Tile
Returns whether this tile is currently ready.
isReallyReady(Element) - Method in class com.maryanovsky.map.client.tiles.ImagesNodeTile
Invoked when a child image element sends a load event.
isRunning() - Method in class com.maryanovsky.gwtutils.client.ui.Animation
Returns whether the animation is currently running.
isSafari() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we are running in Safari.
isScrollOnMouseOver() - Method in class com.maryanovsky.gwtutils.client.ui.ButtonScrollPanel
Returns whether the scrolling occurs on mouse-over.
isSubsettable() - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.Layer
Returns whether this layer is subsettable.
isToggled() - Method in class com.maryanovsky.gwtutils.client.ui.ToggleImageButton
Returns whether this button is currently toggled.
isWidgetVisible(int) - Method in class com.maryanovsky.gwtutils.client.ui.Accordion
Returns whether the widget at the specified index is visible.
isWidgetVisible(Widget) - Method in class com.maryanovsky.gwtutils.client.ui.Accordion
Returns whether the specified widget is visible.
isWindows() - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Returns whether we're running on MS Windows.
isWindowScrollingEnabled() - Method in class com.maryanovsky.gwtutils.client.Application
Returns whether window scrolling should be enabled for the application.
iterator() - Method in class com.maryanovsky.gwtutils.client.ui.ButtonScrollPanel
Returns an iterator listing the sole child, if any.

J

join() - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Converts each element of the array into a string and joins them together with a comma separator.
join(String) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Converts each element of the array into a string and joins them together with the specified separator.
JsMixedArray - Class in com.maryanovsky.gwtutils.client
An overlay for a non-homogenous JavaScript array.
JsMixedArray() - Constructor for class com.maryanovsky.gwtutils.client.JsMixedArray
The required no-arg protected constructor.
JsonpTextRequestMaker - Class in com.maryanovsky.gwtutils.client.net
An implementation of RequestMaker<String> that uses a JsonpRequestBuilder to make the request.
JsonpTextRequestMaker(JsonpRequestBuilder, String) - Constructor for class com.maryanovsky.gwtutils.client.net.JsonpTextRequestMaker
Creates a new JsonpTextRequestMaker which will send the request to the specified URL using the specified JsonpRequestBuilder.

L

LargeZoomWidget - Class in com.maryanovsky.map.client.widgets.zoom
A large zoom widget, with both zoom in and zoom out buttons and a "ladder" of zooms where the user can select and see the current zoom.
LargeZoomWidget(MapWidget, LargeZoomWidget.Images) - Constructor for class com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget
Creates a new LargeZoomWidget for the specified MapWidget and specifying the source of images for this widget.
LargeZoomWidget(MapWidget) - Constructor for class com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget
Creates a new LargeZoomWidget for the specified MapWidget using the default images.
LargeZoomWidget.Images - Interface in com.maryanovsky.map.client.widgets.zoom
A bundle of images used by the widget.
LatLng - Class in com.maryanovsky.map.client
Represents a location on the surface of the Earth.
LatLng(double, double) - Constructor for class com.maryanovsky.map.client.LatLng
Creates a new LatLng at the specified latitude and longitude.
LatLngBounds - Class in com.maryanovsky.map.client
Represents an area bounded by minimum and maximum latitude and longitude values (a rectangle, in geographical coordinates).
LatLngBounds(LatLng) - Constructor for class com.maryanovsky.map.client.LatLngBounds
Creates a new LatLngBounds that represents an empty rectangle centered at the specified point.
LatLngBounds(LatLng, LatLng) - Constructor for class com.maryanovsky.map.client.LatLngBounds
Creates a new LatLngBounds that represents the rectangle bounded by the specified south-west and north-east points.
LAYER_NOT_DEFINED_EXCEPTION_CODE - Static variable in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
The LayerNotDefined exception code.
LAYER_NOT_QUERIABLE_EXCEPTION_CODE - Static variable in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
The LayerNotQueryable exception code.
left() - Method in interface com.maryanovsky.gwtutils.client.ui.ImageBordersPanel.BorderImages
 
left() - Method in interface com.maryanovsky.map.client.widgets.scale.ScaleWidget.Images
The left part of the scale.
leftBottom() - Method in interface com.maryanovsky.gwtutils.client.ui.ImageBordersPanel.BorderImages
 
leftTop() - Method in interface com.maryanovsky.gwtutils.client.ui.ImageBordersPanel.BorderImages
 
leg() - Method in interface com.maryanovsky.map.client.widgets.bubble.BubbleWidget.Images
The "leg" of the bubble.
length() - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Returns the size of the array.
load(String, ImageLoadListener) - Static method in class com.maryanovsky.gwtutils.client.ui.ImageLoadingManager
Adds an image to be loaded, and notify the specified ImageLoadListener of the loading status.
localToMap(PointView) - Method in class com.maryanovsky.map.client.MapWidget
Converts from local (in the widget's coordinate system), pixel coordinates to map coordinates.
log2(double) - Static method in class com.maryanovsky.gwtutils.client.MathUtils
Returns the logarithm of x, base-2.
longitudeWraps - Variable in class com.maryanovsky.map.client.projections.AbstractProjection
Whether the map wraps around the X (longitude) axis.
LTR - Static variable in class com.maryanovsky.gwtutils.client.ui.UiUtils
The delegate for left-to-right languages.

M

MAGNIFICATION_PROPERTY_NAME - Static variable in class com.maryanovsky.map.client.MapWidget
The property name for magnification of the map widget.
make(int, int, Point) - Static method in class com.maryanovsky.gwtutils.client.geom.Point
Returns a Point with the specified coordinates.
make(int, int, int, int, Rectangle) - Static method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns a Rectangle with the specified values.
make(int, int, Size) - Static method in class com.maryanovsky.gwtutils.client.geom.Size
Returns a Size with the specified size.
makeAnchorDraggableByMouse(HasAllMouseHandlers, boolean) - Method in class com.maryanovsky.map.client.WidgetOverlay
Makes the overlay draggable (via the specified drag handle) using the mouse in such a way that dragging it adjusts its anchor, but not the offset.
makeAnchorDraggableByTouch(HasAllTouchHandlers, boolean) - Method in class com.maryanovsky.map.client.WidgetOverlay
Makes the overlay draggable (via the specified drag handle) by touch in such a way that dragging it adjusts its anchor, but not the offset.
makeCenter() - Static method in class com.maryanovsky.gwtutils.client.ui.AlignPanel
Returns an AlignPanel which positions its child in the center.
makeCenter(Widget) - Static method in class com.maryanovsky.gwtutils.client.ui.AlignPanel
Returns an AlignPanel which positions the specified child in the center.
makeContinuationCallback() - Method in class com.maryanovsky.gwtutils.client.ui.Wizard
Returns dialog callback which can be used in intermediate dialogs to deny if the user denies, and continue to the next stage if he confirms.
makeCover(PointView, PointView) - Static method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns the smallest rectangle which contains both specified points.
makeDialogPanel(Widget) - Static method in class com.maryanovsky.gwtutils.client.ui.GwtUiDefaults
Makes a "dialog" panel from the specified widget.
makeDraggable(Draggable, Collection<? extends DropTarget>, Collection<? extends DndListener>) - Static method in class com.maryanovsky.gwtutils.client.ui.dnd.DragAndDrop
Makes the specified Draggable actually draggable into the specified set of DropTargets.
makeDraggable(Widget, HasAllMouseHandlers, HandlesAllDragEvents) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Makes the specified widget draggable via the specified drag handle.
makeFinishCallback() - Method in class com.maryanovsky.gwtutils.client.ui.Wizard
Returns a dialog callback which can be used as the callback of the last stage - it denies to the global callback if the user denies, and confirms if the user confirms.
makeGetRequestUrl(String) - Static method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Returns the URL of a full HTTP GET GetCapabilities request using the specified base URL.
makeImageTile(String) - Static method in class com.maryanovsky.map.client.tiles.ImageTile
Creates a new Tile which will display the image at the specified URL.
makeLabelFor(String) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Creates a label to be a label for some other element.
makeNonDraggable() - Method in class com.maryanovsky.map.client.WidgetOverlay
Makes the overlay non-draggable.
makeOffsetDraggableByMouse(HasAllMouseHandlers, boolean) - Method in class com.maryanovsky.map.client.WidgetOverlay
Makes the overlay draggable (via the specified drag handle) using the mouse in such a way that dragging it adjusts the offset, but not the anchor.
makeOffsetDraggableByTouch(HasAllTouchHandlers, boolean) - Method in class com.maryanovsky.map.client.WidgetOverlay
Makes the overlay draggable (via the specified drag handle) by touch in such a way that dragging it adjusts the offset, but not the anchor.
makePallettePanel(Widget) - Static method in class com.maryanovsky.gwtutils.client.ui.GwtUiDefaults
Makes a "pallette" panel from the specified widget.
makeUndraggable(Object) - Static method in class com.maryanovsky.gwtutils.client.ui.dnd.DragAndDrop
Makes the Draggable
Map - Class in com.maryanovsky.map.client
Represents a map, which is a stack of TileLayers.
Map(Projection, List<TileLayer>, int, int) - Constructor for class com.maryanovsky.map.client.Map
Creates a new Map with the specified projection, stack of tile layers and zoom range.
Map(Projection, TileLayer, int, int) - Constructor for class com.maryanovsky.map.client.Map
Creates a new Map with the specified projection, tile layer and zoom range.
MAP_PROPERTY_NAME - Static variable in class com.maryanovsky.map.client.MapWidget
The property name for the map this widget is displaying.
Mapa - Class in com.maryanovsky.map.client.mapa
Mapa's (mapa.co.il) projection and tile layers.
Mapa() - Constructor for class com.maryanovsky.map.client.mapa.Mapa
 
Mapa.IcsProjection - Class in com.maryanovsky.map.client.mapa
The Israel Cassini-Soldner projection.
Mapa.IcsProjection() - Constructor for class com.maryanovsky.map.client.mapa.Mapa.IcsProjection
 
MapAction<T> - Class in com.maryanovsky.map.client.actions
A convenience base class for all map actions.
MapAction(MapWidget) - Constructor for class com.maryanovsky.map.client.actions.MapAction
Creates a new MapAction that will act on the specified map widget.
MapAction(MapWidget, boolean) - Constructor for class com.maryanovsky.map.client.actions.MapAction
Creates a new MapAction that will act on the specified map widget with possibly animated transitions.
MapLocationModel - Class in com.maryanovsky.map.client
Represents the location on the map displayed by a MapWidget: latitude and longitude coordinates and a zoom.
MapLocationModel(int, int, LatLng, int) - Constructor for class com.maryanovsky.map.client.MapLocationModel
Creates a new MapLocationModel with the specified arguments.
mapToLocal(LatLng) - Method in class com.maryanovsky.map.client.MapWidget
Converts from map coordinates to local (in the widget's coordinate system), pixel coordinates.
mapWidget - Variable in class com.maryanovsky.map.client.actions.MapAction
The map widget this action affects.
MapWidget - Class in com.maryanovsky.map.client
A widget displaying a map and possibly other elements on it, and allows interaction with them.
MapWidget(MapLocationModel) - Constructor for class com.maryanovsky.map.client.MapWidget
Creates a new MapWidget with the specified location model.
MapWidget.MapAnimation - Class in com.maryanovsky.map.client
The superclass for map-related animations.
MapWidget.MapAnimation(int, int) - Constructor for class com.maryanovsky.map.client.MapWidget.MapAnimation
Creates a new MapWidget.MapAnimation with the specified duration and desired frames-per-second.
MapWidget.MapAnimation(int) - Constructor for class com.maryanovsky.map.client.MapWidget.MapAnimation
Creates a new MapWidget.MapAnimation with the specified duration.
mark() - Method in interface com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget.Images
Returns the image resource of the ladder's mark.
markReady() - Method in class com.maryanovsky.map.client.Tile
Marks the tile as ready and notifies our ready listener, if any.
markUnready() - Method in class com.maryanovsky.map.client.Tile
Marks the tile as unready and notifies our ready listener, if any.
MathUtils - Class in com.maryanovsky.gwtutils.client
Mathematical utilities.
MathUtils() - Constructor for class com.maryanovsky.gwtutils.client.MathUtils
 
max(int, int...) - Static method in class com.maryanovsky.gwtutils.client.MathUtils
Returns the maximum of the specified values.
MAX_ZOOM - Static variable in class com.maryanovsky.map.client.mapa.Mapa
The maximum zoom.
maybeInitializeEventSystem() - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
If the event system has not yet been initialized, initializes it.
MercatorProjection - Class in com.maryanovsky.map.client.projections
An implementation of the mercator projection.
MercatorProjection(ZoomStrategy, int, SizeView, boolean, double, double) - Constructor for class com.maryanovsky.map.client.projections.MercatorProjection
Creates a new MercatorProjection with the specified arguments.
middle() - Method in interface com.maryanovsky.map.client.widgets.scale.ScaleWidget.Images
The middle, repeating, part of the scale.
min(int, int...) - Static method in class com.maryanovsky.gwtutils.client.MathUtils
Returns the minimum of the specified values.
MIN_ZOOM - Static variable in class com.maryanovsky.map.client.mapa.Mapa
The minimum zoom.
MISSING_DIMENSION_VALUE_EXCEPTION_CODE - Static variable in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
The MissingDimensionValue exception code.
missingPropertyException(String) - Method in class com.maryanovsky.gwtutils.client.Properties
Returns the exception to throw when encountering a missing property.
MouseGestureRecognizer - Class in com.maryanovsky.gwtutils.client.ui.mouse.gestures
The base class for all mouse gesture recognizers.
MouseGestureRecognizer(Object) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.MouseGestureRecognizer
Creates a new MouseGestureRecognizer which will dispatch events with the specified source object.
MouseGestureRecognizer(Object, H) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.MouseGestureRecognizer
Creates a new MouseGestureRecognizer which will dispatch events with the specified source object.
moveBoth(MapWidget, OverviewMapWidget, LatLng) - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget.StandardSynchronization
Invoked to center both the main and the overview map widgets on the specified coordinate.
moveBoth(MapWidget, OverviewMapWidget, LatLng) - Method in interface com.maryanovsky.map.client.widgets.overview.OverviewMapWidget.Synchronization
Invoked to center both the main and the overview map widgets on the specified coordinate.
moveBy(int, int) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Moves this point by the specified offsets.
moveBy(PointView) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Moves this point by the offsets specified by the given point.
moveBy(SizeView) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Moves this point by the offsets specified by the given size.
moveBy(int, int) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Moves the rectangle by the specified offsets.
moveBy(SizeView) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Moves the rectangle by the offsets specified by the given size.
moveBy(PointView) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Moves the rectangle by the offsets specified by the given point.
moveTo(LatLng, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Moves the map to center on the specified coordinate, possibly animating the transition.
multiFingerTapCondition(MultiFingerTapEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap.MultiFingerTapRecognizer
Returns whether the specified MultiFingerTapEvent should be delivered to the handlers.
MultiFingerTapEvent - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap
Represents a multi-finger tap event.
MultiFingerTapEvent(TouchEndEvent, List<PointView>) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap.MultiFingerTapEvent
Creates a new MultiFingerTapEvent from the specified source TouchEndEvent and finger locations.
MultiFingerTapHandler - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap
Handler interface for MultiFingerTapEvents.
MultiFingerTapRecognizer - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap
Recognizes and fires multi-finger, single-tap events.
MultiFingerTapRecognizer(Object) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap.MultiFingerTapRecognizer
Creates a new MultiFingerTapRecognizer which will fire multi-finger tap events with the specified source object.
MultiFingerTapRecognizer(Object, H) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap.MultiFingerTapRecognizer
Creates a new MultiFingerTapRecognizer which will fire multi-finger tap events with the specified source object and use the specified source of touch events.
MultiFingerTapRecognizer(Object, Condition<? super MultiFingerTapEvent>) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap.MultiFingerTapRecognizer
Creates a new MultiFingerTapRecognizer which will fire multi-finger tap events with the specified source object and consult the specified tap condition before doing so.
MultiFingerTapRecognizer(Object, H, Condition<? super MultiFingerTapEvent>) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap.MultiFingerTapRecognizer
Creates a new MultiFingerTapRecognizer which will fire events with the specified source object, use the specified source of touch events and consult the specified tap condition before firing the events.
MultiFingerTapZoomOutAction - Class in com.maryanovsky.map.client.actions.touch
Zooms the map out when the user taps the map widget.
MultiFingerTapZoomOutAction(MapWidget, boolean) - Constructor for class com.maryanovsky.map.client.actions.touch.MultiFingerTapZoomOutAction
Creates a new MultiFingerTapZoomOutAction for the specified map widget, and with optionally animated zoom-out transition.
MultipleHandlerRegistration - Class in com.maryanovsky.gwtutils.client.event
An implementation of HandlerRegistration which holds a collection of registrations and invokes their HandlerRegistration.removeHandler() method when its own method is invoked.
MultipleHandlerRegistration(HandlerRegistration...) - Constructor for class com.maryanovsky.gwtutils.client.event.MultipleHandlerRegistration
Creates a new MultipleHandlerRegistration with the specified registrations.
multiplyBy(double) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Multiples the X and Y coordinates of this point by the specified coefficient.
multiplyBy(double) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Multiplies the coordinates and dimensions of this rectangle by the specified coefficient.
multiplyBy(double) - Method in class com.maryanovsky.gwtutils.client.geom.Size
Multiplies the dimensions of the Size by the specified coefficient.

N

nativeZoom - Variable in class com.maryanovsky.map.client.projections.AbstractProjection
The "native" zoom, at which world size is specified.
nextFrame() - Method in class com.maryanovsky.gwtutils.client.ui.Animation
Displays the next frame of the animation.
nextFrame() - Method in class com.maryanovsky.gwtutils.client.ui.animations.FadeAnimation
Invoked for each frame of the animation.
NodeTile - Class in com.maryanovsky.map.client.tiles
A Tile implementation which uses a specified DOM Node as the tile.
NodeTile(Node, SizeView) - Constructor for class com.maryanovsky.map.client.tiles.NodeTile
Creates a new NodeTile with the specified Node and normal tile size.
NORMAL_TILE_LAYER - Static variable in class com.maryanovsky.map.client.mapa.Mapa
The normal tile layer.
not() - Method in class com.maryanovsky.gwtutils.client.Condition
Returns the logical inverse of this condition.
not(Condition<? super T>) - Static method in class com.maryanovsky.gwtutils.client.Condition
Returns the logical inverse of the specified condition.

O

OFFSET_PROPERTY_NAME - Static variable in class com.maryanovsky.map.client.WidgetOverlay
The name of the offset property.
onAnyResponse() - Method in class com.maryanovsky.gwtutils.client.net.AbstractResponseHandler
Invoked whenever any kind of response arrives, before any of the other methods.
onAnyResponse() - Method in class com.maryanovsky.gwtutils.client.net.XmlResponseHandler
Invoked whenever any kind of response arrives, before any of the other methods.
onAttach() - Method in class com.maryanovsky.gwtutils.client.ui.Wizard
Displays the first stage, or confirms (in a deferred command) if there are no stages.
onAttach() - Method in class com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget
Updates the widget, because only after being attached we know our real size and can position the mark.
onBadlyFormedXml(Response, DOMException) - Method in class com.maryanovsky.gwtutils.client.net.XmlResponseHandler
Invoked when the result could not be parsed as an XML document.
onBadResponse(Document, ParseException) - Method in class com.maryanovsky.gwtutils.client.net.XmlResponseHandler
Invoked when the received response cannot be parsed by XmlResponseHandler.parseResponse(Document).
onBrowserEvent(Event) - Method in class com.maryanovsky.gwtutils.client.ui.EventCancellingPanel
Cancels the bubbling of and/or prevents the default action of the specified event.
onBrowserEvent(Event) - Method in class com.maryanovsky.gwtutils.client.ui.ImageButton
Prevent click events from being fired if the button is disabled.
onButtonTap(ButtonTapEvent) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap.ButtonTapHandler
Invoked when the user taps the button.
onButtonTap(ButtonTapEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TapClickEventsConverter
Invoked when a button-tap occurs.
onClick(ClickEvent) - Method in interface com.maryanovsky.gwtutils.client.ui.mouse.gestures.click.ClickHandler
Invoked when a mouse button is clicked.
onClick(ClickEvent) - Method in class com.maryanovsky.map.client.actions.mouse.ClickPanAction
Invoked when a mouse button is clicked.
onClick(ClickEvent) - Method in class com.maryanovsky.map.client.actions.mouse.ClickZoomInAction
Invoked when a mouse button is clicked.
onDragCancel(Draggable) - Method in interface com.maryanovsky.gwtutils.client.ui.dnd.DndListener
Invoked when the drag-and-drop gesture has been canceled.
onDragCancel() - Method in interface com.maryanovsky.gwtutils.client.ui.dnd.Draggable
Informs the draggable that the drag-and-drop gesture has been canceled.
onDragCancel(Draggable) - Method in interface com.maryanovsky.gwtutils.client.ui.dnd.DropTarget
Invoked when a drag gesture is canceled.
onDragCancel(DragCancelEvent) - Method in interface com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragCancelHandler
Invoked when a drag gesture is cancelled.
onDragCancel(DragCancelEvent) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragCancelHandler
Invoked when a drag gesture is cancelled.
onDragCancel(DragCancelEvent) - Method in class com.maryanovsky.map.client.actions.mouse.AreaSelectionAction
Invoked when the mouse button is released without creating a drag event.
onDragCancel(DragCancelEvent) - Method in class com.maryanovsky.map.client.actions.mouse.DragPanAction
Invoked when a drag gesture is cancelled.
onDragCancel(DragCancelEvent) - Method in class com.maryanovsky.map.client.actions.touch.DragPanAction
Invoked when a drag gesture is cancelled.
onDragCancel(DragCancelEvent) - Method in class com.maryanovsky.map.client.actions.touch.InertialDragPanAction
Invoked when a drag gesture is cancelled.
onDragEnd(DragEndEvent) - Method in interface com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragEndHandler
Invoked when a drag gesture ends.
onDragEnd(DragEndEvent) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragEndHandler
Invoked when a drag gesture ends.
onDragEnd(DragEndEvent) - Method in class com.maryanovsky.map.client.actions.mouse.AreaSelectionAction
Invoked when a drag gesture ends.
onDragEnd(DragEndEvent) - Method in class com.maryanovsky.map.client.actions.mouse.DragPanAction
Invoked when a drag gesture ends.
onDragEnd(DragEndEvent) - Method in class com.maryanovsky.map.client.actions.touch.DragPanAction
Invoked when a drag gesture ends.
onDragEnd(DragEndEvent) - Method in class com.maryanovsky.map.client.actions.touch.InertialDragPanAction
Invoked when a drag gesture ends.
onDragInto(Draggable, DropTarget) - Method in interface com.maryanovsky.gwtutils.client.ui.dnd.DndListener
Invoked when the Draggable is dragged into the specified DropTarget.
onDragInto(Draggable, PointView) - Method in interface com.maryanovsky.gwtutils.client.ui.dnd.DropTarget
Invoked when a Draggable is dragged over the drop widget at the specified coordinates (in the coordinate system of the drop widget).
onDragMove(DragMoveEvent) - Method in interface com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragMoveHandler
Invoked when a drag gesture is in progress.
onDragMove(DragMoveEvent) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragMoveHandler
Invoked when a drag gesture is in progress.
onDragMove(DragMoveEvent) - Method in class com.maryanovsky.map.client.actions.mouse.AreaSelectionAction
Invoked when a drag gesture is in progress.
onDragMove(DragMoveEvent) - Method in class com.maryanovsky.map.client.actions.mouse.DragPanAction
Invoked when a drag gesture is in progress.
onDragMove(DragMoveEvent) - Method in class com.maryanovsky.map.client.actions.touch.DragPanAction
Invoked when a drag gesture is in progress.
onDragMove(DragMoveEvent) - Method in class com.maryanovsky.map.client.actions.touch.InertialDragPanAction
Invoked when a drag gesture is in progress.
onDragOut(Draggable, DropTarget) - Method in interface com.maryanovsky.gwtutils.client.ui.dnd.DndListener
Invoked when the Draggable is dragged out of the specified DropTarget.
onDragOut(Draggable) - Method in interface com.maryanovsky.gwtutils.client.ui.dnd.DropTarget
Invoked when a Draggable that has been previously dragged into this drop target, has now been dragged out of it.
onDragStart(Draggable) - Method in interface com.maryanovsky.gwtutils.client.ui.dnd.DndListener
Invoked when a drag-and-drop gesture starts, dragging the specified Draggable.
onDragStart() - Method in interface com.maryanovsky.gwtutils.client.ui.dnd.Draggable
Informs the draggable that it has started being dragged.
onDragStart(Draggable) - Method in interface com.maryanovsky.gwtutils.client.ui.dnd.DropTarget
Invoked when a drag gesture starts with this object one of its drop targets.
onDragStart(DragStartEvent) - Method in interface com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragStartHandler
Invoked when a drag gesture starts.
onDragStart(DragStartEvent) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragStartHandler
Invoked when a drag gesture starts.
onDragStart(DragStartEvent) - Method in class com.maryanovsky.map.client.actions.mouse.AreaSelectionAction
Invoked when a drag gesture starts.
onDragStart(DragStartEvent) - Method in class com.maryanovsky.map.client.actions.mouse.DragPanAction
Invoked when a drag gesture starts.
onDragStart(DragStartEvent) - Method in class com.maryanovsky.map.client.actions.touch.InertialDragPanAction
Invoked when a drag gesture starts.
onDrop(Draggable, DropTarget) - Method in interface com.maryanovsky.gwtutils.client.ui.dnd.DndListener
Invoked when the Draggable is dropped into the specified DropTarget.
onDrop(DropTarget) - Method in interface com.maryanovsky.gwtutils.client.ui.dnd.Draggable
Informs the draggable that it has been dropped into the specified drop target.
onError(Request, Throwable) - Method in class com.maryanovsky.gwtutils.client.net.AbstractResponseHandler
Invokes AbstractResponseHandler.onAnyResponse() and then AbstractResponseHandler.onRequestError(Request, Throwable).
onErrorMakingRequest(String, String) - Method in class com.maryanovsky.gwtutils.client.Application
Invoked when making one of the requests required to start the application fails (that is, RequestBuilder.sendRequest(String, RequestCallback) threw a RequestException).
onErrorRetrievingSettings(String, String) - Method in class com.maryanovsky.gwtutils.client.Application
This method is called when an error occurs while retrieving the application settings.
onErrorXmlResponse(Document) - Method in class com.maryanovsky.gwtutils.client.net.XmlResponseHandler
Invoked when an error response arrives.
onImageAbort(JavaScriptObject) - Static method in class com.maryanovsky.gwtutils.client.ui.ImageLoadingManager
Invoked when the loading of the image was aborted.
onImageError(JavaScriptObject) - Static method in class com.maryanovsky.gwtutils.client.ui.ImageLoadingManager
Invoked when the image errors while loading.
onImageLoad(JavaScriptObject) - Static method in class com.maryanovsky.gwtutils.client.ui.ImageLoadingManager
Invoked when the image finishes loading normally.
onInvalidSettings(String) - Method in class com.maryanovsky.gwtutils.client.Application
Invoked when the settings are invalid.
onLoad() - Method in class com.maryanovsky.gwtutils.client.ui.Accordion
Lays the children out when the widget is attached.
onLoad() - Method in class com.maryanovsky.gwtutils.client.ui.Form
Invoked when this widget is attached to the DOM.
onLoad() - Method in class com.maryanovsky.gwtutils.client.ui.UiBinderLayoutSize
Remove ourselves from the container hierarchy.
onLoad() - Method in class com.maryanovsky.map.client.MapWidget
Invoked when the widget is attached to the DOM.
onLoad() - Method in class com.maryanovsky.map.client.widgets.scale.ScaleWidget
Updates the scale on-load.
onModuleLoad() - Method in class com.maryanovsky.gwtutils.client.Application
The entry point method.
onMouseDown(MouseDownEvent) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.click.ClickRecognizer
Invoked when a mouse button is pressed.
onMouseDown(MouseDownEvent) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragRecognizer
Invoked when a mouse button is pressed.
onMouseDown(MouseDownEvent) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.MouseGestureRecognizer
Invoked when a mouse button is pressed.
onMouseMove(MouseMoveEvent) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragRecognizer
Invoked when the mouse is moved.
onMouseMove(MouseMoveEvent) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.MouseGestureRecognizer
Invoked when the mouse is moved.
onMouseOut(MouseOutEvent) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.MouseGestureRecognizer
Invoked when the mouse cursor leaves the element.
onMouseOver(MouseOverEvent) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.MouseGestureRecognizer
Invoked when the mouse cursor enters an element.
onMouseUp(MouseUpEvent) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.click.ClickRecognizer
Invoked when a mouse button is released.
onMouseUp(MouseUpEvent) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragRecognizer
Invoked when a mouse button is released.
onMouseUp(MouseUpEvent) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.MouseGestureRecognizer
Invoked when a mouse button is released.
onMouseWheel(MouseWheelEvent) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.MouseGestureRecognizer
Invoked when the mouse wheel is scrolled.
onMouseWheel(MouseWheelEvent) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollRecognizer
Invoked when the mouse wheel is scrolled.
onMultiFingerTap(MultiFingerTapEvent) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap.MultiFingerTapHandler
Invoked when the user taps the screen with one or fingers.
onMultiFingerTap(MultiFingerTapEvent) - Method in class com.maryanovsky.map.client.actions.touch.MultiFingerTapZoomOutAction
Invoked when the user taps the screen with one or fingers.
onPinchCancel(PinchCancelEvent) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchCancelHandler
Invoked when a pinch gesture is cancelled.
onPinchCancel(PinchCancelEvent) - Method in class com.maryanovsky.map.client.actions.touch.PinchMagnifyAction
Invoked when a pinch gesture is cancelled.
onPinchChange(PinchChangeEvent) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchChangeHandler
Invoked when a pinch gesture continues.
onPinchChange(PinchChangeEvent) - Method in class com.maryanovsky.map.client.actions.touch.PinchMagnifyAction
Invoked when a pinch gesture continues.
onPinchEnd(PinchEndEvent) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchEndHandler
Invoked when a pinch gesture ends.
onPinchEnd(PinchEndEvent) - Method in class com.maryanovsky.map.client.actions.touch.PinchMagnifyAction
Invoked when a pinch gesture ends.
onPinchStart(PinchStartEvent) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchStartHandler
Invoked when a pinch gesture starts.
onPinchStart(PinchStartEvent) - Method in class com.maryanovsky.map.client.actions.touch.PinchMagnifyAction
Invoked when a pinch gesture starts.
onRequestError(Request, Throwable) - Method in class com.maryanovsky.gwtutils.client.net.AbstractResponseHandler
Invoked when an error occurs during the request.
onResize() - Method in class com.maryanovsky.gwtutils.client.ui.DeckLayoutPanel
Invokes RequiresResize.onResize() on all children that implement RequiresResize.
onResize() - Method in class com.maryanovsky.gwtutils.client.ui.WrapperPanel
If the child widget implements RequiresResize, passes the invocation to it.
onResponseReceived(Request, Response) - Method in class com.maryanovsky.gwtutils.client.net.AbstractResponseHandler
If the response code is 200, parses the response and passes the result to AbstractResponseHandler.onSuccessfulResponse(Response).
onResult(T) - Method in class com.maryanovsky.gwtutils.client.net.XmlResponseHandler
Invoked when a response successfully parsed by XmlResponseHandler.parseResponse(Document) arrives.
onSettingsReceived(String) - Method in class com.maryanovsky.gwtutils.client.Application
Invoked when the settings are received.
onSuccessfulResponse(Response) - Method in class com.maryanovsky.gwtutils.client.net.AbstractResponseHandler
Invoked when a successful response has arrived.
onSuccessfulResponse(Response) - Method in class com.maryanovsky.gwtutils.client.net.XmlResponseHandler
Invoked when a successful response arrives.
onSuccessfulXmlResponse(Document) - Method in class com.maryanovsky.gwtutils.client.net.XmlResponseHandler
Invoked when a successful XML response arrives.
onTap(TapEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TapClickEventsConverter
Invoked when a tap occurs.
onTap(TapEvent) - Method in interface com.maryanovsky.gwtutils.client.ui.touch.gestures.tap.TapHandler
Invoked when the user taps the screen.
onTap(TapEvent) - Method in class com.maryanovsky.map.client.actions.touch.TapZoomInAction
Invoked when the user taps the screen.
onTouchCancel(TouchCancelEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragRecognizer
Invoked when a touch event is canceled.
onTouchCancel(TouchCancelEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap.MultiFingerTapRecognizer
Invoked when a touch event is canceled.
onTouchCancel(TouchCancelEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TouchMouseEventsConverter
Invoked when a touch is cancelled.
onTouchCancel(TouchCancelEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchRecognizer
Invoked when a touch event is canceled.
onTouchCancel(TouchCancelEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.tap.TapRecognizer
Invoked when a touch event is canceled.
onTouchCancel(TouchCancelEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.TouchGestureRecognizer
Invoked when a touch event is canceled.
onTouchEnd(TouchEndEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap.ButtonTapRecognizer
Invoked when a finger touching the screen is lifted.
onTouchEnd(TouchEndEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragRecognizer
Invoked when a finger touching the screen is lifted.
onTouchEnd(TouchEndEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap.MultiFingerTapRecognizer
Invoked when a finger touching the screen is lifted.
onTouchEnd(TouchEndEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TouchMouseEventsConverter
Invoked when a finger touching the screen is lifted.
onTouchEnd(TouchEndEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchRecognizer
Invoked when a finger touching the screen is lifted.
onTouchEnd(TouchEndEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.tap.TapRecognizer
Invoked when a finger touching the screen is lifted.
onTouchEnd(TouchEndEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.TouchGestureRecognizer
Invoked when a finger touching the screen is lifted.
onTouchMove(TouchMoveEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragRecognizer
Invoked when a finger touching the screen is moved.
onTouchMove(TouchMoveEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap.MultiFingerTapRecognizer
Invoked when a finger touching the screen is moved.
onTouchMove(TouchMoveEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TouchMouseEventsConverter
Invoked when a finger touching the screen is moved.
onTouchMove(TouchMoveEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchRecognizer
Invoked when a finger touching the screen is moved.
onTouchMove(TouchMoveEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.tap.TapRecognizer
Invoked when a finger touching the screen is moved.
onTouchMove(TouchMoveEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.TouchGestureRecognizer
Invoked when a finger touching the screen is moved.
onTouchStart(TouchStartEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragRecognizer
Invoked when a touch starts.
onTouchStart(TouchStartEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap.MultiFingerTapRecognizer
Invoked when a touch starts.
onTouchStart(TouchStartEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TouchMouseEventsConverter
Invoked when a touch starts.
onTouchStart(TouchStartEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchRecognizer
Invoked when a touch starts.
onTouchStart(TouchStartEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.tap.TapRecognizer
Invoked when a touch starts.
onTouchStart(TouchStartEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.TouchGestureRecognizer
Invoked when a touch starts.
onUnexpectedStatusCode(Request, Response) - Method in class com.maryanovsky.gwtutils.client.net.AbstractResponseHandler
Invoked when the HTTP response code is not 200.
onUnload() - Method in class com.maryanovsky.map.client.MapWidget
Invoked when the widget is removed from the DOM.
onUnload() - Method in class com.maryanovsky.map.client.tiles.ImageTile
Invoked when the tile is detached from the DOM.
onUnrecognizedResponse(Document) - Method in class com.maryanovsky.gwtutils.client.net.XmlResponseHandler
Invoked when an unknown response arrives (a document whose main tag name is not recognized).
onWheelScrollDown(WheelScrollDownEvent) - Method in interface com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollDownHandler
Invoked when the mouse wheel is scrolled down.
onWheelScrollDown(WheelScrollDownEvent) - Method in class com.maryanovsky.map.client.actions.mouse.WheelScrollZoomAction
Invoked when the mouse wheel is scrolled down.
onWheelScrollUp(WheelScrollUpEvent) - Method in interface com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollUpHandler
Invoked when the mouse wheel is scrolled up.
onWheelScrollUp(WheelScrollUpEvent) - Method in class com.maryanovsky.map.client.actions.mouse.WheelScrollZoomAction
Invoked when the mouse wheel is scrolled up.
or(Condition<? super T>) - Method in class com.maryanovsky.gwtutils.client.Condition
Returns the logical-OR of this condition and the specified one.
or(Condition<? super T>, Condition<? super T>) - Static method in class com.maryanovsky.gwtutils.client.Condition
Returns the logical-OR of the specified conditions.
or(Condition<? super T>, Condition<? super T>, Condition<? super T>) - Static method in class com.maryanovsky.gwtutils.client.Condition
Returns the logical-OR of the specified conditions.
or(Condition<? super T>, Condition<? super T>, Condition<? super T>, Condition<? super T>) - Static method in class com.maryanovsky.gwtutils.client.Condition
Returns the logical-OR of the specified conditions.
Osgeo41001Projection - Class in com.maryanovsky.map.client.opengis.wms
The projection for the OSGEO:41001 SRS.
OsmMercatorProjection - Class in com.maryanovsky.map.client.osm
Implements the projection used by OpenStreetMaps.org, which is a variant of the mercator projection.
OsmMercatorProjection() - Constructor for class com.maryanovsky.map.client.osm.OsmMercatorProjection
Creates a new OsmMercatorProjection.
OsmTileLayer - Class in com.maryanovsky.map.client.osm
Implements an OpenStreetMaps.org tile layer.
OsmTileLayer(String, String, int, int) - Constructor for class com.maryanovsky.map.client.osm.OsmTileLayer
Creates a new OsmTileLayer with the specified base URL pattern, tile files' extension, and minimum and maximum zoom values.
OsmTileLayer(String, int, int) - Constructor for class com.maryanovsky.map.client.osm.OsmTileLayer
Creates a new OsmTileLayer with the specified base URL and minimum and maximum zoom values.
Overlay - Interface in com.maryanovsky.map.client
The interface for overlays added to the map.
OverviewMapWidget - Class in com.maryanovsky.map.client.widgets.overview
A MapWidget which displays an overview map for a certain other MapWidget.
OverviewMapWidget(MapWidget, OverviewMapWidget.Synchronization) - Constructor for class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Creates a new OverviewMapWidget for the specified main map widget and OverviewMapWidget.Synchronization between them.
OverviewMapWidget.StandardSynchronization - Class in com.maryanovsky.map.client.widgets.overview
The most commonly used implementation of OverviewMapWidget.Synchronization.
OverviewMapWidget.StandardSynchronization(double, boolean) - Constructor for class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget.StandardSynchronization
Creates a new StandardSynchronization with the specified main map portion threshold and optionally animated transitions on both maps.
OverviewMapWidget.StandardSynchronization(boolean) - Constructor for class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget.StandardSynchronization
Creates a new OverviewMapWidget.StandardSynchronization with optionally animated transitions and the default main map portion threshold.
OverviewMapWidget.Synchronization - Interface in com.maryanovsky.map.client.widgets.overview
The interface to implement when you want to decide on a custom relationship between the location of a main map widget and its overview.

P

Pair<T1,T2> - Class in com.maryanovsky.gwtutils.client
A wrapper for any two other given objects.
Pair(T1, T2) - Constructor for class com.maryanovsky.gwtutils.client.Pair
Creates a new Pair with the two given objects.
panBy(PointView, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Pans the map by the specified offset, in pixels, possibly animating the transition.
panTo(PointView, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Pans the map to center on the specified point, in widget coordinates, possibly animating the transition.
parse(Document) - Method in interface com.maryanovsky.gwtutils.client.net.XmlParser
Parses the specified XML document, returning the resulting object.
ParseException - Exception in com.maryanovsky.gwtutils.client.text
The exception thrown when parsing fails.
ParseException(String) - Constructor for exception com.maryanovsky.gwtutils.client.text.ParseException
Creates a new ParseException with the specified message.
ParseException(Throwable) - Constructor for exception com.maryanovsky.gwtutils.client.text.ParseException
Creates a new ParseException with the specified cause.
ParseException(String, Throwable) - Constructor for exception com.maryanovsky.gwtutils.client.text.ParseException
Creates a new ParseException with the specified message and cause exception.
parseProperties(String) - Static method in class com.maryanovsky.gwtutils.client.text.ParseUtils
Parses a simplified properties file.
parseProperties(String, boolean) - Static method in class com.maryanovsky.gwtutils.client.text.ParseUtils
Parses a simplified properties file, optionally trimming the property names and values.
parseResponse(Document) - Method in class com.maryanovsky.gwtutils.client.net.XmlResponseHandler
Parses the specified response and returns the resulting object.
parseResponse(Document) - Method in class com.maryanovsky.map.client.opengis.wms.Capabilities.ResponseHandler
Parses the document of a successfuly response.
ParseUtils - Class in com.maryanovsky.gwtutils.client.text
A utility class providing useful methods for parsing.
ParseUtils() - Constructor for class com.maryanovsky.gwtutils.client.text.ParseUtils
 
PilePanel - Class in com.maryanovsky.gwtutils.client.ui
A panel which piles its children on top of each other, each placed at 0,0 and fills the 100% of the width and height of the panel.
PilePanel() - Constructor for class com.maryanovsky.gwtutils.client.ui.PilePanel
Creates a new PilePanel.
PinchCancelEvent - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch
Represents a pinch cancel event.
PinchCancelEvent(TouchEvent<? extends EventHandler>) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchCancelEvent
Creates a new PinchCancelEvent from the specified source TouchEvent.
PinchCancelHandler - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch
Handler interface for PinchCancelEvents.
PinchChangeEvent - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch
Represents a pinch change event.
PinchChangeEvent(TouchMoveEvent, double) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchChangeEvent
Creates a new PinchChangeEvent from the specified source TouchMoveEvent and scale.
PinchChangeHandler - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch
Handler interface for PinchChangeEvents.
pinchCondition(PinchStartEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchRecognizer
Returns whether the specified PinchStartEvent and the pinch events that follow it in the pinch gesture should be delivered to the handlers.
PinchEndEvent - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch
Represents a pinch end event.
PinchEndEvent(TouchEndEvent, double) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchEndEvent
Creates a new PinchEndEvent from the specified source TouchEndEvent and scale.
PinchEndHandler - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch
Handler interface for PinchEndEvents.
PinchMagnifyAction - Class in com.maryanovsky.map.client.actions.touch
Magnifies and zooms in/out the map as the user pinches the map widget.
PinchMagnifyAction(MapWidget, boolean) - Constructor for class com.maryanovsky.map.client.actions.touch.PinchMagnifyAction
Creates a new PinchMagnifyAction for the specified map widget, and with optionally animated zoom transition.
PinchRecognizer - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch
Recognizes and fires pinch events.
PinchRecognizer(Object) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchRecognizer
Creates a new PinchRecognizer which will fire pinch events with the specified source object.
PinchRecognizer(Object, H) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchRecognizer
Creates a new PinchRecognizer which will fire pinch events with the specified source object and use the specified source of touch events.
PinchRecognizer(Object, Condition<? super PinchStartEvent>) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchRecognizer
Creates a new PinchRecognizer which will fire pinch events with the specified source object and consult the specified pinch condition before doing so.
PinchRecognizer(Object, H, Condition<? super PinchStartEvent>) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchRecognizer
Creates a new PinchRecognizer which will fire events with the specified source object, use the specified source of touch events and consult the specified pinch condition before firing the pinch event(s).
PinchStartEvent - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch
Represents a pinch start event.
PinchStartEvent(TouchStartEvent, PointView, PointView) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch.PinchStartEvent
Creates a new PinchStartEvent from the specified source TouchStartEvent and the specified finger locations.
PinchStartHandler - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch
Handler interface for PinchStartEvents.
PlainHyperlink - Class in com.maryanovsky.gwtutils.client.ui
A plain HTML hyperlink, you know, the normal kind, which opens a URL when clicked.
PlainHyperlink() - Constructor for class com.maryanovsky.gwtutils.client.ui.PlainHyperlink
Creates a new PlainHyperlink, not yet pointing anywhere.
PlainHyperlink(String) - Constructor for class com.maryanovsky.gwtutils.client.ui.PlainHyperlink
Creates a new PlainHyperlink pointing to the specified URL.
PlainHyperlink(String, String) - Constructor for class com.maryanovsky.gwtutils.client.ui.PlainHyperlink
A convenience constructor for creating a really plain link, whose content is just text.
PlainHyperlink(String, Widget) - Constructor for class com.maryanovsky.gwtutils.client.ui.PlainHyperlink
Creates a new PlainHyperlink to point to the specified URL and contain the specified widget.
Point - Class in com.maryanovsky.gwtutils.client.geom
A two dimensional point, with integer coordinates.
Point(int, int) - Constructor for class com.maryanovsky.gwtutils.client.geom.Point
Creates a new Point with the specified coordinates.
Point() - Constructor for class com.maryanovsky.gwtutils.client.geom.Point
Creates a new Point at 0,0.
Point(SizeView) - Constructor for class com.maryanovsky.gwtutils.client.geom.Point
Creates a new Point with the X coordinate at the width of the specified size and the Y coordinate at the height of the specified size.
Point(PointView) - Constructor for class com.maryanovsky.gwtutils.client.geom.Point
Creates a new Point at the same coordinates as the specified one.
PointView - Interface in com.maryanovsky.gwtutils.client.geom
Provides a view of an integer 2D point without allowing modifications.
popup - Variable in class com.maryanovsky.gwtutils.client.ui.DropDownList
The popup.
POWERS_OF_TWO - Static variable in class com.maryanovsky.gwtutils.client.MathUtils
Powers of two.
prepareLayoutTable(HTMLTable) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Prepares the specified table to be a layout table by clearing its cell padding, spacing and border.
PROJECTION - Static variable in class com.maryanovsky.map.client.mapa.Mapa
The (guesstimate of the) projection used by Mapa.
Projection - Interface in com.maryanovsky.map.client
A projection maps between latitude-longitude coordinates and pixel coordinates (at a certain zoom).
Properties - Class in com.maryanovsky.gwtutils.client
Parses and provides access to a set of properties mapped to string keys.
Properties(Map<String, String>, Properties) - Constructor for class com.maryanovsky.gwtutils.client.Properties
Creates a new Properties object with the specified map of actual, unparsed properties, and a backup Properties object which is consulted if a certain property is not found locally.
Properties(Map<String, String>) - Constructor for class com.maryanovsky.gwtutils.client.Properties
Creates a new Properties object with the specified map of actual, unparsed properties.
propertyChanged(PropertyChangeEvent) - Method in interface com.maryanovsky.gwtutils.client.event.PropertyChangeListener
Invoked when a property has changed.
PropertyChangeEvent - Class in com.maryanovsky.gwtutils.client.event
Encapsulates a change event in some named property.
PropertyChangeEvent(Object, String, Object, Object) - Constructor for class com.maryanovsky.gwtutils.client.event.PropertyChangeEvent
Creates a new PropertyChangeEvent with the specified source object, name of the property that changed and the old and new values of the property.
PropertyChangeListener - Interface in com.maryanovsky.gwtutils.client.event
The interface for receiving notifications of a change in a named property.
PropertyChangeListenerList - Class in com.maryanovsky.gwtutils.client.event
A convenience class for managing PropertyChangeListeners.
PropertyChangeListenerList(String[]) - Constructor for class com.maryanovsky.gwtutils.client.event.PropertyChangeListenerList
Creates a new PropertyChangeListenerList which will manage listeners to changes in the specified list of properties.
pushBoolean(boolean) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Pushes the specified String value onto the end of the array.
pushDouble(double) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Pushes the specified double value onto the end of the array.
pushInt(int) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Pushes the specified integer value onto the end of the array.
pushObject(JavaScriptObject) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Pushes the specified raw JavaScriptObject value onto the end of the array.
pushString(String) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Pushes the specified String value onto the end of the array.

Q

quietlyMarkReady(IT) - Method in class com.maryanovsky.gwtutils.client.event.GroupReadyListener
Marks the specified item as ready, without notifiying the listener.
quietlyMarkUnready(IT) - Method in class com.maryanovsky.gwtutils.client.event.GroupReadyListener
Marks the specified item as unready, without notifying the listener.

R

RAD_TO_DEG - Static variable in class com.maryanovsky.gwtutils.client.MathUtils
Coefficient for converting radians to degrees.
ReadyListener<T> - Interface in com.maryanovsky.gwtutils.client.event
A listener which is notified when an entity changes between ready and unready states.
receive(Draggable, PointView) - Method in interface com.maryanovsky.gwtutils.client.ui.dnd.DropTarget
Drops the specified Draggable into this DropTarget at the specified location.
Rectangle - Class in com.maryanovsky.gwtutils.client.geom
A rectangle, in integer coordinates.
Rectangle(int, int, int, int) - Constructor for class com.maryanovsky.gwtutils.client.geom.Rectangle
Creates a new Rectangle with the specified arguments.
Rectangle() - Constructor for class com.maryanovsky.gwtutils.client.geom.Rectangle
Creates a new Rectangle of 0x0 size at 0,0 coordinates.
Rectangle(RectangleView) - Constructor for class com.maryanovsky.gwtutils.client.geom.Rectangle
Creates a new rectangle with the same values as the specified one.
Rectangle(PointView, SizeView) - Constructor for class com.maryanovsky.gwtutils.client.geom.Rectangle
Creates a new rectangle at the specified coordinates and with the specified size.
RectangleView - Interface in com.maryanovsky.gwtutils.client.geom
Provides a view of a Rectangle without allowing modifications.
reflect(Point) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Reflects this point relative to the specified one.
registerWith(T) - Method in class com.maryanovsky.map.client.actions.MapAction
Registers this action as a handler for the gesture it is triggered by.
registerWith(HasAllDragHandlers) - Method in class com.maryanovsky.map.client.actions.mouse.AreaSelectionAction
Registers for handling drag events from the specified source.
registerWith(HasClickHandlers) - Method in class com.maryanovsky.map.client.actions.mouse.ClickPanAction
Registers for handling click events from the specified source.
registerWith(HasClickHandlers) - Method in class com.maryanovsky.map.client.actions.mouse.ClickZoomInAction
Registers for handling click events from the specified source.
registerWith(HasAllDragHandlers) - Method in class com.maryanovsky.map.client.actions.mouse.DragPanAction
Registers for handling drag events from the specified source.
registerWith(HasAllWheelScrollHandlers) - Method in class com.maryanovsky.map.client.actions.mouse.WheelScrollZoomAction
Registers for handling wheel-scroll events from the specified source.
registerWith(HasAllDragHandlers) - Method in class com.maryanovsky.map.client.actions.touch.DragPanAction
Registers for handling drag events from the specified source.
registerWith(HasAllDragHandlers) - Method in class com.maryanovsky.map.client.actions.touch.InertialDragPanAction
Registers for handling drag events from the specified source.
registerWith(HasMultiFingerTapHandlers) - Method in class com.maryanovsky.map.client.actions.touch.MultiFingerTapZoomOutAction
Registers for handling multi-finger tap events from the specified source.
registerWith(HasAllPinchHandlers) - Method in class com.maryanovsky.map.client.actions.touch.PinchMagnifyAction
Registers for handling pinch events from the specified source.
registerWith(HasTapHandlers) - Method in class com.maryanovsky.map.client.actions.touch.TapZoomInAction
Registers for handling tap events from the specified source.
releaseTile(Tile) - Method in class com.maryanovsky.map.client.ImageTileLayer
Releases any resources associated with the specified tile that was returned by TileLayer.getTile(int, int, int).
releaseTile(Tile) - Method in class com.maryanovsky.map.client.opengis.wms.TileSetLayer
Releases any resources associated with the specified tile that was returned by TileLayer.getTile(int, int, int).
releaseTile(Tile) - Method in interface com.maryanovsky.map.client.TileLayer
Releases any resources associated with the specified tile that was returned by TileLayer.getTile(int, int, int).
remove(ChangeListener) - Method in class com.maryanovsky.gwtutils.client.event.ChangeListenerList
Removes the specified ChangeListener to the list.
remove(ReadyListener<T>) - Method in class com.maryanovsky.gwtutils.client.event.DelegatingReadyListenerCollection
Removes the specified ready listener from getting notified when one of the sources with are registered with changes its ready state.
remove(String, PropertyChangeListener) - Method in class com.maryanovsky.gwtutils.client.event.PropertyChangeListenerList
Removes the specified listener from being notified when the property with the specified name changes.
remove(Widget) - Method in class com.maryanovsky.gwtutils.client.ui.ButtonScrollPanel
Removes the widget.
removeChangeListener(ChangeListener) - Method in interface com.maryanovsky.gwtutils.client.event.HasChange
Removes the specified ChangeListener from receiving notifications when the object changes in some manner.
removeChangeListener(ChangeListener) - Method in class com.maryanovsky.map.client.MapLocationModel
Removes the specified ChangeListener from receiving notifications when this MapLocationModel changes.
removed(MapWidget) - Method in interface com.maryanovsky.map.client.Overlay
Invoked when the overlay is removed from the MapWidget.
removed(MapWidget) - Method in class com.maryanovsky.map.client.WidgetOverlay
Removes the widget from the map's overlay panel.
removed(MapWidget) - Method in class com.maryanovsky.map.client.widgets.bubble.BubbleWidget
Removes the widget from the map's overlay panel.
removeField(Widget) - Method in class com.maryanovsky.gwtutils.client.ui.Form
Removes the specified field from the form.
removeHandler() - Method in class com.maryanovsky.gwtutils.client.event.MultipleHandlerRegistration
Invokes HandlerRegistration.removeHandler() on all the registrations.
removeItem(int) - Method in class com.maryanovsky.gwtutils.client.ui.DropDownList
Removes the item at the specified index.
removeListener(Element, Object) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Unregisters a load listener from the specified element.
removeOverlay(Overlay) - Method in class com.maryanovsky.map.client.MapWidget
Removes an overlay from this MapWidget.
removeOverlays(Collection<? extends Overlay>) - Method in class com.maryanovsky.map.client.MapWidget
A convenience method for removing a collection of overlays.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.maryanovsky.map.client.MapWidget
Removes the specified PropertyChangeListener from being notified when the property with the specified name changes.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.maryanovsky.map.client.WidgetOverlay
Unregisters the specified property change listener from being notified when the specified property of this overlay changes.
removeReadyListener(ReadyListener<MapWidget>) - Method in class com.maryanovsky.map.client.MapWidget
Removes the specified ReadyListener from being notified when the ready state of the map widget changes.
removeRow(int) - Method in class com.maryanovsky.gwtutils.client.ui.Form
Removes the specified row.
replaceBoundsWidget() - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Replaces the current boundsWidget, if any, with a new one, as created by OverviewMapWidget.createBoundsWidget().
requestFinished() - Method in interface com.maryanovsky.gwtutils.client.net.ResultCallback
Invoked when any kind of result occurs, whether an error occurred while sending or receiving or a bad/good response received.
RequestMaker<T> - Interface in com.maryanovsky.gwtutils.client.net
A common interface for builders of requests.
requestUrl - Variable in class com.maryanovsky.gwtutils.client.net.AbstractResponseHandler
The URL of the request.
reset() - Method in class com.maryanovsky.gwtutils.client.event.GroupReadyListener
Marks all items as ready, without notifying the listener.
resized() - Method in class com.maryanovsky.map.client.MapWidget
Call this method whenever you manually adjust the size of the widget after it has been displayed.
ResolutionListZoomStrategy - Class in com.maryanovsky.map.client.projections
An implementation of ZoomStrategy where each zoom has a resolution value attached to it - the number of map units (meters, degrees etc.) per pixel.
ResolutionListZoomStrategy(List<Double>) - Constructor for class com.maryanovsky.map.client.projections.ResolutionListZoomStrategy
Creates a new ResolutionListZoomStrategy with the specified list of resolutions (one for each zoom).
ResultCallback<T> - Interface in com.maryanovsky.gwtutils.client.net
The interface to implement for getting notified when a result to a request arrives.
resultReceived(T) - Method in interface com.maryanovsky.gwtutils.client.net.ResultCallback
Invoked when a successfully parsed response arrives.
right() - Method in interface com.maryanovsky.gwtutils.client.ui.ImageBordersPanel.BorderImages
 
right() - Method in interface com.maryanovsky.map.client.widgets.scale.ScaleWidget.Images
The right part of the scale.
rightBottom() - Method in interface com.maryanovsky.gwtutils.client.ui.ImageBordersPanel.BorderImages
 
rightTop() - Method in interface com.maryanovsky.gwtutils.client.ui.ImageBordersPanel.BorderImages
 
roundDownToGrid(int, int) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Moves this point to the nearest location with smaller X and Y coordinates which is on a grid where each cell is of the specified size.
roundDownToGrid(SizeView) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Moves this point to the nearest location with smaller X and Y coordinates which is on a grid of the specified size.
roundDownToMultiple(int, int) - Static method in class com.maryanovsky.gwtutils.client.MathUtils
Returns the largest integer smaller or equal to the specified one which is a multiple of the specified factor.
roundUpToGrid(int, int) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Moves the point to the nearest location with greater X and Y coordinates which is on a grid where each cell is of the specified size.
roundUpToGrid(Size) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Moves the point to the nearest location with greater X and Y coordinates which is on a grid where each cell is of the specified size.
roundUpToMultiple(int, int) - Static method in class com.maryanovsky.gwtutils.client.MathUtils
Returns the smallest integer larger or equal to the specified one, which is a multiple of the specified factor.
RTL - Static variable in class com.maryanovsky.gwtutils.client.ui.UiUtils
The delegate for right-to-left languages.

S

SATTELITE_TILE_LAYER - Static variable in class com.maryanovsky.map.client.mapa.Mapa
The sattelite tile layer.
ScaleProjection - Class in com.maryanovsky.map.client.projections
A projection which simply scales the latitude and longitude values into the world size rectangle specified in the constructor.
ScaleProjection(ZoomStrategy, int, SizeView, boolean, double) - Constructor for class com.maryanovsky.map.client.projections.ScaleProjection
Creates a new ScaleProjection with the specified arguments.
ScaleWidget - Class in com.maryanovsky.map.client.widgets.scale
A widget displaying the map's scale, that is the amount of real-world distance units (such as kilometers) in a certain amount of pixels.
ScaleWidget(MapWidget, ScaleWidget.Scale, ScaleWidget.Images) - Constructor for class com.maryanovsky.map.client.widgets.scale.ScaleWidget
Creates a new ScaleWidget for the specified MapWidget, with the specified scale and images.
ScaleWidget(MapWidget, ScaleWidget.Scale) - Constructor for class com.maryanovsky.map.client.widgets.scale.ScaleWidget
Creates a new ScaleWidget for the specified MapWidget, with the specified scale and default images.
ScaleWidget.Images - Interface in com.maryanovsky.map.client.widgets.scale
A bundle of the images used by the widget.
ScaleWidget.Scale - Interface in com.maryanovsky.map.client.widgets.scale
Defines the size and values displayed by the scale widget.
sendGetRequest(String, ResultCallback<Capabilities>) - Static method in class com.maryanovsky.map.client.opengis.wms.Capabilities
Sends an HTTP GET GetCapabilities request using the specified base URL.
sendRequest(ResultCallback<String>) - Method in class com.maryanovsky.gwtutils.client.net.HttpTextRequestMaker
Sends the request.
sendRequest(ResultCallback<String>) - Method in class com.maryanovsky.gwtutils.client.net.JsonpTextRequestMaker
Sends the request.
sendRequest(ResultCallback<T>) - Method in interface com.maryanovsky.gwtutils.client.net.RequestMaker
Sends the request.
ServiceExceptionReport - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates a WMS service exception report.
ServiceExceptionReport(Document) - Constructor for class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport
Creates a ServiceExceptionReport from the specified Service Exception response XML document.
ServiceExceptionReport.ServiceException - Class in com.maryanovsky.map.client.opengis.wms
Encapsulates a Service Exception.
set(int, int) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Sets both coordinates.
set(PointView) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Sets both coordinates.
set(int, int, int, int) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Sets the values of this rectangle.
set(PointView, SizeView) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Sets the values of this rectangle.
set(RectangleView) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Sets the values of this rectangle to those of the specified one.
set(int, int) - Method in class com.maryanovsky.gwtutils.client.geom.Size
Sets the size of this Size object.
set(SizeView) - Method in class com.maryanovsky.gwtutils.client.geom.Size
Sets the size of this Size object from the values of the specified one.
set(LatLng, int) - Method in class com.maryanovsky.map.client.MapLocationModel
Sets both the center and zoom in one call (to avoid a temporary state where either the zoom or the center are wrong).
set(MapLocationModel) - Method in class com.maryanovsky.map.client.MapLocationModel
Copies all relevant information from the specified MapLocationModel to this one.
setAbsoluteBounds(Widget, int, int, int, int) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Makes the specified widget positioned absolutely and sets its bounds.
setAbsoluteBounds(Widget, RectangleView) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Makes the specified widget positioned absolutely and sets its bounds.
setAbsoluteFullSize(Widget) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the specified widget's position attribute to "absolute", its top and left attributes to "0px" and its width and height attributes to "100%".
setAlignment(Alignment) - Method in class com.maryanovsky.map.client.WidgetOverlay
Sets the alignment of the widget relative to the location specified by the anchor and offset.
setAnchor(LatLng) - Method in class com.maryanovsky.map.client.WidgetOverlay
Sets the anchor point at which the widget is added.
setAnchor(LatLng) - Method in class com.maryanovsky.map.client.widgets.bubble.BubbleWidget
Sets the anchor coordinate - the one to which the bubble points.
setAnimate(boolean) - Method in class com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget
Sets whether zoom changes will (try to) be animated.
setBoolean(int, boolean) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Sets the value at the specified index to the specified boolean.
setBooleanProperty(JavaScriptObject, String, boolean) - Static method in class com.maryanovsky.gwtutils.client.Utils
Sets the specified boolean property of the specified JavaScript object.
setBounds(Widget, int, int, int, int) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the "left", "top", "width" and "height" style attributes of the widget to the specified values, in pixels.
setBounds(Widget, RectangleView) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the bounds ("left", "top", "width" and "height" style attributes) of the specified widget.
setBounds(Element, RectangleView) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the bounds ("left", "top", "width" and "height" style attributes) of the specified element.
setBounds(Element, int, int, int, int) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the "left", "top", "width" and "height" style attributes of the widget to the specified values, in pixels.
setBoundsWidgetDragged(boolean) - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Tells the overview map widget whether its bounds widget it being dragged.
setButtons(Button, Button) - Method in class com.maryanovsky.gwtutils.client.ui.Form
Sets the form buttons.
setButtonTapEventsSource(H) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TapClickEventsConverter
Sets the source of button-tap events for this recognizer.
setCancelBubbleEventsMask(int) - Method in class com.maryanovsky.gwtutils.client.ui.EventCancellingPanel
Sets the bitmask of events whose bubbling to cancel.
setCenter(LatLng) - Method in class com.maryanovsky.map.client.MapLocationModel
Sets the center to the specified location.
setClickOkOnEnter(boolean) - Method in class com.maryanovsky.gwtutils.client.ui.Form
Sets whether the "OK" button will be clicked programmatically when the user hits ENTER.
setColor(String) - Method in class com.maryanovsky.gwtutils.client.ui.GlassPane
Sets the color of the glass pane.
setContainingSize(AbsolutePanel) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the bounds of the specified panel so that all of its widgets are within them (obviously, except those placed at negative coordinates).
setContent(Widget) - Method in class com.maryanovsky.gwtutils.client.ui.PlainHyperlink
Sets the content of the link - the widget which may be clicked to follow to the URL.
setContent(String) - Method in class com.maryanovsky.gwtutils.client.ui.PlainHyperlink
A convenience method which sets the content of the link to be a simple Label with the specified text.
setContent(Widget) - Method in class com.maryanovsky.map.client.widgets.bubble.BubbleWidget
Sets the content widget.
setContentWidget(Widget) - Method in class com.maryanovsky.gwtutils.client.ui.ButtonScrollPanel
Sets the content widget.
setCover(PointView, PointView) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Sets this rectangle to the smallest rectangle which contains both specified points.
setDataDirection(Widget) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the direction of the specified widget to LTR.
setDefaultFocusedWidget(Focusable) - Method in class com.maryanovsky.gwtutils.client.ui.Form
Sets the widget to get the focus by default.
setDelegate(UiUtils.Delegate) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the current delegate.
setDocumentLocation(String) - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Sets document.location to the specified value.
setDouble(int, double) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Sets the value at the specified index to the specified double.
setDoubleProperty(JavaScriptObject, String, double) - Static method in class com.maryanovsky.gwtutils.client.Utils
Sets the specified floating point property of the specified JavaScript object.
setElementId(Widget, String) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the id attribute of the specified widget's DOM element to the specified value.
setEnabled(boolean) - Method in class com.maryanovsky.gwtutils.client.ui.ImageButton
Sets the enabled state of the button.
setEnabled(boolean) - Method in class com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget
Sets whether the widget is enabled.
setFieldVisible(Widget, boolean) - Method in class com.maryanovsky.gwtutils.client.ui.Form
Sets the visibility of the specified field.
setFormTitle(String) - Method in class com.maryanovsky.gwtutils.client.ui.Form
Sets the title of this form.
setFullSize(Widget) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the specified widget's top and left attributes to "0px" and its width and height attributes to "100%".
setGrabbingCursor(Widget) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the "grabbing" cursor on the specified widget, if supported.
setGrabbingCursorUrl(String) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the grabbing cursor to the specified URL.
setGrabCursor(Widget) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the "grab" cursor on the specified widget, if supported.
setGrabCursor(boolean) - Method in class com.maryanovsky.map.client.MapWidget
Sets whether the map widget will use the grab cursor.
setGrabCursorUrl(String) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the grab cursor to the specified URL.
setGridRow(Grid, int, List<? extends Widget>) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Puts the specified widgets into the specified row in the grid, in language order.
setGridRow(Grid, int, List<? extends Widget>, List<HasVerticalAlignment.VerticalAlignmentConstant>, List<HasHorizontalAlignment.HorizontalAlignmentConstant>) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Puts the specified widgets into the specified row in the grid, in language order.
setHeight(int) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Sets the height of the rectangle.
setHeight(int) - Method in class com.maryanovsky.gwtutils.client.geom.Size
Sets the height.
setHeight(String) - Method in class com.maryanovsky.gwtutils.client.ui.UiBinderLayoutSize
Sets the height.
setHorizontalAlignment(HasHorizontalAlignment.HorizontalAlignmentConstant) - Method in class com.maryanovsky.gwtutils.client.ui.AlignPanel
Sets the horizontal alignment.
setImageSize(String) - Method in class com.maryanovsky.map.client.tiles.ImageTile
Sets the image's width and height style attributes to the specified value.
setInt(int, int) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Sets the value at the specified index to the specified integer.
setIntProperty(JavaScriptObject, String, int) - Static method in class com.maryanovsky.gwtutils.client.Utils
Sets the specified integer property of the specified JavaScript object.
setLeadingMargin(Widget, int) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the margin leading the element, in the reading direction (left when in LTR, right when in RTL mode).
setLength(int) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Sets the length of the array.
setLoadTilesDuringTemporaryChanges(boolean) - Method in class com.maryanovsky.map.client.MapWidget
Sets whether tiles are to be loaded during temporary changes in the map's location.
setMagnification(double, PointView) - Method in class com.maryanovsky.map.client.MapWidget
Sets the magnification of the map while keeping the specified point (in pixels, relative to the view) fixed on the screen.
setMap(Map) - Method in class com.maryanovsky.map.client.MapWidget
Sets the currently displayed map.
setMouseEventsSource(H) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.MouseGestureRecognizer
Sets the source of mouse events for this recognizer.
setObject(int, JavaScriptObject) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Sets the value at the specified index to the specified raw JavaScriptObject.
setOffset(PointView) - Method in class com.maryanovsky.map.client.WidgetOverlay
Sets the offset of the widget from the anchor point.
setOpacity(double) - Method in class com.maryanovsky.gwtutils.client.ui.GlassPane
Sets the opacity of the glass pane.
setOpacity(Widget, double) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the opacity of the specified widget to the specified value, where 0 stands for completely transparent and 1 for completely opaque.
setPanAnimationLength(int) - Method in class com.maryanovsky.map.client.MapWidget
Sets the length of pan animations, in milliseconds.
setPinnedBoundsWidgetLocation(LatLng) - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Pins the bounds widget to the specified location, or unpins it if the argument is null.
setPosition(Widget, int, int) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the "left" and "top" style attributes of the widget to the specified values, in pixels.
setPosition(Element, int, int) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the "left" and "top" style attributes of the widget to the specified values, in pixels.
setPosition(Widget, PointView) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the position of the widget to the specified one, in pixels.
setPreventDefaultEventsMask(int) - Method in class com.maryanovsky.gwtutils.client.ui.EventCancellingPanel
Sets the bitmask of events for which we prevent the default action.
setProperty(JavaScriptObject, String, JavaScriptObject) - Static method in class com.maryanovsky.gwtutils.client.Utils
Sets the specified property of the specified JavaScript object.
setReadyListener(ReadyListener<Tile>) - Method in class com.maryanovsky.map.client.Tile
Sets the specified ReadyListener to be notified when the tile starts and finishes loading.
setScrollDelay(int) - Method in class com.maryanovsky.gwtutils.client.ui.ButtonScrollPanel
Sets the delay between scrolls, in milliseconds.
setScrollOnMouseOver(boolean) - Method in class com.maryanovsky.gwtutils.client.ui.ButtonScrollPanel
Sets whether the scrolling will occur on mouse-over.
setScrollStep(int) - Method in class com.maryanovsky.gwtutils.client.ui.ButtonScrollPanel
Sets the number of pixels a single step will scroll.
setSelectedIndex(int) - Method in class com.maryanovsky.gwtutils.client.ui.DropDownList
Sets the item with the specified index to be selected.
setSize(int, int) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Sets the size of the rectangle.
setSize(SizeView) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Sets the size of the rectangle.
setSize(Widget, int, int) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the "width" and "height" style attributes of the widget to the specified values, in pixels.
setSize(Element, int, int) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the "width" and "height" attributes of the element to the specified values, in pixels.
setSize(Widget, SizeView) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the size of the widget to the specified one, in pixels.
setSpacing(double) - Method in class com.maryanovsky.gwtutils.client.ui.Accordion
Sets the spacing between the widgets.
setStatus(String) - Static method in class com.maryanovsky.gwtutils.client.BrowserUtils
Sets the status of the window we're running in to the specified string.
setString(int, String) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Sets the value at the specified index to the specified String.
setStringProperty(JavaScriptObject, String, String) - Static method in class com.maryanovsky.gwtutils.client.Utils
Sets the specified string property of the specified JavaScript object.
setTapEventsSource(H) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TapClickEventsConverter
Sets the source of tap events for this recognizer.
setTarget(String) - Method in class com.maryanovsky.gwtutils.client.ui.PlainHyperlink
Sets the target attribute of the hyperlink to the specified value.
setTemporaryOffset(PointView) - Method in class com.maryanovsky.map.client.MapWidget
Adds a temporary offset, in pixels, to the "official", permanent, location of the map.
setText(String) - Method in class com.maryanovsky.gwtutils.client.ui.ImageButton
Sets the text of the button.
setTextDirection(Widget) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the direction of the specified widget to the direction of the application's language.
setTileCoverSize(double) - Method in class com.maryanovsky.map.client.MapWidget
Sets the size of the area covered by tiles, relative to the the size of the widget itself.
setTileSizePixels(SizeView) - Method in class com.maryanovsky.map.client.Tile
Sets the size of the tile, in pixels.
setTileSizePixels(SizeView) - Method in class com.maryanovsky.map.client.tiles.ImagesNodeTile
Resize the tile by setting width and height attributes on all the images.
setTileSizePixels(SizeView) - Method in class com.maryanovsky.map.client.tiles.ImageTile
Sets the size of the tile image, in pixels.
setTileSizePixels(SizeView) - Method in class com.maryanovsky.map.client.tiles.NodeTile
Sets the size of the tile, in pixels.
SETTINGS_URL - Variable in class com.maryanovsky.gwtutils.client.Application
The URL of the settings file.
settingsResponseCallback - Variable in class com.maryanovsky.gwtutils.client.Application
The ResultCallback for the settings request.
setToggled(boolean) - Method in class com.maryanovsky.gwtutils.client.ui.ToggleImageButton
Sets this button's toggled state.
setTopLeft(int, int) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Sets the location of the top-left point.
setTopLeft(PointView) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Sets the location of the top-left point.
setTopLeft(Widget, PointView) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the widget's position via the "top" and "left" style attributes.
setTopLeft(Widget, int, int) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the widget's position via the "top" and "left" style attributes.
setTouchEventsSource(H) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.TouchGestureRecognizer
Sets the source of touch events for this recognizer.
setTrailingMargin(Widget, int) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the margin trailing the element, in the reading direction (right when in LTR, left when in RTL mode).
setTransform(Element, String) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Applies the specified transform CSS property to the specified element.
setTransformOrigin(Element, String) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Applies the specified transform-origin CSS property to the specified element.
setUrl(String) - Method in class com.maryanovsky.gwtutils.client.ui.PlainHyperlink
Sets the URL the link points to (the href attribute of the anchor).
setVerticalAlignment(HasVerticalAlignment.VerticalAlignmentConstant) - Method in class com.maryanovsky.gwtutils.client.ui.AlignPanel
Sets the vertical alignment.
setVisibility(Widget, boolean) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the visibility of the specified widget.
setVisualWidth(Widget, GwtUiDefaults.WidgetElementType, int) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the width of the specified widget so that its visual width is as specified.
setVisualWidth(Widget, int) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the width of the specified widget so that its visual width is as specified.
setWidget(Widget) - Method in class com.maryanovsky.gwtutils.client.ui.WrapperPanel
Overrides setsetWidget to set the child's position and size.
setWidgetSize(Widget, double, int) - Method in class com.maryanovsky.gwtutils.client.ui.AdjustableDockLayoutPanel
Sets the size of the specified widget.
setWidgetVisible(int, boolean) - Method in class com.maryanovsky.gwtutils.client.ui.Accordion
Sets the visibility of the widget at the specified index.
setWidgetVisible(Widget, boolean) - Method in class com.maryanovsky.gwtutils.client.ui.Accordion
Sets the visibility of the specified widget.
setWidth(int) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Sets the width of the rectangle.
setWidth(int) - Method in class com.maryanovsky.gwtutils.client.geom.Size
Sets the width.
setWidth(String) - Method in class com.maryanovsky.gwtutils.client.ui.UiBinderLayoutSize
Sets the width.
setX(double) - Method in class com.maryanovsky.gwtutils.client.geom.DoublePoint
Sets the X coordinate.
setX(int) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Sets the X coordinate.
setX(int) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Sets the X coordinate of the top-left point.
setY(double) - Method in class com.maryanovsky.gwtutils.client.geom.DoublePoint
Sets the Y coordinate.
setY(int) - Method in class com.maryanovsky.gwtutils.client.geom.Point
Sets the Y coordinate.
setY(int) - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Sets the Y coordinate of the top-left point.
setZoom(int) - Method in class com.maryanovsky.map.client.MapLocationModel
Sets the zoom to the specified value.
setZoomAnimationLength(int) - Method in class com.maryanovsky.map.client.MapWidget
Sets the length of zoom animations, in milliseconds.
setZOrder(Widget...) - Static method in class com.maryanovsky.gwtutils.client.ui.UiUtils
Sets the z-indices of the specified widgets to their indices in the specified array, making widgets with greater indices appear on top of widgets with smaller indices.
sgn(int) - Static method in class com.maryanovsky.gwtutils.client.MathUtils
Returns the sign of the specified number, that is -1 if it is negative, 0 if it is zero and 1 if it positive.
shiftBoolean() - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Removes the first element of the array and returns it, as a boolean.
shiftDouble() - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Removes the first element of the array and returns it, as a double.
shiftInt() - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Removes the first element of the array and returns it, as an integer.
shiftObject() - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Removes the first element of the array and returns it, as a raw JavaScriptObject.
shiftString() - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Removes the first element of the array and returns it, as an String.
shouldAnimateTo(LatLng) - Method in class com.maryanovsky.map.client.MapWidget
Returns whether panning to the specified location should use animation or not.
show(LatLngBounds, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Displays the specified area, centered at the center of the bounds, using the maximal zoom at which the entire area is visible.
showError(String) - Method in class com.maryanovsky.gwtutils.client.Application
Displays the specified error message to the user.
showErrorMessage(String) - Method in class com.maryanovsky.gwtutils.client.net.XmlResponseHandler
Displays the specified error message.
showNextStage() - Method in class com.maryanovsky.gwtutils.client.ui.Wizard
Moves to the next stage.
Size - Class in com.maryanovsky.gwtutils.client.geom
Defines two dimensional bounds, with integer coordinates.
Size(int, int) - Constructor for class com.maryanovsky.gwtutils.client.geom.Size
Creates a new Size with the specified width and height.
Size() - Constructor for class com.maryanovsky.gwtutils.client.geom.Size
Creates a new 0x0 Size.
Size(SizeView) - Constructor for class com.maryanovsky.gwtutils.client.geom.Size
Creates a new Size of the same size as the specified one.
SIZE_PROPERTY_NAME - Static variable in class com.maryanovsky.map.client.MapWidget
The property name for the size of the map widget.
SizeView - Interface in com.maryanovsky.gwtutils.client.geom
Provides a view of Size without allowing modifications.
spansFullLatitude() - Method in class com.maryanovsky.map.client.LatLngBounds
Returns whether this LatLngBounds spans the entire planet latitudally.
spansFullLongitude() - Method in class com.maryanovsky.map.client.LatLngBounds
Returns whether this LatLngBounds spans the entire planet longitudally.
sqr(double) - Static method in class com.maryanovsky.gwtutils.client.MathUtils
The square function.
STANDARD_DRAG_CONDITION - Static variable in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag.DragRecognizer
The condition for the standard drag - left mouse button and no keyboard modifiers.
StandardActions - Class in com.maryanovsky.map.client.actions
Contains the implementations for the standard ways a user may interact with the map.
StandardActions() - Constructor for class com.maryanovsky.map.client.actions.StandardActions
 
StandardMouseActions - Class in com.maryanovsky.map.client.actions.mouse
Implementats the standard actions which allow the user to interact with the map on a regular desktop computer, utilizing a mouse/keyboard.
StandardMouseActions() - Constructor for class com.maryanovsky.map.client.actions.mouse.StandardMouseActions
 
StandardMultiTouchActions - Class in com.maryanovsky.map.client.actions.touch
Implementats the standard actions which allow the user to interact with the map on an iPhone.
StandardMultiTouchActions() - Constructor for class com.maryanovsky.map.client.actions.touch.StandardMultiTouchActions
 
start() - Method in class com.maryanovsky.gwtutils.client.ui.Animation
Starts the animation (and returns immediately).
startAnimation(MapWidget.MapAnimation) - Method in class com.maryanovsky.map.client.MapWidget
Ends the current animation, if any, and starts a new one.
startApplication() - Method in class com.maryanovsky.gwtutils.client.Application
Starts the application.
startLoading() - Method in class com.maryanovsky.map.client.Tile
Marks the tile as unready and starts loading it.
startLoading() - Method in class com.maryanovsky.map.client.tiles.NodeTile
Marks the tile as unready and starts loading it.
stateChanged(ChangeEvent) - Method in interface com.maryanovsky.gwtutils.client.event.ChangeListener
Invoked when the state of the source specified by the given event changes in some manner.
step() - Method in interface com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget.Images
Returns the image resource of the ladder's steps.
stop() - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TapClickEventsConverter
Unregisters this TapClickEventsConverter from its source, which will cause it to stop firing any click events.
STRING_TRANSCODER - Static variable in interface com.maryanovsky.gwtutils.client.text.Transcoder
A string transcoder.
STYLE_NOT_DEFINED_EXCEPTION_CODE - Static variable in class com.maryanovsky.map.client.opengis.wms.ServiceExceptionReport.ServiceException
The StyleNotDefined exception code.
syncMain(MapWidget, OverviewMapWidget) - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget.StandardSynchronization
Invoked when the location of the overview map changes to apply these changes to the specified main map widget.
syncMain(MapWidget, OverviewMapWidget) - Method in interface com.maryanovsky.map.client.widgets.overview.OverviewMapWidget.Synchronization
Invoked when the location of the overview map changes to apply these changes to the specified main map widget.
syncOverview(MapWidget, OverviewMapWidget) - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget.StandardSynchronization
Invoked when the location of the main map changes to apply these changes to the specified overview map widget.
syncOverview(MapWidget, OverviewMapWidget) - Method in interface com.maryanovsky.map.client.widgets.overview.OverviewMapWidget.Synchronization
Invoked when the location of the main map changes to apply these changes to the specified overview map widget.
SyntheticEvent<H extends EventHandler,E extends GwtEvent<? extends EventHandler>> - Class in com.maryanovsky.gwtutils.client.event
The base class for all events which are synthesized from other GwtEvents.
SyntheticEvent(E) - Constructor for class com.maryanovsky.gwtutils.client.event.SyntheticEvent
Creates a new SyntheticEvent with the specified source event from which it was synthesized.
SyntheticMouseGestureEvent<H extends EventHandler,E extends MouseEvent<? extends EventHandler>> - Class in com.maryanovsky.gwtutils.client.ui.mouse.gestures
The base class for all gesture events which are synthesized from mouse events.
SyntheticMouseGestureEvent(E) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.SyntheticMouseGestureEvent
Creates a new SyntheticMouseGestureEvent with the specified source mouse event from which it was synthesized.
SyntheticTouchGestureEvent<H extends EventHandler,E extends TouchEvent<? extends EventHandler>> - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures
The base class for all gesture events which are synthesized from touch events.
SyntheticTouchGestureEvent(E) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.SyntheticTouchGestureEvent
Creates a new SyntheticTouchGestureEvent with the specified source touch event from which it was synthesized.

T

TapClickEventsConverter - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse
Generates synthetic click events from corresponding tap events.
TapClickEventsConverter(UIObject) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TapClickEventsConverter
Creates a new TapClickEventsConverter with the specified target widget.
TapClickEventsConverter(UIObject, H) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TapClickEventsConverter
Creates a new TapClickEventsConverter with the specified target widget.
TapClickEventsConverter(UIObject, H) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TapClickEventsConverter
Creates a new TapClickEventsConverter with the specified target widget.
tapCondition(TapEvent) - Method in class com.maryanovsky.gwtutils.client.ui.touch.gestures.tap.TapRecognizer
Returns whether the specified TapEvent should be delivered to the handlers.
TapEvent - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.tap
Represents a tap event.
TapEvent(TouchEndEvent, int, PointView) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.tap.TapEvent
Creates a new TapEvent from the specified source TouchEndEvent, tap count and tap location.
TapHandler - Interface in com.maryanovsky.gwtutils.client.ui.touch.gestures.tap
Handler interface for TapEvents.
TapRecognizer - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.tap
Recognizes and fires single-finger, multi-tap events.
TapRecognizer(Object) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.tap.TapRecognizer
Creates a new TapRecognizer which will fire events with the specified source object.
TapRecognizer(Object, H) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.tap.TapRecognizer
Creates a new TapRecognizer which will fire events with the specified source object and use the specified source of touch events.
TapRecognizer(Object, Condition<? super TapEvent>) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.tap.TapRecognizer
Creates a new TapRecognizer which will fire events with the specified source object and consult the specified tap condition before firing tap events.
TapRecognizer(Object, H, Condition<? super TapEvent>) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.tap.TapRecognizer
Creates a new TapRecognizer which will fire events with the specified source object, use the specified source of touch events and consult the specified tap condition before firing tap events.
TapZoomInAction - Class in com.maryanovsky.map.client.actions.touch
Zooms the map in when the user taps the map widget.
TapZoomInAction(MapWidget, boolean) - Constructor for class com.maryanovsky.map.client.actions.touch.TapZoomInAction
Creates a new TapZoomInAction for the specified map widget, and with optionally animated zoom-in transition.
TEMPORARY_OFFSET_PROPERTY_NAME - Static variable in class com.maryanovsky.map.client.MapWidget
The property name for the temporary offset of the map widget.
Tile - Class in com.maryanovsky.map.client
The interface for implementing map tiles.
Tile() - Constructor for class com.maryanovsky.map.client.Tile
 
TileLayer - Interface in com.maryanovsky.map.client
Defines the conversion from pixel map coordinates to the map tiles displayed on the map.
TileSetLayer - Class in com.maryanovsky.map.client.opengis.wms
A TileLayer implementation for a WMS server.
TileSetLayer(Capabilities, Capabilities.TileSet, WmsProjection, int, int) - Constructor for class com.maryanovsky.map.client.opengis.wms.TileSetLayer
Creates a new TileSetLayer for the specified Capabilities.TileSet.
tileSize - Variable in class com.maryanovsky.map.client.tiles.ImageTile
The currently requested size of the tile; null if automatic.
ToggleImageButton - Class in com.maryanovsky.gwtutils.client.ui
A toggle button based on the ImageButton class.
ToggleImageButton(String) - Constructor for class com.maryanovsky.gwtutils.client.ui.ToggleImageButton
Creates a ToggleImageButton with the specified image URL, which will be used for all button states (normal, rollover, selected, disabled).
ToggleImageButton(AbstractImagePrototype) - Constructor for class com.maryanovsky.gwtutils.client.ui.ToggleImageButton
Creates a new ToggleImageButton with the specified image prototype, which will be used for all button states (normal, rollover, selected, disabled).
ToggleImageButton(String, String, String, String) - Constructor for class com.maryanovsky.gwtutils.client.ui.ToggleImageButton
Creates a ToggleImageButton with images retrieved from the specified URLs.
ToggleImageButton(AbstractImagePrototype, AbstractImagePrototype, AbstractImagePrototype, AbstractImagePrototype) - Constructor for class com.maryanovsky.gwtutils.client.ui.ToggleImageButton
Creates an ImageButton with images retrieved from the specified image prototypes.
top() - Method in interface com.maryanovsky.gwtutils.client.ui.ImageBordersPanel.BorderImages
 
top() - Method in interface com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget.Images
Returns the image resource of the ladder's top.
topLeft() - Method in interface com.maryanovsky.gwtutils.client.ui.ImageBordersPanel.BorderImages
 
topRight() - Method in interface com.maryanovsky.gwtutils.client.ui.ImageBordersPanel.BorderImages
 
toString() - Method in class com.maryanovsky.gwtutils.client.geom.Point
Returns a textual representation of this point.
toString() - Method in class com.maryanovsky.gwtutils.client.geom.Rectangle
Returns a textual representation of this rectangle.
toString() - Method in class com.maryanovsky.gwtutils.client.geom.Size
Returns a textual representation of this size.
toString() - Method in class com.maryanovsky.gwtutils.client.net.UrlBuilder
Returns the URL.
toString() - Method in class com.maryanovsky.gwtutils.client.ui.CssLength
Returns the value with the name of the unit appended to it.
toString() - Method in class com.maryanovsky.map.client.LatLng
Returns a textual representation of this coordinate.
toString() - Method in class com.maryanovsky.map.client.LatLngBounds
Returns a textual representation of this object.
TouchGestureRecognizer - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures
The base class for all touch gesture recognizers.
TouchGestureRecognizer(Object) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.TouchGestureRecognizer
Creates a new TouchGestureRecognizer which will dispatch events with the specified source object.
TouchGestureRecognizer(Object, H) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.TouchGestureRecognizer
Creates a new TouchGestureRecognizer which will dispatch events with the specified source object.
TouchMouseEventsConverter - Class in com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse
Generates synthetic mouse events from corresponding touch events.
TouchMouseEventsConverter(Object, UIObject) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TouchMouseEventsConverter
Creates a new TouchMouseEventsConverter with the specified source of fired events and the target widget on which synthetic mouse events are to be dispatched.
TouchMouseEventsConverter(Object, UIObject, H) - Constructor for class com.maryanovsky.gwtutils.client.ui.touch.gestures.mouse.TouchMouseEventsConverter
Creates a new TouchMouseEventsConverter with the specified source of fired events and the target widget on which synthetic mouse events are to be dispatched.
toUrlValue(int) - Method in class com.maryanovsky.map.client.LatLng
Returns a string representing this LatLng suitable for use as the value of a URL parameter.
toUrlValue() - Method in class com.maryanovsky.map.client.LatLng
Same as LatLng.toUrlValue(int), but with a fixed precision of 6 digits after the decimal point.
Transcoder<T> - Interface in com.maryanovsky.gwtutils.client.text
An interface for classes which can both decode and encode objects from/to text.
Triple<T1,T2,T3> - Class in com.maryanovsky.gwtutils.client
A wrapper for any three other given objects.
Triple(T1, T2, T3) - Constructor for class com.maryanovsky.gwtutils.client.Triple
Creates a new Triple with the three given objects.
truth() - Static method in class com.maryanovsky.gwtutils.client.Condition
The always-true condition.

U

UiBinderLayoutSize - Class in com.maryanovsky.gwtutils.client.ui
A small hack which allows one to pass size information from a UiBinder ui.xml file to the code that does the actual layout.
UiBinderLayoutSize() - Constructor for class com.maryanovsky.gwtutils.client.ui.UiBinderLayoutSize
Creates a new UiBinderLayoutSize.
UiUtils - Class in com.maryanovsky.gwtutils.client.ui
A utility class for UI related functionality.
UiUtils() - Constructor for class com.maryanovsky.gwtutils.client.ui.UiUtils
 
unescape(String) - Static method in class com.maryanovsky.gwtutils.client.Utils
The JavaScript unescape function.
unshiftBoolean(boolean) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Pushes the specified boolean value into the beginning of the array.
unshiftDouble(double) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Pushes the specified double value into the beginning of the array.
unshiftInt(int) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Pushes the specified integer value into the beginning of the array.
unshiftObject(JavaScriptObject) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Pushes the specified raw JavaScriptObject value into the beginning of the array.
unshiftString(String) - Method in class com.maryanovsky.gwtutils.client.JsMixedArray
Pushes the specified String value into the beginning of the array.
upButtonImage() - Method in interface com.maryanovsky.gwtutils.client.ui.ButtonScrollPanel.Resources
The image for the "up" button.
updateBoundsWidget() - Method in class com.maryanovsky.map.client.widgets.overview.OverviewMapWidget
Updates the current boundsWidget to accurately reflect the bounds of the main map widget display.
updated(MapWidget, boolean) - Method in interface com.maryanovsky.map.client.Overlay
Invoked when the map view changes.
updated(MapWidget, boolean) - Method in class com.maryanovsky.map.client.WidgetOverlay
Invoked when the map view changes.
updated(MapWidget, boolean) - Method in class com.maryanovsky.map.client.widgets.bubble.BubbleWidget
Called to update the overlay's position.
updatePosition() - Method in class com.maryanovsky.map.client.WidgetOverlay
Updates the widget's position.
updateWidgetSize(SizeView) - Method in class com.maryanovsky.map.client.WidgetOverlay
This method should be called when the widget's size changes.
url - Variable in class com.maryanovsky.map.client.tiles.ImageTile
The URL of the image of the tile.
URL_ARGS - Static variable in class com.maryanovsky.gwtutils.client.Application
The arguments passed to us via the URL.
UrlBuilder - Class in com.maryanovsky.gwtutils.client.net
Constructs a URL from a base URL and parameters.
UrlBuilder(String) - Constructor for class com.maryanovsky.gwtutils.client.net.UrlBuilder
Creates a new UrlBuilder with the specified base URL.
UrlBuilder(UrlBuilder) - Constructor for class com.maryanovsky.gwtutils.client.net.UrlBuilder
Creates a copy of the specified UrlBuilder.
UrlImagePrototype - Class in com.maryanovsky.gwtutils.client.ui
An image prototype which returns images from a certain URL.
UrlImagePrototype(String) - Constructor for class com.maryanovsky.gwtutils.client.ui.UrlImagePrototype
Creates a new UrlImagePrototype with the specified image URL.
UrlImagePrototype(String, Size) - Constructor for class com.maryanovsky.gwtutils.client.ui.UrlImagePrototype
Creates a new UrlImagePrototype with the specified URL and an optional size.
UrlImagePrototype(String, Size, boolean) - Constructor for class com.maryanovsky.gwtutils.client.ui.UrlImagePrototype
Creates a new UrlImagePrototype with the specified URL, an optional size and a flag specifying whether the image is a PNG image.
USER_AGENT - Static variable in class com.maryanovsky.gwtutils.client.BrowserUtils
The user-agent string of the browser we are running in.
Utils - Class in com.maryanovsky.gwtutils.client
A general utility class.
Utils() - Constructor for class com.maryanovsky.gwtutils.client.Utils
 

V

valueOf(String) - Static method in enum com.maryanovsky.gwtutils.client.ui.Alignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.maryanovsky.gwtutils.client.ui.GwtUiDefaults.WidgetElementType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.maryanovsky.gwtutils.client.ui.Alignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.maryanovsky.gwtutils.client.ui.GwtUiDefaults.WidgetElementType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class com.maryanovsky.map.client.opengis.wms.Wms
The WMS version implemented by this package.

W

wheelScrollDownCondition(WheelScrollDownEvent) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollRecognizer
Returns whether the specified WheelScrollDownEvent should be delivered to the handlers.
WheelScrollDownEvent - Class in com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll
Represents a mouse wheel scroll-down event.
WheelScrollDownEvent(MouseWheelEvent, PointView) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollDownEvent
Creates a new WheelScrollDownEvent from the source MouseWheelEvent and location of the mouse.
WheelScrollDownHandler - Interface in com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll
Handler interface for WheelScrollDownEvents.
WheelScrollRecognizer - Class in com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll
Recognizes and fires mouse wheel scroll events.
WheelScrollRecognizer(Object) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollRecognizer
Creates a new WheelScrollRecognizer which will fire mouse wheel scroll events with the specified source object.
WheelScrollRecognizer(Object, H) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollRecognizer
Creates a new WheelScrollRecognizer which will fire mouse wheel scroll events with the specified source object and use the specified source of mouse events.
WheelScrollRecognizer(Object, Condition<WheelScrollUpEvent>, Condition<WheelScrollDownEvent>) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollRecognizer
Creates a new WheelScrollRecognizer which will fire mouse wheel scroll events with the specified source object and consult the specified conditions before doing so.
WheelScrollRecognizer(Object, H, Condition<WheelScrollUpEvent>, Condition<WheelScrollDownEvent>) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollRecognizer
Creates a new WheelScrollRecognizer which will fire mouse wheel scroll events with the specified source object, use the specified source of mouse events and consult the specified conditions before firing the event(s).
wheelScrollUpCondition(WheelScrollUpEvent) - Method in class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollRecognizer
Returns whether the specified WheelScrollUpEvent should be delivered to the handlers.
WheelScrollUpEvent - Class in com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll
Represents a mouse wheel scroll-up event.
WheelScrollUpEvent(MouseWheelEvent, PointView) - Constructor for class com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.WheelScrollUpEvent
Creates a new WheelScrollUpEvent from the source MouseWheelEvent and location of the mouse.
WheelScrollUpHandler - Interface in com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll
Handler interface for WheelScrollUpEvents.
WheelScrollZoomAction - Class in com.maryanovsky.map.client.actions.mouse
Zooms the map in when the user scrolls the mouse-wheel up and zooms it out when he scrolls the mouse-wheel down.
WheelScrollZoomAction(MapWidget, boolean) - Constructor for class com.maryanovsky.map.client.actions.mouse.WheelScrollZoomAction
Creates a new WheelScrollZoomAction for panning the specified map widget.
WidgetOverlay - Class in com.maryanovsky.map.client
An overlay which positions a single widget at a specified location on the map.
WidgetOverlay(Widget, LatLng, PointView, SizeView) - Constructor for class com.maryanovsky.map.client.WidgetOverlay
Creates a new WidgetOverlay which places the specified widget at the specified offset from the specified anchor point.
WidgetOverlay(Widget, LatLng, PointView) - Constructor for class com.maryanovsky.map.client.WidgetOverlay
Creates a new WidgetOverlay which places the specified widget at the specified offset from the specified anchor point.
Wizard - Class in com.maryanovsky.gwtutils.client.ui
A wizard is a multi-stage dialog.
Wizard(DialogCallback) - Constructor for class com.maryanovsky.gwtutils.client.ui.Wizard
Creates a new Wizard with the specified dialog callback.
Wms - Class in com.maryanovsky.map.client.opengis.wms
A class for various static WMS values and utilities.
Wms() - Constructor for class com.maryanovsky.map.client.opengis.wms.Wms
 
WmsProjection - Interface in com.maryanovsky.map.client.opengis.wms
A WmsProjection adds the ability to convert from pixel coordinates to the projection's "native" coordinates.
worldHeight - Variable in class com.maryanovsky.map.client.projections.AbstractProjection
The height of the world, in pixels, at the native zoom.
worldWidth - Variable in class com.maryanovsky.map.client.projections.AbstractProjection
The width of the world, in pixels, at the native zoom.
WrapperPanel - Class in com.maryanovsky.gwtutils.client.ui
A SimplePanel which makes any child widget fill it completely.
WrapperPanel() - Constructor for class com.maryanovsky.gwtutils.client.ui.WrapperPanel
Creates a new WrapperPanel.
WrapperPanel(Widget) - Constructor for class com.maryanovsky.gwtutils.client.ui.WrapperPanel
Creates a new WrapperPanel with the specified widget as its child.

X

XmlParser<T> - Interface in com.maryanovsky.gwtutils.client.net
An interface for classes which can parse XML documents, converting them into an object.
XmlResponseHandler<T> - Class in com.maryanovsky.gwtutils.client.net
A base implementation of a RequestCallback which handles XML responses.
XmlResponseHandler(String, String, String, XmlParser<T>, ResultCallback<T>) - Constructor for class com.maryanovsky.gwtutils.client.net.XmlResponseHandler
Creates a new XmlResponseHandler with the specified arguments.

Z

zoomBy(int, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Zooms in or out by the specified number of zooms, optionally with animation (if supported).
zoomByFixPoint(int, PointView, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Zooms in or out by specified number of zooms, while keeping the specified pixel point (in widget coordinates) fixed on the screen, optionally with animation (if supported).
zoomByTargetLocation(int, LatLng, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Zooms in or out by specified number of zooms, while moving the map to the specified location, optionally with animation (if supported)
zoomByTargetPoint(int, PointView, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Zooms in or out by specified number of zooms, while moving the map to the specified pixel location (in widget coordinates), optionally with animation (if supported)
zoomCheck(int) - Method in class com.maryanovsky.map.client.MapLocationModel
Checks whether the specified zoom is within our zoom bounds of our and throws an IllegalArgumentException exception if not.
zoomIn() - Method in interface com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget.Images
Returns the image resource of the zoom-in button.
zoomOut() - Method in interface com.maryanovsky.map.client.widgets.zoom.LargeZoomWidget.Images
Returns the image resource of the zoom-out button.
zoomStrategy - Variable in class com.maryanovsky.map.client.projections.AbstractProjection
The zoom magnification strategy.
ZoomStrategy - Interface in com.maryanovsky.map.client.projections
An interface that encapsulates the zoom magnification part of a Projection.
zoomTo(int, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Zooms to the specified zoom, optionally with animation (if supported).
zoomToFixPoint(int, PointView, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Zooms to the specified zoom, while keeping the specified pixel point (in widget coordinates) fixed on the screen, optionally with animation (if supported).
zoomToTargetLocation(int, LatLng, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Zooms to the specified zoom, while moving the map to the specified location, optionally with animation (if supported).
zoomToTargetPoint(int, PointView, boolean) - Method in class com.maryanovsky.map.client.MapWidget
Zooms to the specified zoom, while moving the map to the specified pixel location (in widget coordinates), optionally with animation (if supported).

A B C D E F G H I J L M N O P Q R S T U V W X Z