index-all.html
来自「维信SDK文档。源码要求为至少5个C或Java源码」· HTML 代码 · 共 908 行 · 第 1/5 页
HTML
908 行
Method in class <A HREF="./widsets/api/Calendar.html" title="class in ">Calendar</A><DD>Compares the time field records.<DT><A HREF="./widsets/api/Menu.html#begin(int, String)"><B>begin(int, String)</B></A> - Method in class <A HREF="./widsets/api/Menu.html" title="class in ">Menu</A><DD>Creates a new MenuItem with sub menu.<DT><A HREF="./widsets/api/API.html#BLURRED"><B>BLURRED</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Implicit action: Called by the system when focus leaves the widget<DT><A HREF="./widsets/api/API.html#BOTTOM"><B>BOTTOM</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Vertical alignment flag<DT><A HREF="./widsets/api/Buffer.html" title="class in "><B>Buffer</B></A> - Class in <A HREF="./widsets/api/package-summary.html"></A><DD> A string buffer implements a mutable sequence of characters.<DT><A HREF="./widsets/api/Buffer.html#Buffer()"><B>Buffer()</B></A> - Constructor for class <A HREF="./widsets/api/Buffer.html" title="class in ">Buffer</A><DD>Constructs a string buffer with no characters in it and an initial capacity of 16 characters.<DT><A HREF="./widsets/api/Buffer.html#Buffer(int)"><B>Buffer(int)</B></A> - Constructor for class <A HREF="./widsets/api/Buffer.html" title="class in ">Buffer</A><DD>Constructs a string buffer with no characters in it and an initial capacity specified by the <code>capacity</code> argument.<DT><A HREF="./widsets/api/ByteArray.html" title="class in "><B>ByteArray</B></A> - Class in <A HREF="./widsets/api/package-summary.html"></A><DD> This class implements an facade for <code>byte[]</code>.<DT><A HREF="./widsets/api/ByteArray.html#ByteArray(int)"><B>ByteArray(int)</B></A> - Constructor for class <A HREF="./widsets/api/ByteArray.html" title="class in ">ByteArray</A><DD>Creates a new <code>byte[]</code> with specified length.</DL><HR><A NAME="_C_"><!-- --></A><H2><B>C</B></H2><DL><DT><A HREF="./widsets/api/Calendar.html" title="class in "><B>Calendar</B></A> - Class in <A HREF="./widsets/api/package-summary.html"></A><DD> <code>Calendar</code> is a class for getting and setting dates using a set of integer fields such as <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>.<DT><A HREF="./widsets/api/Calendar.html#Calendar()"><B>Calendar()</B></A> - Constructor for class <A HREF="./widsets/api/Calendar.html" title="class in ">Calendar</A><DD>Creates a calendar using the default time zone and locale.<DT><A HREF="./widsets/api/Calendar.html#Calendar(TimeZone)"><B>Calendar(TimeZone)</B></A> - Constructor for class <A HREF="./widsets/api/Calendar.html" title="class in ">Calendar</A><DD>Creates a calendar using the time zone given as argument and default locale.<DT><A HREF="./widsets/api/API.html#call(Object, String, String, Value)"><B>call(Object, String, String, Value)</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Calls a server side service.<DT><A HREF="./widsets/api/API.html#call(Object, String, String, Value, SuccessCallback, FailureCallback)"><B>call(Object, String, String, Value, SuccessCallback, FailureCallback)</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Calls a server side service.<DT><A HREF="./widsets/api/API.html#call(Object, String, Value, SuccessCallback, FailureCallback)"><B>call(Object, String, Value, SuccessCallback, FailureCallback)</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Calls a server side service anonymously.<DT><A HREF="./widsets/api/Camera.html" title="class in "><B>Camera</B></A> - Class in <A HREF="./widsets/api/package-summary.html"></A><DD>Camera component shows the camera preview feed and provides the logic to take a snapshot.<DT><A HREF="./widsets/api/Camera.html#Camera(Style)"><B>Camera(Style)</B></A> - Constructor for class <A HREF="./widsets/api/Camera.html" title="class in ">Camera</A><DD>Creates a new Camera component.<DT><A HREF="./widsets/api/Timer.html#cancel()"><B>cancel()</B></A> - Method in class <A HREF="./widsets/api/Timer.html" title="class in ">Timer</A><DD>Cancels all future executions of this timer.<DT><A HREF="./widsets/api/Canvas.html" title="class in "><B>Canvas</B></A> - Class in <A HREF="./widsets/api/package-summary.html"></A><DD> Canvas is a component which is painted by script.<DT><A HREF="./widsets/api/Canvas.html#Canvas(Style)"><B>Canvas(Style)</B></A> - Constructor for class <A HREF="./widsets/api/Canvas.html" title="class in ">Canvas</A><DD>Constructs a new Canvas component.<DT><A HREF="./widsets/api/Canvas.html#Canvas(Style, PaintCallback)"><B>Canvas(Style, PaintCallback)</B></A> - Constructor for class <A HREF="./widsets/api/Canvas.html" title="class in ">Canvas</A><DD>Constructs a new Canvas component with custom paint callback.<DT><A HREF="./widsets/api/Camera.html#capture(List)"><B>capture(List)</B></A> - Method in class <A HREF="./widsets/api/Camera.html" title="class in ">Camera</A><DD>Takes a photo using phone's camera, with the given format specifications.<DT><A HREF="./widsets/api/String.html#charAt(int)"><B>charAt(int)</B></A> - Method in class <A HREF="./widsets/api/String.html" title="class in ">String</A><DD>Returns the character at the specified index.<DT><A HREF="./widsets/api/Choice.html" title="class in "><B>Choice</B></A> - Class in <A HREF="./widsets/api/package-summary.html"></A><DD>Choice component gives a user a predefined set of choices to choose from.<DT><A HREF="./widsets/api/Choice.html#Choice(Style, Style)"><B>Choice(Style, Style)</B></A> - Constructor for class <A HREF="./widsets/api/Choice.html" title="class in ">Choice</A><DD>Constructs a new Choice component.<DT><A HREF="./widsets/api/Component.html#clear()"><B>clear()</B></A> - Method in class <A HREF="./widsets/api/Component.html" title="class in ">Component</A><DD>Clears all children from container.<DT><A HREF="./widsets/api/HyperText.html#clear()"><B>clear()</B></A> - Method in class <A HREF="./widsets/api/HyperText.html" title="class in ">HyperText</A><DD>Clears the contents of this hyper text component.<DT><A HREF="./widsets/api/List.html#clear()"><B>clear()</B></A> - Method in class <A HREF="./widsets/api/List.html" title="class in ">List</A><DD>Removes all of the elements from this list.<DT><A HREF="./widsets/api/Map.html#clear()"><B>clear()</B></A> - Method in class <A HREF="./widsets/api/Map.html" title="class in ">Map</A><DD>Removes all mappings from this map.<DT><A HREF="./widsets/api/Camera.html#close()"><B>close()</B></A> - Method in class <A HREF="./widsets/api/Camera.html" title="class in ">Camera</A><DD>Closes camera and release allocated resources.<DT><A HREF="./widsets/api/Player.html#close()"><B>close()</B></A> - Method in class <A HREF="./widsets/api/Player.html" title="class in ">Player</A><DD>Closes Player instance and releases resources.<DT><A HREF="./widsets/api/Script.html#closeWidget()"><B>closeWidget()</B></A> - Method in interface <A HREF="./widsets/api/Script.html" title="interface in ">Script</A><DD>Called when last script-created maximized shell is popped.<DT><A HREF="./widsets/api/Style.html#color(int)"><B>color(int)</B></A> - Method in class <A HREF="./widsets/api/Style.html" title="class in ">Style</A><DD>Return custom color.<DT><A HREF="./widsets/api/Config.html#commit()"><B>commit()</B></A> - Method in class <A HREF="./widsets/api/Config.html" title="class in ">Config</A><DD>Saves the changes made to this config.<DT><A HREF="./widsets/api/Comparator.html" title="interface in "><B>Comparator</B></A> - Interface in <A HREF="./widsets/api/package-summary.html"></A><DD> This interface represents function prototype for a comparison function, which imposes a total ordering on some collection of objects.<DT><A HREF="./widsets/api/Comparator.html#compare(Object, Object)"><B>compare(Object, Object)</B></A> - Method in interface <A HREF="./widsets/api/Comparator.html" title="interface in ">Comparator</A><DD>Compares its two arguments for order.<DT><A HREF="./widsets/api/String.html#compareTo(String)"><B>compareTo(String)</B></A> - Method in class <A HREF="./widsets/api/String.html" title="class in ">String</A><DD>Compares two strings lexicographically.<DT><A HREF="./widsets/api/String.html#compareToIgnoreCase(String)"><B>compareToIgnoreCase(String)</B></A> - Method in class <A HREF="./widsets/api/String.html" title="class in ">String</A><DD>Compares two strings lexicographically, ignoring case differences.<DT><A HREF="./widsets/api/Component.html" title="class in "><B>Component</B></A> - Class in <A HREF="./widsets/api/package-summary.html"></A><DD> Component is base class for user interface elements.<DT><A HREF="./widsets/api/Component.html#Component(Style)"><B>Component(Style)</B></A> - Constructor for class <A HREF="./widsets/api/Component.html" title="class in ">Component</A><DD>Creates a new component with the specified style.<DT><A HREF="./widsets/api/Shell.html#computeLayout()"><B>computeLayout()</B></A> - Method in class <A HREF="./widsets/api/Shell.html" title="class in ">Shell</A><DD>Computes the actual position and dimensions of every component on the screen.<DT><A HREF="./widsets/api/Config.html" title="class in "><B>Config</B></A> - Class in <A HREF="./widsets/api/package-summary.html"></A><DD>This class represents set of parameters for Widget.<DT><A HREF="./widsets/api/Style.html#consumed(int)"><B>consumed(int)</B></A> - Method in class <A HREF="./widsets/api/Style.html" title="class in ">Style</A><DD>Calculates the total amount of space consumed from specified edges of this style.<DT><A HREF="./widsets/api/Value.html#contains(String)"><B>contains(String)</B></A> - Method in class <A HREF="./widsets/api/Value.html" title="class in ">Value</A><DD>Checks if any of the child elements with type <code>IS_BINDING</code> has a matching key.<DT><A HREF="./widsets/api/Value.html#contains(Value)"><B>contains(Value)</B></A> - Method in class <A HREF="./widsets/api/Value.html" title="class in ">Value</A><DD>Checks if any of the child elements matches given Value.<DT><A HREF="./widsets/api/Map.html#containsKey(Object)"><B>containsKey(Object)</B></A> - Method in class <A HREF="./widsets/api/Map.html" title="class in ">Map</A><DD>Returns <tt>true</tt> if this map contains a mapping for the specified key.<DT><A HREF="./widsets/api/Map.html#containsValue(Object)"><B>containsValue(Object)</B></A> - Method in class <A HREF="./widsets/api/Map.html" title="class in ">Map</A><DD>Returns <tt>true</tt> if this map maps one or more keys to the specified value.<DT><A HREF="./widsets/api/Calendar.html#copy()"><B>copy()</B></A> - Method in class <A HREF="./widsets/api/Calendar.html" title="class in ">Calendar</A><DD>Creates a copy from this calendar instance.<DT><A HREF="./widsets/api/Value.html#copy()"><B>copy()</B></A> - Method in class <A HREF="./widsets/api/Value.html" title="class in ">Value</A><DD>Returns duplicate of this Value.<DT><A HREF="./widsets/api/API.html#cos(int)"><B>cos(int)</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Returns the trigonometric cosine of an angle.<DT><A HREF="./widsets/api/Script.html#createElement(String, String, Style, Object)"><B>createElement(String, String, Style, Object)</B></A> - Method in interface <A HREF="./widsets/api/Script.html" title="interface in ">Script</A><DD>Callback to create user interface element for view.<DT><A HREF="./widsets/api/API.html#createMaximizedView(String, Object)"><B>createMaximizedView(String, Object)</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD><B>Deprecated.</B> <I>Use <A HREF="./widsets/api/API.html#createView(String, Object)"><CODE>createView(String, Object)</CODE></A> instead</I><DT><A HREF="./widsets/api/API.html#createMinimizedView(String, Object)"><B>createMinimizedView(String, Object)</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD> <DT><A HREF="./widsets/api/API.html#createView(String, Object)"><B>createView(String, Object)</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Creates a view according to view specification on <code>widget.xml</code> file of this widget.<DT><A HREF="./widsets/api/API.html#currentTimeMillis()"><B>currentTimeMillis()</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Returns the current time in milliseconds.</DL><HR><A NAME="_D_"><!-- --></A><H2><B>D</B></H2><DL><DT><A HREF="./widsets/api/API.html#DATE"><B>DATE</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD><A HREF="./widsets/api/Calendar.html" title="class in "><CODE>Calendar</CODE></A> field<DT><A HREF="./widsets/api/API.html#DAY_OF_MONTH"><B>DAY_OF_MONTH</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD><A HREF="./widsets/api/Calendar.html" title="class in "><CODE>Calendar</CODE></A> field<DT><A HREF="./widsets/api/API.html#DAY_OF_WEEK"><B>DAY_OF_WEEK</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD><A HREF="./widsets/api/Calendar.html" title="class in "><CODE>Calendar</CODE></A> field<DT><A HREF="./widsets/api/API.html#DECEMBER"><B>DECEMBER</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?