|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.rim.device.api.ui.Field
net.rim.device.api.ui.Manager
net.rim.device.api.ui.Screen
net.rim.device.api.ui.container.PopupScreen
net.rim.device.api.lbs.picker.AbstractLocationPicker
net.rim.device.api.lbs.picker.EnterLocationPicker
public class EnterLocationPicker
The EnterLocationPicker provides the user the ability to manually enter a location via the LocationPicker. The location entered may optionally be validated by geocoding the manual entry. If the entry cannot be geocoded the user will be prompted to update or accept the unvalidated address.
The EnterLocationPicker provides the following fields
| Field Summary |
|---|
| Fields inherited from class net.rim.device.api.lbs.picker.AbstractLocationPicker |
|---|
CANCEL, CLOSE |
| Fields inherited from class net.rim.device.api.ui.Screen |
|---|
DEFAULT_CLOSE, DEFAULT_MENU, NO_SYSTEM_MENU_ITEMS |
| Fields inherited from class net.rim.device.api.ui.Manager |
|---|
BOTTOMMOST, DOWNWARD, HORIZONTAL_SCROLL, HORIZONTAL_SCROLLBAR, HORIZONTAL_SCROLLBAR_MASK, HORIZONTAL_SCROLL_MASK, LEAVE_BLANK_SPACE, LEFTMOST, LEFTWARD, NO_HORIZONTAL_SCROLL, NO_HORIZONTAL_SCROLLBAR, NO_SCROLL_RESET, NO_VERTICAL_SCROLL, NO_VERTICAL_SCROLLBAR, QUANTA_FONT, RIGHTMOST, RIGHTWARD, TOPMOST, UPWARD, VERTICAL_SCROLL, VERTICAL_SCROLLBAR, VERTICAL_SCROLLBAR_MASK, VERTICAL_SCROLL_MASK |
| Fields inherited from interface net.rim.device.api.ui.FieldChangeListener |
|---|
PROGRAMMATIC |
| Constructor Summary | ||
|---|---|---|
|
protected |
EnterLocationPicker(Manager delegate,
boolean geocode)
Construct a EnterLocationPicker |
| Method Summary | ||
|---|---|---|
|
static EnterLocationPicker |
getInstance(boolean geocode)
Get an instance of the "Enter location..." |
| Methods inherited from class net.rim.device.api.lbs.picker.AbstractLocationPicker |
|---|
cancelPickLocation, closePicker, doModal, fieldChanged, getLocation, getLocationPickerName, isLocationPersistable, pickLocation, setLocation |
| Methods inherited from class net.rim.device.api.ui.container.PopupScreen |
|---|
paint, sublayout |
| Methods inherited from class net.rim.device.api.ui.Manager |
|---|
addAll, deleteAll, getHorizontalScroll, getPreferredHeightOfChild, getPreferredWidthOfChild, getVerticalScroll, getVirtualHeight, getVirtualWidth, getVisibleHeight, getVisibleWidth, invalidateFieldRange, isDownArrowShown, isUpArrowShown, isValidLayout, layout, layoutChild, moveFocus, moveFocus, nextFocus, nextFocus, paintChild, setFocus, setHorizontalScroll, setHorizontalScroll, setPositionChild, setScrollListener, setScrollingInertial, setVerticalScroll, setVirtualExtent, subpaint |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected EnterLocationPicker(Manager delegate,
boolean geocode)
delegate - Manager this screen uses as a layout delegate.geocode - the location. If set to true and the response cannot be geocoded the user will be prompted
to update the location, or continue with the location without an geocoded information.
ControlledAccessException - If the application does not have PERMISSION_LOCATION_DATA permission| Method Detail |
|---|
public static EnterLocationPicker getInstance(boolean geocode)
geocode - validate the address by requesting associated coordinates
ControlledAccessException - If geocode = true and the application does not have PERMISSION_LOCATION_DATA permission
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2010 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.