A B C D E F G H I J K L M N O P R S T U V W Y _

A

abs(int) - Method in class API
Returns the absolute value of an int value.
abs(long) - Method in class API
Returns the absolute value of an long value.
ActionCallback - Interface in
This interface represents a function prototype for a user interface action.
actionPerformed(Shell, Component, int) - Method in interface ActionCallback
Called when specified action has occurred.
actionPerformed(Shell, Component, int) - Method in interface Script
Called when specified action has occurred.
add(Component) - Method in class Component
Adds the given component to end of this container.
add(int, Object) - Method in class List
Inserts the specified element at the specified position in this list.
add(Object) - Method in class List
Appends the specified element to the end of this list
add(int, String) - Method in class Menu
Creates a new MenuItem with specified action id and text.
add(Value) - Method in class Value
Adds a new element to this Value.
addElement(String, String, String, String, String, Component) - Method in class View
Adds an element to this View.
after(Calendar) - Method in class Calendar
Compares the time field records.
AM - Static variable in class API
Calendar 12-hour clock: morning
AM_PM - Static variable in class API
Calendar field
animate(Animation, int, int) - Method in interface AnimationCallback
Handle animation by interpolating the current state and use it to perform desired animation effect.
Animation - Class in
Animation represents timed transition of Animation.source() state to Animation.target() state.
Animation(int, int, int, int, int, AnimationCallback) - Constructor for class Animation
Creates and starts new animation.
ANIMATION_LINEAR - Static variable in class API
Animation, linear interpolation
ANIMATION_QUAD - Static variable in class API
Animation, quad interpolation
ANIMATION_SINE - Static variable in class API
Animation, sine interpolation
AnimationCallback - Interface in
This interface represents function protoype for handling animation.
ANY - Static variable in class API
Input flags: Any input allowed
API - Class in
This class contains constants and functions that available on scripts globally, without any prefix.
append(boolean) - Method in class Buffer
Appends the string representation of the boolean argument to the string buffer.
append(int) - Method in class Buffer
Appends the string representation of the int argument to this string buffer.
append(char) - Method in class Buffer
Appends the specified char argument to this string buffer.
append(long) - Method in class Buffer
Appends the string representation of the long argument to this string buffer.
append(Object) - Method in class Buffer
Appends the string representation of the Object argument to this string buffer.
appendLink(Style, String, Object) - Method in class HyperText
Adds a new link span into this hyper text.
appendMarkup(Map, String) - Method in class HyperText
Appends more text into this hyper text using tagged format.
appendMarkup(String, String) - Method in class HyperText
Appends more text into this hyper text using tagged format.
appendText(String) - Method in class Component
Sets the more text into Text or Input component.
appendText(Style, String) - Method in class HyperText
Adds a new text span into this hyper text.
APRIL - Static variable in class API
Calendar month of year
argument(int) - Method in class Style
Return custom argument.
AUGUST - Static variable in class API
Calendar month of year
available() - Method in class InputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.

B

Banner - Class in
Banner component shows a banner ad image.
Banner(String) - Constructor for class Banner
Constructs a new Banner component.
BASELINE - Static variable in class API
Vertical alignment flag
before(Calendar) - Method in class Calendar
Compares the time field records.
begin(int, String) - Method in class Menu
Creates a new MenuItem with sub menu.
BLURRED - Static variable in class API
Implicit action: Called by the system when focus leaves the widget
BOTTOM - Static variable in class API
Vertical alignment flag
broadcast(String, Value) - Method in class Channel
Broadcast a message to all participants on this channel.
BROWSER_FAILED - Static variable in class API
Phone does not support given url (protocol) or user declined the security prompt.
BROWSER_LATER - Static variable in class API
Phone does not support multi-tasking, browser is opened after WidSets client is closed.
BROWSER_OK - Static variable in class API
Browser was opened successfully.
Buffer - Class in
A string buffer implements a mutable sequence of characters.
Buffer() - Constructor for class Buffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
Buffer(int) - Constructor for class Buffer
Constructs a string buffer with no characters in it and an initial capacity specified by the capacity argument.
ByteArray - Class in
This class implements an facade for byte[].
ByteArray(int) - Constructor for class ByteArray
Creates a new byte[] with specified length.

C

Calendar - Class in
Calendar is a class for getting and setting dates using a set of integer fields such as YEAR, MONTH, DAY.
Calendar() - Constructor for class Calendar
Creates a calendar using the default time zone and locale.
Calendar(TimeZone) - Constructor for class Calendar
Creates a calendar using the time zone given as argument and default locale.
call(Object, String, String, Value) - Method in class API
Calls a server side service.
call(Object, String, String, Value, SuccessCallback, FailureCallback) - Method in class API
Calls a server side service.
call(Object, String, Value, SuccessCallback, FailureCallback) - Method in class API
Calls a server side service anonymously.
callSerially(Runnable) - Method in class API
Executes specified operation later, by placing it into the user interface event queue.
Camera - Class in
Camera component shows the camera preview feed and provides the logic to take a snapshot.
Camera(Style) - Constructor for class Camera
Creates a new Camera component.
cancel() - Method in class Animation
Stops this animation sequence.
cancel() - Method in class Timer
Cancels all future executions of this timer.
Canvas - Class in
Canvas is a component which is painted by script.
Canvas(Style) - Constructor for class Canvas
Constructs a new Canvas component.
Canvas(Style, PaintCallback) - Constructor for class Canvas
Constructs a new Canvas component with custom paint callback.
capture(List) - Method in class Camera
Takes a photo using phone's camera, with the given format specifications.
Channel - Class in
This class represents messaging channel.
CHANNEL_CLOSED - Static variable in class API
Status code for channel handling.
CHANNEL_INFO_UPDATED - Static variable in class API
Status code for channel handling.
CHANNEL_JOINED - Static variable in class API
Status code for channel handling.
CHANNEL_LEFT - Static variable in class API
Status code for channel handling.
CHANNEL_NOT_FOUND - Static variable in class API
Status code for channel handling.
CHANNEL_OPENED - Static variable in class API
Status code for channel handling.
CHANNEL_PROTOCOL_MISMATCH - Static variable in class API
Status code for channel handling.
ChannelCallback - Interface in
This interface represents function protocol for obtaining the channel handles.
charAt(int) - Method in class String
Returns the character at the specified index.
Choice - Class in
Choice component gives a user a predefined set of choices to choose from.
Choice(Style, Style) - Constructor for class Choice
Constructs a new Choice component.
clear(int) - Method in class ByteArray
Fills the whole array with specified byte.
clear() - Method in class Component
Clears all children from container.
clear() - Method in class HyperText
Clears the contents of this hyper text component.
clear(int) - Method in class IntArray
Fills the whole array with specified integer.
clear() - Method in class List
Removes all of the elements from this list.
clear() - Method in class Map
Removes all mappings from this map.
close() - Method in class Camera
Closes camera and release allocated resources.
close() - Method in class Channel
Closes this channel.
close() - Method in class Player
Closes Player instance and releases resources.
closeWidget() - Method in interface Script
Called when last script-created maximized shell is popped.
color(int) - Method in class Style
Return custom color.
commit() - Method in class Config
Saves the changes made to this config.
Comparator - Interface in
This interface represents function prototype for a comparison function, which imposes a total ordering on some collection of objects.
compare(Object, Object) - Method in interface Comparator
Compares its two arguments for order.
compareTo(String) - Method in class String
Compares two strings lexicographically.
compareToIgnoreCase(String) - Method in class String
Compares two strings lexicographically, ignoring case differences.
Component - Class in
Component is base class for user interface elements.
Component(Style) - Constructor for class Component
Creates a new component with the specified style.
computeLayout() - Method in class Shell
Computes the actual position and dimensions of every component on the screen.
Config - Class in
This class represents set of parameters for Widget.
consumed(int) - Method in class Style
Calculates the total amount of space consumed from specified edges of this style.
contains(String) - Method in class Value
Checks if any of the child elements with type IS_BINDING has a matching key.
contains(Value) - Method in class Value
Checks if any of the child elements matches given Value.
containsKey(Object) - Method in class Map
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class Map
Returns true if this map maps one or more keys to the specified value.
copy() - Method in class Calendar
Creates a copy from this calendar instance.
copy() - Method in class Value
Returns duplicate of this Value.
cos(int) - Method in class API
Returns the trigonometric cosine of an angle.
createElement(String, String, Style, Object) - Method in interface Script
Callback to create user interface element for view.
createMaximizedView(String, Object) - Method in class API
Deprecated. Use createView(String, Object) instead
createMinimizedView(String, Object) - Method in class API
 
createView(String, Object) - Method in class API
Creates a view according to view specification on widget.xml file of this widget.
currentTimeMillis() - Method in class API
Returns the current time in milliseconds.

D

DATE - Static variable in class API
Calendar field
DAY_OF_MONTH - Static variable in class API
Calendar field
DAY_OF_WEEK - Static variable in class API
Calendar field
DECEMBER - Static variable in class API
Calendar month of year
DECIMAL - Static variable in class API
Input flags: Field is number
decodeHex(String) - Method in class API
Decodes specified string into ByteArray, assuming it contains hexadecimal notation.
decodeString(ByteArray, String) - Method in class API
Construct a new String by converting the specified array of bytes using the specified character encoding.
delete(int, int) - Method in class Buffer
Removes the characters in a substring of this Buffer.
DIMMED - Static variable in class API
Shell and Popup flag: Indicates that a dimming layer should be applied on background before painting.
drawArc(int, int, int, int, int, int) - Method in class Graphics
Draws a circular or elliptical arc covering the specified rectangle.
drawImage(Image, int, int, int) - Method in class Graphics
Draws the specified image by using the anchor point.
drawLine(int, int, int, int) - Method in class Graphics
Draws a line between the coordinates (x1,y1) and (x2,y2) using the current color and stroke style.
drawRect(int, int, int, int) - Method in class Graphics
Draws the outline of the specified rectangle using the current color and stroke style.
drawString(String, int, int, int) - Method in class Graphics
Draws the specified String using the current font and color.
dumpTree(Component) - Method in class API
Prints component-tree of given component.
duration() - Method in class Animation
Returns the duration of animation, in milliseconds.

E

edit() - Method in class Input
Opens the full screen edit mode for this input field.
edit(ActionCallback) - Method in class Input
Opens the full screen edit mode for this input field.
EMAILADDR - Static variable in class API
Input flags: Field is email address
enable(int, boolean) - Method in class Menu
Enable or disable menu item with specified action id.
encodeHex(ByteArray) - Method in class API
Encodes specified array into hexadecimal notation.
encodeString(String, String) - Method in class API
Converts the specified String into bytes according to the specified character encoding, storing the result into a new byte array.
encodeURL(String) - Method in class API
Encodes the specified string using url encoding.
end() - Method in class Menu
Closes sub menu and returns to parent menu.
endsWith(String) - Method in class String
Tests if this string ends with the specified suffix.
equals(Object) - Method in class Object
Indicates whether some other object is "equal to" this one.
equalsIgnoreCase(String) - Method in class String
Compares this String to another String, ignoring case considerations.
execute(String, Value) - Method in interface ServiceCallback
Execute received service call.
explode(String) - Method in class String
Splits this String into list of substrings according to given divider string.
export() - Method in class Config
Export the configuration as Value structure.

F

FACE_MONOSPACE - Static variable in class API
Face of Font
FACE_PROPORTIONAL - Static variable in class API
Face of Font
FACE_SYSTEM - Static variable in class API
Face of Font
FailureCallback - Interface in
This interface represents function prototype for a failed server operation.
FEBRUARY - Static variable in class API
Calendar month of year
fillArc(int, int, int, int, int, int) - Method in class Graphics
Fills a circular or elliptical arc covering the specified rectangle.
fillRect(int, int, int, int) - Method in class Graphics
Fills the specified rectangle with the current color.
fillTriangle(int, int, int, int, int, int) - Method in class Graphics
Fills the specified triangle will the current color.
find(Object) - Method in class Component
Searches for component with matching data attachment.
first() - Method in class Component
Returns the first component on container.
Flow - Class in
Flow is a container class for other user interface Components.
Flow(Style) - Constructor for class Flow
Creates a new Flow container.
flushScreen(boolean) - Method in class API
Repaints whole UI or selected components.
FOCUS_CHANGED - Static variable in class API
Implicit action: focused Component has changed
FOCUSABLE - Static variable in class API
Component flag: Component is focusable
FOCUSED - Static variable in class API
Implicit action: Called by the system when the focus enters the widget
focused() - Method in class Shell
Returns the currently focused component on shell.
focused() - Method in class Style
Returns the focused variant of this style.
Font - Class in
This class is a handle to font.
font(int) - Method in class Style
Return custom font.
format(int) - Method in class Calendar
Formats calendars date and/or time as string according to current locale/language.
format$(String) - Method in class API
Creates a formatted string according to C-style %conventions.
FORMAT_DATE - Static variable in class API
Calendar Format date as string according to current locale
FORMAT_DATETIME - Static variable in class API
Calendar Format date and time as string according to current locale
FORMAT_TIME - Static variable in class API
Calendar Format time as string according to current locale
FRIDAY - Static variable in class API
Calendar day of week

G

get(int) - Method in class Component
Returns the component at the specified index.
get(int) - Method in class Menu
Returns MenuItem with specified action id.
get(String) - Method in class Store
Returns the named element as ByteArray.
getAction() - Method in class Component
Gets the explicit "fire" action associated with this component.
getAvailableTimeZones() - Method in class API
Gets all the available IDs supported.
getBit(int) - Method in class ByteArray
Returns the bit at specified index.
getCapacity() - Method in class Input
Gets the capacity (number of characters) that can be contained in this Input.
getChoices(int) - Method in class Config
Returns the list of choices available for option at specified index.
getClip() - Method in class Graphics
Returns the current clipping area.
getColor() - Method in class Graphics
Gets the current color.
getConfig() - Method in class API
Returns widget's config.
getCurrentPosition() - Method in class Scrollable
Returns a a current position of view port.
getData() - Method in class Component
Gets the data attachment associated with this component.
getDefaultTimeZone() - Method in class API
Gets the default TimeZone for this host.
getDescription(int) - Method in class Config
Returns the description of option at specified index.
getDisplaySize() - Method in class API
Returns total size of display, including menu-button area.
getElement(String) - Method in class Component
Returns named component from View.
getFlags() - Method in class Component
Return the current flags of this component
getFont(int, int, int) - Method in class API
Returns the font object according to given parameters.
getFont() - Method in class Graphics
Gets the current font used by text drawing operations.
getGraphics() - Method in class Image
Returns Graphics object that can be used to draw on this Image.
getId() - Method in class Member
Returns the unique identification string for this member.
getID() - Method in class TimeZone
Gets the ID of this time zone.
getImage(String) - Method in class API
Creates an image according the .png stored on client .jar.
getImage(ByteArray) - Method in class API
Creates an image from supplied .png encoded data.
getImage(Store, String) - Method in class API
Creates an image from .png encoded data stored under given name at Store.
getImage() - Method in class Component
Return the current image of Label or Picture component.
getInfo() - Method in class Channel
Returns the free info structure associated with this channel.
getInfo() - Method in class Member
Returns the associated info structure for this member.
getLocation() - Method in class Component
Returns the coordinate of component.
getMember() - Method in class Channel
Returns the member representing this widget's membership on the channel.
getMember(String) - Method in class Channel
Returns the member with specified id.
getMembers() - Method in class Channel
Returns the list of members on this channel.
getMemoryUsage() - Method in class API
Returns the current memory usage of system.
getMenu(Shell, Component) - Method in interface MenuCallback
Called when user has requested menu to be opened.
getMenu(Shell, Component) - Method in interface Script
Called when user has requested menu to be opened.
getMillis() - Method in class Calendar
Gets this Calendar's current time as a long expressed in milliseconds after January 1, 1970, 0:00:00 GMT (the epoch).
getMinimizedView() - Method in class API
Returns the current minimized view of this widget.
getName() - Method in class Channel
Returns the name of channel.
getName(int) - Method in class Config
Returns the name of option at specified index.
getOffset() - Method in class TimeZone
Gets the GMT offset for this time zone.
getParameter(String) - Method in class API
Returns the current value of given parameter.
getParameters() - Method in class API
Returns a map containing all parameters for this widget.
getParent() - Method in class Component
Return the parent component.
getPicture(String) - Method in class API
Loads image from url specified and displays it as a Picture.
getPicture(String, int, int, String) - Method in class API
Loads image from url specified and displays it as a Picture.
getPlayer(String, int) - Method in class API
Return handle to sound player that can be used to play and stop playing multiple times.
getPlayer(ByteArray, String, int) - Method in class API
Creates Player for playing sound.
getPosition() - Method in class Scrollable
Returns a a target position of view port.
getProperty(String) - Method in class API
Returns a system property with given name.
getProperty(String) - Method in class System
Returns a system property with given name.
getProtocol() - Method in class Channel
Returns the name of "protocol" used on this channel.
getRegion(int, int, int, int) - Method in class Image
Creates a new image from region of this Image.
getResource(String) - Method in class API
Returns the named widget resource as ByteArray.
getRGB(IntArray, int, int, int, int, int, int) - Method in class Image
Obtains ARGB pixel data from the specified region of this image and stores it in the provided array of integers.
getScreenSize() - Method in class API
Returns size of the current maximized screen, excluding menu-button area.
getSelected() - Method in class Choice
Returns the index of currently selected choice.
getServices() - Method in class API
Returns a map containing all service specifications for this Widget.
getShell() - Method in class Component
Returns the root Shell of component tree.
getShells() - Method in class API
Returns a list containing all shells belonging to this widget.
getSize() - Method in class Component
Returns the realized width and height of this Component.
getSize() - Method in class Store
Returns the amount of space, in bytes, that the store occupies.
getSoftKey(Shell, Component, int) - Method in interface Script
Called when system wants to get a binding for soft key.
getSoftKey(Shell, Component, int) - Method in interface SoftKeyCallback
Called when system wants to get a binding for soft key.
getStore() - Method in class API
Returns the persistent storage for this Widget.
getStream(String) - Method in class Store
Returns the named element as InputStream.
getStyle(String) - Method in class API
Returns the named style from stylesheet of this Widget.
getStyle(String, String) - Method in class API
Returns the named style from stylesheet of this Widget.
getStyle() - Method in class Component
Returns the current style of this component.
getText() - Method in class Component
Return the current text of Label, Text or Input component.
getTimeZone(String) - Method in class API
Gets the TimeZone for the given ID.
getTimeZone() - Method in class Calendar
Gets the TimeZone for this Calendar object.
getTotalSize() - Method in class Scrollable
Returns a dimension of contained component.
getTranslate() - Method in class Graphics
Returns the current translation origin.
getType(int) - Method in class Config
Returns the type of option at specified index.
getUsername() - Method in class API
Returns the username.
getValue(String) - Method in class Config
Returns the value of specified option.
getValue(int) - Method in class Config
Returns the value of option at specified index.
getValue(String) - Method in class Store
Returns the named element as Value.
getVersion() - Method in class API
Returns the version of the client taken from the MIDlet-Version parameter of jad file.
getViewPort() - Method in class Component
Searches for Scrollable among the parents of this Component.
getViewSize() - Method in class Scrollable
Returns a dimension of view port.
getWidgetID() - Method in class API
Returns the id of widget, returned from dabo/get service call.
getWidgetName() - Method in class API
Returns the name of widget, returned from dabo/get service call.
getWidgetName(int) - Method in class API
Returns the name of widget with given id.
Graphics - Class in
Provides simple 2D geometric rendering capability.

H

handleMessage(String, Object) - Method in interface Script
This privileged operation is used when java code wishes to interact with integrated "core" widget.
has(String) - Method in class Store
Checks if the store has a named element.
hashCode() - Method in class Object
Returns a hash code value for the object.
hasLinefeed() - Method in class Component
Return the current state of LINEFEED flag.
HCENTER - Static variable in class API
Horizontal alignment flag
height() - Method in class Font
Returns the height of Font, in pixels.
height() - Method in class Image
Returns the height of image, in pixels.
HEXPAND - Static variable in class API
Flag that only affects Components that have been placed on Flow and has preferredWidth = 0.
HLIMIT - Static variable in class API
Flag that only affects Components that have been placed on Flow and has preferredWidth = 0.
HOUR - Static variable in class API
Calendar field
HOUR_OF_DAY - Static variable in class API
Calendar field
HyperText - Class in
HyperText is multiline text component that supports different text styles and embedded links.
HyperText(Style) - Constructor for class HyperText
Creates a new HyperText.

I

Image - Class in
This class represents loaded image that can be draw to screen.
Image(int, int) - Constructor for class Image
Creates new Image that can be modified by acquiring the Graphics and drawing into it.
Image(IntArray, int, int, boolean) - Constructor for class Image
Creates an immutable image from a sequence of ARGB values, specified as 0xAARRGGBB.
image(int) - Method in class Style
Return custom image.
indexOf(Component) - Method in class Component
Returns the index of specified child in container.
indexOf(Object) - Method in class List
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOf(String, int) - Method in class String
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(char, int) - Method in class String
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
INITIAL_CAPS_SENTENCE - Static variable in class API
Input flags: Suggests that first character of first word of sentence ought to be capitalized
INITIAL_CAPS_WORD - Static variable in class API
Input flags: Suggests that first character of each word ought to be capitalized
Input - Class in
Creates text field component used for input.
Input(Style, String, int) - Constructor for class Input
Creates a new Input component.
Input(Style, String, String, int) - Constructor for class Input
Creates a new Input component.
InputStream - Class in
The InputStream class provides for reading bytes from a binary stream and reconstructing from them data in the primitive types.
InputStream(ByteArray) - Constructor for class InputStream
Creates a new InputStream that will read the contents of given ByteArray.
insert(int, boolean) - Method in class Buffer
Inserts the string representation of the boolean argument into this string buffer.
insert(int, int) - Method in class Buffer
Inserts the string representation of the second int argument into this string buffer.
insert(int, char) - Method in class Buffer
Inserts the second char argument into this string buffer.
insert(int, long) - Method in class Buffer
Inserts the string representation of the long argument into this string buffer.
insert(int, Object) - Method in class Buffer
Inserts the string representation of the Object argument into this string buffer.
insert(int, Component) - Method in class Component
Inserts the given component to specified index in this container.
IntArray - Class in
This class implements an facade for int[].
IntArray(int) - Constructor for class IntArray
Creates a new int[] with specified length.
IS_BINARY - Static variable in class API
Value type: byte[]
IS_BINDING - Static variable in class API
Value type: key-to-value binding
IS_BOOLEAN - Static variable in class API
Value type: boolean
IS_INT - Static variable in class API
Value type: int
IS_LIST - Static variable in class API
Value type: Value[]
IS_NULL - Static variable in class API
Value type: null
IS_STRING - Static variable in class API
Value type: String
isAvailable() - Method in class Camera
Checks if the platform supports camera
isDashboardVisible() - Method in class API
Checks if the dashboard is currently visible.
isEditable(int) - Method in class Config
Checks if option at specified index is editable.
isFocusable() - Method in class Component
Return the current state of FOCUSABLE flag.
isNull() - Method in class Value
Checks if this Value is IS_NULL.
isOnline() - Method in class API
Returns the current online state of client.
isRegistered() - Method in class API
Returns if user if registered or not.
isShown() - Method in class Component
Checks if the given component is shown on screen.
isSupported(String) - Method in class API
Checks if specified feature is supported by client/platform.
isUsingHTTP() - Method in class API
Returns true, if HTTP protocol is used between client and server, instead of socket connection.
isVisible() - Method in class Component
Return the current state of VISIBLE flag.
isVisible() - Method in class Config
Checks if this config is visible.
isVisible(int) - Method in class Config
Checks if option at specified index is visible.
isWrapping() - Method in class Component
Return the current state of WRAP flag.
ITEM_CANCEL - Static variable in class API
Implicit action: contents of an NativeInput has not changed
ITEM_CHANGED - Static variable in class API
Implicit action: contents of an Component has changed

J

JANUARY - Static variable in class API
Calendar month of year
join(Value, int, MemberCallback, MessageCallback) - Method in class Channel
Joins this channel, updating the member list.
JULY - Static variable in class API
Calendar month of year
JUNE - Static variable in class API
Calendar month of year

K

KEY_BACK - Static variable in class API
Key code: Back/Cancel soft key
KEY_BACKSPACE - Static variable in class API
Key code: backspace
KEY_CR - Static variable in class API
Key code: carriage return
KEY_DELETE - Static variable in class API
Key code: delete
KEY_DOWN - Static variable in class API
Key code: down arrow
KEY_ENTER - Static variable in class API
Key code: line feed
KEY_ESC - Static variable in class API
Key code: escape
KEY_FIRE - Static variable in class API
Key code: fire
KEY_LEFT - Static variable in class API
Key code: left arrow
KEY_OK - Static variable in class API
Key code: OK soft key
KEY_PRESSED - Static variable in class API
Key action type: key was pressed.
KEY_RELEASED - Static variable in class API
Key action type: key was released.
KEY_REPEATED - Static variable in class API
Key action type: key was repeated.
KEY_RIGHT - Static variable in class API
Key code: right arrow
KEY_TAB - Static variable in class API
Key code: tabulator
KEY_UP - Static variable in class API
Key code: up arrow
keyAction(Component, int, int) - Method in interface KeyCallback
Called when key event has occurred.
keyAction(Component, int, int) - Method in interface Script
Called when key event has occurred.
KeyCallback - Interface in
This interface represents a function prototype for a key action.
keys() - Method in class Map
Returns a list containing all the keys on this map.

L

Label - Class in
Label component shows a single line of text.
Label(Style, String) - Constructor for class Label
Constructs a new Label component.
last() - Method in class Component
Returns the last component on container.
lastIndexOf(Object) - Method in class List
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastIndexOf(char, int) - Method in class String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
leave() - Method in class Channel
Leaves this channel.
LEFT - Static variable in class API
Horizontal alignment flag
length() - Method in class Buffer
Returns the length (character count) of this string buffer.
length() - Method in class ByteArray
Returns the length of this array.
length() - Method in class IntArray
Returns the length of this array.
length() - Method in class String
Returns the length of this string.
LINEFEED - Static variable in class API
Component flag: Component is followed by a linefeed
List - Class in
The List class implements a growable array of objects.
List() - Constructor for class List
Constructs a new List instance with initial capacity of 10 elements.
list() - Method in class Store
Returns a list containing the names of all stored elements.

M

Map - Class in
This class implements a hashtable, which maps keys to values.
Map() - Constructor for class Map
Constructs a new Map instance.
MARCH - Static variable in class API
Calendar month of year
MARK_READ - Static variable in class API
Explicit action: Called by the system suggesting that all the "items" on widget should be marked read, if applicable
MATH_SCALE - Static variable in class API
Scale of integer math (32768).
max(int, int) - Method in class API
Returns the greater of two int values.
max(long, long) - Method in class API
Returns the greater of two long values.
MAY - Static variable in class API
Calendar month of year
Member - Class in
This class represents participant on Channel.
MEMBER_JOINED - Static variable in class API
Status code for membership handling.
MEMBER_LEFT - Static variable in class API
Status code for membership handling.
MEMBER_UPDATED - Static variable in class API
Status code for membership handling.
MemberCallback - Interface in
This interface represents function protocol for handling the changes in channel member list.
Menu - Class in
This class represents the Menus that are shown to user.
Menu() - Constructor for class Menu
Constructs a new Menu instance.
MenuCallback - Interface in
This interface represents a function prototype for acquiring the Menu instance.
MenuItem - Class in
This class represents an individual item on a Menu.
MenuItem(int, String) - Constructor for class MenuItem
Constructs a new MenuItem.
MessageCallback - Interface in
This interface represents function protype for channel message handling.
messageReceived(String, Object, ResponseCallback) - Method in interface Script
Called when inter widget communication request has been received.
MILLISECOND - Static variable in class API
Calendar field
min(int, int) - Method in class API
Returns the smaller of two int values.
min(long, long) - Method in class API
Returns the smaller of two long values.
MINUTE - Static variable in class API
Calendar field
MONDAY - Static variable in class API
Calendar day of week
MONTH - Static variable in class API
Calendar field
morphColor(int, int, int) - Method in class API
Morphs color from source to target.

N

NativeInput - Class in
Deprecated. Use Input instead
NativeInput(Style, String, String, int) - Constructor for class NativeInput
Deprecated. Use Input instead
NON_PREDICTIVE - Static variable in class API
Input flags: Non predictive input mode should be used
NOVEMBER - Static variable in class API
Calendar month of year
NULL() - Method in class API
Value: IS_NULL
NUMERIC - Static variable in class API
Input flags: Numeric input allowed

O

Object - Class in
Class Object is the root of the class hierarchy.
Object() - Constructor for class Object
Constructs a new Object instance.
OCTOBER - Static variable in class API
Calendar month of year
onChannel(int, Channel) - Method in interface ChannelCallback
Called when cannel has been created or it has changed.
ONE_LINE - Static variable in class API
Input flags: Input field does not expand beyound one line
onFailure(Object, String) - Method in interface FailureCallback
Called when server operation has finished but an error has happened.
onFailure(Object, String) - Method in interface Script
Called when server call has failed.
onMember(int, Member) - Method in interface MemberCallback
Notifies changes on channel members.
onMessage(Member, String, Value) - Method in interface MessageCallback
Handles incoming channel message.
onSuccess(Object, Value) - Method in interface Script
Called when server call has finished successfully.
onSuccess(Object, Value) - Method in interface SuccessCallback
Called when a server operation has finished successfully.
OPAQUE - Static variable in class API
Shell and Popup flag: Indicates that shell is fully opaque and therefore the underlying shell need not be painted as a background.
open(Shell) - Method in class Menu
Opens this menu.
OPEN_HELP - Static variable in class API
Explicit action: Called by the system suggesting that widget should load and show widget specific help page.
OPEN_HOME - Static variable in class API
Explicit action: Called by the system suggesting that widget should open it's home page
OPEN_LINK - Static variable in class API
Implicit action: user has activated an link
OPEN_MENU - Static variable in class API
Implicit action: menu is to be opened.
OPEN_SETTINGS - Static variable in class API
Explicit action: Called by the system suggesting that widget should open it's settings for editing
openBrowser(String) - Method in class API
Tries to open phone's web browser to given url.
openChannel(String, ChannelCallback) - Method in class API
Joins existing public or private channel.
openChannel(String, String, Value, int, ChannelCallback) - Method in class API
Obtains handle to public channel, creating it if it does not exists already.
openPrivateChannel(String, Value, int, ChannelCallback) - Method in class API
Creates private, unnamed channel on server.
openWidget() - Method in interface Script
Called when the user opens the widget from the dashboard.
openWidgetItem(Value, String, ByteArray) - Method in interface Script
Called when the user has clicked on active standby item.
operator_append(Value) - Method in class Value
Array append support, see class description.
operator_array() - Method in class API
Operator to handle [] expression.
operator_bind(Value, Value) - Method in class API
Operator to handle key-to-value binding expression (key=>value)
operator_cast_boolean(Value) - Method in class API
Cast from Value to boolean
operator_cast_ByteArray(Value) - Method in class API
Cast from Value to ByteArray
operator_cast_int(Value) - Method in class API
Cast from Value to int
operator_cast_long(Value) - Method in class API
Cast from Value to long
operator_cast_String(ByteArray) - Method in class API
Cast from ByteArray to String
operator_cast_Value(boolean) - Method in class API
Cast from boolean to Value
operator_cast_Value(int) - Method in class API
Cast from int to Value
operator_cast_Value(long) - Method in class API
Cast from long to Value
operator_cast_Value(String) - Method in class API
Cast from String to Value
operator_cast_Value(List) - Method in class API
Cast from List to Value
operator_cast_Value(ByteArray) - Method in class API
Cast from ByteArray to Value
operator_get(int) - Method in class Buffer
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
operator_get(int) - Method in class ByteArray
Returns the byte at specified index.
operator_get(int) - Method in class Calendar
Gets the value for a given time field.
operator_get(int) - Method in class Component
Returns the component at the specified index.
operator_get(int) - Method in class IntArray
Returns the integer at specified index.
operator_get(int) - Method in class List
An operator that returns the element at the specified position in this list.
operator_get(Object) - Method in class Map
Operator to return the value to which this map maps the specified key.
operator_get(int) - Method in class String
Returns the character at the specified index.
operator_get(int) - Method in class Value
Returns an element at specified index.
operator_get(Value) - Method in class Value
Returns right side of IS_BINDING that has a key matching given argument.
operator_get(String) - Method in class Value
Returns right side of IS_BINDING that has a key that matches given argument.
operator_next(IntArray, int) - Method in class API
foreach support for IntArray
operator_next(Value, int) - Method in class API
foreach support for Value
operator_next(List, int) - Method in class API
foreach support for List
operator_next(Map, int) - Method in class API
foreach support for Map
operator_next(Component, int) - Method in class API
foreach support for Component
operator_set(int, char) - Method in class Buffer
The character at the specified index of this string buffer is set to ch.
operator_set(int, int) - Method in class ByteArray
Sets the byte at specified index.
operator_set(int, int) - Method in class Calendar
Sets the time field with the given value.
operator_set(int, Component) - Method in class Component
Sets the component at the specified index.
operator_set(int, int) - Method in class IntArray
Sets the integer at specified index.
operator_set(int, Object) - Method in class List
Replaces the element at the specified position in this list with the specified element.
operator_set(Object, Object) - Method in class Map
Associates the specified value with the specified key in this map.
operator_set(int, Value) - Method in class Value
Sets element at specified index.
operator_set(Value, Value) - Method in class Value
Sets right side of IS_BINDING that has a key matching given argument.
operator_set(String, Value) - Method in class Value
Sets right side of IS_BINDING that has a key matching given argument.
operator_start(IntArray, int) - Method in class API
foreach support for IntArray
operator_start(Value, int) - Method in class API
foreach support for Value
operator_start(List, int) - Method in class API
foreach support for List
operator_start(Map, int) - Method in class API
foreach support for Map
operator_start(Component, int) - Method in class API
foreach support for Component
OutputStream - Class in
The OutputStream class provides for converting data from any of the primitive types to a series of bytes and writing these bytes to a binary stream.
OutputStream(int) - Constructor for class OutputStream
Creates a new output stream that will write into memory buffer.

P

paint(Component, Graphics, Style, int, int) - Method in interface PaintCallback
Called when custom component should be painted.
paint(Component, Graphics, Style, int, int) - Method in interface Script
Called when custom component should be painted.
PaintCallback - Interface in
This interface represents a function prototype for custom component paint events.
parametersChanged() - Method in interface Script
Called when widget parameters are changed either from server side or client side.
parse(String) - Method in class Config
Parses embedded expressions.
parseBoolean(String) - Method in class API
Parses the string argument as boolean.
parseFloat(String, int) - Method in class API
Parses the string argument as floating point number.
parseInt(String, int) - Method in class API
Parses the string argument as a signed integer in the radix specified by the second argument.
parseLong(String, int) - Method in class API
Parses the string argument as a signed long in the radix specified by the second argument.
parseSize(String, int) - Method in class API
Parses size expression used on <view> elements at widget XML specification.
PASSWORD - Static variable in class API
Input flags: Blind input (typed text shown as '*')
PHONENUMBER - Static variable in class API
Input flags: Field is phone number
Picture - Class in
Picture component shows a single image.
Picture(Style, Image) - Constructor for class Picture
Constructs a new Picture component.
Player - Class in
Handle to sound being played.
playNotifySound(boolean) - Method in class API
Plays notify sound assigned to this widget (if any).
playSound(String, int) - Method in class API
Plays the sound once to the end, and releases resources.
PM - Static variable in class API
Calendar 12-hour clock: evening
pop() - Method in class List
Removes the object at the end of of this list and returns that object as the value of this function.
pop() - Method in class Prompt
Removes this prompt from screen stack.
popShell(Shell) - Method in class API
Pops a Shell from shell stack.
Popup - Class in
Popup is a root of single windowed user interface screen.
Popup(Component) - Constructor for class Popup
Creates a new Popup with specified component as content.
printf$(String) - Method in class API
Prints out formatted string to log.
Progress - Class in
Progress component implements user interface element for definite and continuous progress indicators.
Progress(Style, int, int) - Constructor for class Progress
Creates new progress indicator.
Prompt - Class in
This class represents a simple popup with text, optional image and optional progress bar.
Prompt(Image, String, MenuItem, MenuItem) - Constructor for class Prompt
Creates a new popup.
Prompt(Image, String, MenuItem, MenuItem, MenuItem) - Constructor for class Prompt
Creates a new popup.
push(Object) - Method in class List
Pushes an item onto the end of this list.
push() - Method in class Prompt
Push this prompt on top of screen stack.
pushShell(Shell) - Method in class API
Pushes a Shell onto shell stack.
put(Object, Object) - Method in class Map
Associates the specified value with the specified key in this map.
put(String, ByteArray) - Method in class Store
Sets an element to Store.
put(String, Value) - Method in class Store
Sets an element to Store.
put(String, OutputStream) - Method in class Store
Sets an element to Store.

R

random(int) - Method in class API
Returns a pseudo-random number between on zero (inclusive) and max (exclusive)
read() - Method in class InputStream
Reads the next byte of data from the input stream.
read(ByteArray) - Method in class InputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(ByteArray, int, int) - Method in class InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
readBoolean() - Method in class InputStream
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readByte() - Method in class InputStream
Reads and returns one input byte.
readChar() - Method in class InputStream
Reads an input char and returns the char value.
readFully(ByteArray) - Method in class InputStream
Reads some bytes from an input stream and stores them into the buffer array b.
readFully(ByteArray, int, int) - Method in class InputStream
Reads len bytes from a input stream.
readInt() - Method in class InputStream
Reads four input bytes and returns an int value.
readLong() - Method in class InputStream
Reads eight input bytes and returns a long value.
readShort() - Method in class InputStream
Reads two input bytes and returns a short value.
readUnsignedByte() - Method in class InputStream
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedShort() - Method in class InputStream
Reads two input bytes and returns an int value in the range 0 through 65535.
readUTF() - Method in class InputStream
Reads in a string that has been encoded using a modified UTF-8 format.
readValue() - Method in class InputStream
Reads a Value from input stream.
remove(int) - Method in class Component
Removes the component at specified index.
remove(Component) - Method in class Component
Removes the given component.
remove(int) - Method in class List
Removes the element at the specified position in this list.
remove(Object) - Method in class Map
Removes the mapping for this key from this map if it is present.
remove(String) - Method in class Store
Removes named element from Store.
remove(Value) - Method in class Value
Removes an element from this Value.
remove(int) - Method in class Value
Removes an element at specified index from this Value.
repaint(boolean) - Method in class Component
Adds this component is repaint queue.
replace(char, char) - Method in class String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
reset() - Method in class Menu
Resets the focus and sets all MenuItems visible.
reset() - Method in class Player
Resets Player's sound position to to the beginning, this should be done if you wish to start playing the sound again from the beginning.
respond(Object) - Method in interface ResponseCallback
Sends a response back to calling widget.
ResponseCallback - Interface in
This interface represents a function prototype for response sending on inter widget communication.
RIGHT - Static variable in class API
Horizontal alignment flag
run() - Method in interface Runnable
Executes the operation
Runnable - Interface in
This interface represents function prototype for any runnable operation.

S

SATURDAY - Static variable in class API
Calendar day of week
schedule(long) - Method in class API
Spawns a timer that will be executed after delay milliseconds has passed.
schedule(long, long) - Method in class API
Schedules a timer for repeated fixed-delay execution, beginning after the specified delay.
schedule(long, TimerCallback) - Method in class API
Spawns a timer that will be executed after delay milliseconds has passed.
schedule(long, long, TimerCallback) - Method in class API
Schedules a timer for repeated fixed-delay execution, beginning after the specified delay.
Script - Interface in
This interface specifies the callbacks that system may call on widget script.
Scrollable - Class in
This class contains exactly one child component and provides an ability to scroll it automatically when focus changes or programmatically.
Scrollable(Style, Component) - Constructor for class Scrollable
Constructs a new scrollable region.
SECOND - Static variable in class API
Calendar field
send(String, Value, ResponseCallback) - Method in class Member
Sends a message directly to this member.
SEND_WIDGET - Static variable in class API
Explicit action: Called by the system suggesting that widget should be sent to other user
SENSITIVE - Static variable in class API
Input flags: Indicates that the text entered is sensitive data that the implementation must never store for later use
SEPTEMBER - Static variable in class API
Calendar month of year
ServiceCallback - Interface in
This interface represents a function prototype for service request handling.
set(int, int, int) - Method in class Calendar
Sets the values for the fields year, month, and date.
set(int, int, int, int, int) - Method in class Calendar
Sets the values for the fields year, month, date, hour, and minute.
set(int, int, int, int, int, int) - Method in class Calendar
Sets the values for the fields year, month, date, hour, minute, and second.
set(int, Component) - Method in class Component
Sets the given component at specified index in this container.
set$(int) - Method in class ByteArray
Sets multiple bytes at once, starting from specified offset.
set$(int) - Method in class IntArray
Sets multiple integers at once, starting from specified offset.
setAction(int) - Method in class Component
Sets the explicit "fire" action.
setActionHandler(ActionCallback) - Method in class Prompt
Sets the action callback function for this Prompt.
setActionHandler(ActionCallback) - Method in class Shell
Sets the action callback for this Shell.
setBit(int, boolean) - Method in class ByteArray
Sets the bit at specified index.
setBubble(Image, String) - Method in class API
Shows short informative message on bubble.
setCapacity(int) - Method in class Input
Sets the capacity (number of characters) that can be contained in this Input.
setChoices(List, int) - Method in class Choice
Sets the list of choices.
setClip(int, int, int, int, boolean) - Method in class Graphics
Sets the current clip to the rectangle specified by the given coordinates.
setColor(int) - Method in class Graphics
Sets the current color to the specified RGB values.
setCurrentPosition(int, int) - Method in class Scrollable
Sets the current position of view port.
setData(Object) - Method in class Component
Sets the data attachment to this component.
setElement(String, Component) - Method in class Component
Sets named component in this View.
setFlags(int) - Method in class Component
Sets the flags of this component.
setFocused(Component) - Method in class Shell
Sets the focused component.
setFocused(Component, boolean) - Method in class Shell
Sets the focused component.
setFont(Font) - Method in class Graphics
Sets the font for all subsequent text rendering operations.
setImage(Image) - Method in class Component
Sets the image of Label and Picture component.
setInfo(Value) - Method in class Channel
Sets new info structure for this channel.
setKeyHandler(KeyCallback) - Method in class Shell
Sets the key callback for this Shell.
setLength(int) - Method in class Buffer
Sets the length of this String buffer.
setLength(int) - Method in class ByteArray
Creates a new array with specified length.
setLength(int) - Method in class IntArray
Creates a new array with specified length.
setLocation(int, int) - Method in class Component
Sets the location of this component.
setLoopCount(int) - Method in class Player
Set the number of times the Player will loop and play the content.
setMenuHandler(MenuCallback) - Method in class Shell
Sets the menu callback for this Shell.
setMillis(long) - Method in class Calendar
Sets this Calendar's current time from the given long value.
setMinimizedView(Flow) - Method in class API
Sets the minimized appearance of this Widget.
setPainter(PaintCallback) - Method in class Style
Sets a paint callback for this style.
setParameter(String, Value) - Method in class API
Sets new value to a widget parameter.
setParameters(Value) - Method in class API
Sets multiple parameters at the same time.
setPosition(int, int) - Method in class Scrollable
Sets a current position of view port.
setPreferredHeight(int) - Method in class Component
Sets the preferred height of this Component.
setPreferredSize(int, int) - Method in class Component
Sets preferred width and height for this Component.
setPreferredWidth(int) - Method in class Component
Sets the preferred width of this Component.
setProgress(int, int) - Method in class Prompt
Sets current state of progress bar.
setScrollStep(int) - Method in class Scrollable
Sets scroll step size.
setSelected(int) - Method in class Choice
Sets the currently selected choices.
setSoftKeyHandler(SoftKeyCallback) - Method in class Shell
Sets the soft key callback for this Shell.
setStyle(Style) - Method in class Component
Sets the style of this Component.
setText(String) - Method in class Component
Sets the text of Label, Text or Input component.
setTimeZone(TimeZone) - Method in class Calendar
Sets the TimeZone for this Calendar object.
setUpdated(boolean) - Method in class API
Enables or disables updated state of widget.
setValue(int, Value) - Method in class Config
Sets the value of option at specified index.
sha1() - Method in class ByteArray
Computes digest from this array using SHA1 algorithm.
Shell - Class in
Shell is a root of single user interface screen.
Shell(Component) - Constructor for class Shell
Creates a new Shell with specified component as content.
SHELL_CLOSED - Static variable in class API
Implicit action: Shell has been popped from shell stack.
SHELL_OPENED - Static variable in class API
Implicit action: Shell has been pushed and computed on shell stack
sin(int) - Method in class API
Returns the trigonometric sine of an angle.
Since - Annotation Type in
This annotation is used by compiler to determine the lowest client version than is capable of running the widget being compiled.
size() - Method in class Component
Returns the number of children in container.
size() - Method in class Config
Returns the number of options.
size() - Method in class List
Returns the number of elements in this list.
size() - Method in class Map
Returns the number of key-value mappings in this map.
size() - Method in class Value
Returns the size of elements in this Value.
SIZE_LARGE - Static variable in class API
Size of Font
SIZE_MEDIUM - Static variable in class API
Size of Font
SIZE_SMALL - Static variable in class API
Size of Font
skip(int) - Method in class InputStream
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
slideIn(int, int, int, int, Shell) - Method in class API
Pushes a Shell onto shell stack.
slideOut(int, int, int, int, Shell) - Method in class API
Removes a Shell removes shell stack.
SOFTKEY_BACK - Static variable in class API
Back/Cancel soft key indicator.
SOFTKEY_MIDDLE - Static variable in class API
Middle soft key indicator.
SOFTKEY_OK - Static variable in class API
OK soft key indicator.
SoftKeyCallback - Interface in
This interface represents a function prototype for soft key bindings.
sort(Comparator) - Method in class List
Sorts this list according to the order induced by the specified comparator.
source() - Method in class Animation
Returns the source value of transition.
start() - Method in class Player
Starts playing sound from it's current location.
started() - Method in class Animation
Returns the start time of animation.
startsWith(String) - Method in class String
Tests if this string starts with the specified prefix.
startWidget() - Method in interface Script
Called when the widget instance is created and started.
stop() - Method in class Player
Stops playing of current sound.
stopWidget() - Method in interface Script
Called when the widget execution is fully stopped.
Store - Class in
This class is a Widget specific persistent storage.
String - Class in
The String class represents character strings.
stringWidth(String) - Method in class Font
Gets the total advance width for showing the specified String in this Font.
Style - Class in
This class represents the look and feel of Component.
STYLE_BOLD - Static variable in class API
Style of Font
STYLE_ITALIC - Static variable in class API
Style of Font
STYLE_PLAIN - Static variable in class API
Style of Font
STYLE_UNDERLINED - Static variable in class API
Style of Font
substring(int, int) - Method in class String
Returns a new string that is a substring of this string.
substringWidth(String, int, int) - Method in class Font
Gets the total advance width for showing the specified substring in this Font.
SuccessCallback - Interface in
This interface represents a function prototype for a successful server operation.
SUNDAY - Static variable in class API
Calendar day of week
Surface - Class in
Surface is container that allows free positioning and sizing of contained components.
Surface(Style) - Constructor for class Surface
Constructs new Surface.
System - Class in
This class contains protected system actions that may only be used by privileged widget.

T

target() - Method in class Animation
Returns the target value of transition.
Text - Class in
Text component shows multiple lines of text.
Text(Style, String) - Constructor for class Text
Constructs a new Text component.
THURSDAY - Static variable in class API
Calendar day of week
Ticker - Class in
Implements a "ticker-tape", a piece of text that runs continuously across the component area.
Ticker(Style, String) - Constructor for class Ticker
Constructs a new Ticker component.
Timer - Class in
Handle to scheduled execution.
TimerCallback - Interface in
This interface represents a function prototype for timer events.
timerEvent(Timer) - Method in interface Script
Called then scheduled timer is executed.
timerEvent(Timer) - Method in interface TimerCallback
Called then scheduled timer is executed.
TimeZone - Class in
TimeZone represents a time zone offset, and also figures out daylight savings.
toByteArray() - Method in class OutputStream
Returns the contents of memory buffer that is backing up this OutputStream.
toLowerCase() - Method in class String
Converts all of the characters in this String to lower case.
TOP - Static variable in class API
Vertical alignment flag
toString(int, int) - Method in class API
Returns a string representation of the first argument in the radix specified by the second argument.
toString(long, int) - Method in class API
Returns a string representation of the first argument in the radix specified by the second argument.
toUpperCase() - Method in class String
Converts all of the characters in this String to upper case.
translate(int, int) - Method in class Graphics
Translates the origin of the graphics context to the point (x, y) in the current coordinate system.
trim() - Method in class String
Removes white space from both ends of this string.
TUESDAY - Static variable in class API
Calendar day of week
type() - Method in class Value
Returns the type of Value.

U

update(Value) - Method in class Channel
Sets info structure of Member representing this widget instance.
update(int, int) - Method in class Progress
Sets the current progress of this indicator.
updateMenu() - Method in class Shell
Updates SOFTKEY_OK, SOFTKEY_MIDDLE and SOFTKEY_BACK assosiations.
updateReceived(String, Value) - Method in interface Script
Called when asynchronous notification has been received from server indicating that something has changed on the service associated with this widget.
updateWidget() - Method in interface Script
Called when widget should update it's contents.
URL - Static variable in class API
Input flags: Field is URL

V

Value - Class in
Value is a general composite type.
values() - Method in class Map
Returns a list containing all the values on this map.
VCENTER - Static variable in class API
Vertical alignment flag
View - Class in
View provides programmable access to UI elements normally created with <view> elements on widget XML specification.
View(Style) - Constructor for class View
Creates a new View with specified style.
VIEWPORT_CHANGED - Static variable in class API
Implicit action: Viewport of Scrollable has changed.
VISIBLE - Static variable in class API
Component flag: Component is visible

W

WEDNESDAY - Static variable in class API
Calendar day of week
Widget - Class in
This class represents Widget instance.
WIDGET_CLOSED - Static variable in class API
Explicit action: Sent to dashboard indicating that the widget has been closed
- package
Widsets Scripting
width() - Method in class Image
Returns the width of image, in pixels.
WRAP - Static variable in class API
Component flag: Automatic linefeed as necessary
write(ByteArray) - Method in class OutputStream
Writes b.length() bytes from the specified byte array to this output stream.
write(ByteArray, int, int) - Method in class OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class OutputStream
Writes the specified byte to this output stream.
writeBoolean(boolean) - Method in class OutputStream
Writes a boolean value to this output stream.
writeByte(int) - Method in class OutputStream
Writes to the output stream the eight low- order bits of the argument v.
writeChar(char) - Method in class OutputStream
Writes a char value, which is comprised of two bytes, to the output stream.
writeInt(int) - Method in class OutputStream
Writes an int value, which is comprised of four bytes, to the output stream.
writeLong(long) - Method in class OutputStream
Writes an long value, which is comprised of four bytes, to the output stream.
writeShort(int) - Method in class OutputStream
Writes two bytes to the output stream to represent the value of the argument.
writeUTF(String) - Method in class OutputStream
Writes two bytes of length information to the output stream, followed by the Java modified UTF representation of every character in the string s.
writeValue(Value) - Method in class OutputStream
Serializes specified structure into this output stream.

Y

YEAR - Static variable in class API
Calendar field

_

toString() - Method in class Object
Returns a string representation of the object.

A B C D E F G H I J K L M N O P R S T U V W Y _