index-all.html

来自「维信SDK文档。源码要求为至少5个C或Java源码」· HTML 代码 · 共 908 行 · 第 1/5 页

HTML
908
字号
<DD>Returns the named element as Value.<DT><A HREF="./widsets/api/API.html#getVersion()"><B>getVersion()</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Returns the version of the client taken from the <code>MIDlet-Version</code> parameter of jad file.<DT><A HREF="./widsets/api/Component.html#getViewPort()"><B>getViewPort()</B></A> - Method in class <A HREF="./widsets/api/Component.html" title="class in ">Component</A><DD>Searches for <A HREF="./widsets/api/Scrollable.html" title="class in "><CODE>Scrollable</CODE></A> among the parents of this Component.<DT><A HREF="./widsets/api/Scrollable.html#getViewSize()"><B>getViewSize()</B></A> - Method in class <A HREF="./widsets/api/Scrollable.html" title="class in ">Scrollable</A><DD>Returns a dimension of view port.<DT><A HREF="./widsets/api/API.html#getWidgetID()"><B>getWidgetID()</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Returns the id of widget, returned from dabo/get service call.<DT><A HREF="./widsets/api/API.html#getWidgetName()"><B>getWidgetName()</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Returns the name of widget, returned from dabo/get service call.<DT><A HREF="./widsets/api/API.html#getWidgetName(int)"><B>getWidgetName(int)</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Returns the name of widget with given id.<DT><A HREF="./widsets/api/Graphics.html" title="class in "><B>Graphics</B></A> - Class in <A HREF="./widsets/api/package-summary.html"></A><DD> Provides simple 2D geometric rendering capability.</DL><HR><A NAME="_H_"><!-- --></A><H2><B>H</B></H2><DL><DT><A HREF="./widsets/api/Script.html#handleMessage(String, Object)"><B>handleMessage(String, Object)</B></A> - Method in interface <A HREF="./widsets/api/Script.html" title="interface in ">Script</A><DD>This privileged operation is used when java code wishes to interact  with integrated "core" widget.<DT><A HREF="./widsets/api/Store.html#has(String)"><B>has(String)</B></A> - Method in class <A HREF="./widsets/api/Store.html" title="class in ">Store</A><DD>Checks if the store has a named element.<DT><A HREF="./widsets/api/Object.html#hashCode()"><B>hashCode()</B></A> - Method in class <A HREF="./widsets/api/Object.html" title="class in ">Object</A><DD>Returns a hash code value for the object.<DT><A HREF="./widsets/api/Component.html#hasLinefeed()"><B>hasLinefeed()</B></A> - Method in class <A HREF="./widsets/api/Component.html" title="class in ">Component</A><DD>Return the current state of <code>LINEFEED</code> flag.<DT><A HREF="./widsets/api/API.html#HCENTER"><B>HCENTER</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Horizontal alignment flag<DT><A HREF="./widsets/api/Font.html#height()"><B>height()</B></A> - Method in class <A HREF="./widsets/api/Font.html" title="class in ">Font</A><DD>Returns the height of Font, in pixels.<DT><A HREF="./widsets/api/Image.html#height()"><B>height()</B></A> - Method in class <A HREF="./widsets/api/Image.html" title="class in ">Image</A><DD>Returns the height of image, in pixels.<DT><A HREF="./widsets/api/API.html#HEXPAND"><B>HEXPAND</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Flag that only affects <A HREF="./widsets/api/Component.html" title="class in "><CODE>Component</CODE></A>s that have been placed on <A HREF="./widsets/api/Flow.html" title="class in "><CODE>Flow</CODE></A> and has preferredWidth = 0.<DT><A HREF="./widsets/api/API.html#HLIMIT"><B>HLIMIT</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Flag that only affects <A HREF="./widsets/api/Component.html" title="class in "><CODE>Component</CODE></A>s that have been placed on <A HREF="./widsets/api/Flow.html" title="class in "><CODE>Flow</CODE></A> and has preferredWidth = 0.<DT><A HREF="./widsets/api/API.html#HOUR"><B>HOUR</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#HOUR_OF_DAY"><B>HOUR_OF_DAY</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/HyperText.html" title="class in "><B>HyperText</B></A> - Class in <A HREF="./widsets/api/package-summary.html"></A><DD>   HyperText is multiline text component that supports   different text styles and embedded links.<DT><A HREF="./widsets/api/HyperText.html#HyperText(Style)"><B>HyperText(Style)</B></A> - Constructor for class <A HREF="./widsets/api/HyperText.html" title="class in ">HyperText</A><DD>Creates a new HyperText.</DL><HR><A NAME="_I_"><!-- --></A><H2><B>I</B></H2><DL><DT><A HREF="./widsets/api/Image.html" title="class in "><B>Image</B></A> - Class in <A HREF="./widsets/api/package-summary.html"></A><DD>This class represents loaded image that can be draw to screen.<DT><A HREF="./widsets/api/Style.html#image(int)"><B>image(int)</B></A> - Method in class <A HREF="./widsets/api/Style.html" title="class in ">Style</A><DD>Return custom image.<DT><A HREF="./widsets/api/Component.html#indexOf(Component)"><B>indexOf(Component)</B></A> - Method in class <A HREF="./widsets/api/Component.html" title="class in ">Component</A><DD>Returns the index of specified child in container.<DT><A HREF="./widsets/api/List.html#indexOf(Object)"><B>indexOf(Object)</B></A> - Method in class <A HREF="./widsets/api/List.html" title="class in ">List</A><DD>Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.<DT><A HREF="./widsets/api/String.html#indexOf(String, int)"><B>indexOf(String, int)</B></A> - Method in class <A HREF="./widsets/api/String.html" title="class in ">String</A><DD>Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.<DT><A HREF="./widsets/api/String.html#indexOf(char, int)"><B>indexOf(char, int)</B></A> - Method in class <A HREF="./widsets/api/String.html" title="class in ">String</A><DD>Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.<DT><A HREF="./widsets/api/API.html#INITIAL_CAPS_SENTENCE"><B>INITIAL_CAPS_SENTENCE</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD><A HREF="./widsets/api/Input.html" title="class in "><CODE>Input</CODE></A> flags: Suggests that first character of first word of sentence ought to be capitalized<DT><A HREF="./widsets/api/API.html#INITIAL_CAPS_WORD"><B>INITIAL_CAPS_WORD</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD><A HREF="./widsets/api/Input.html" title="class in "><CODE>Input</CODE></A> flags: Suggests that first character of each word ought to be capitalized<DT><A HREF="./widsets/api/Input.html" title="class in "><B>Input</B></A> - Class in <A HREF="./widsets/api/package-summary.html"></A><DD>Creates text field component used for     input.<DT><A HREF="./widsets/api/Input.html#Input(Style, String, int)"><B>Input(Style, String, int)</B></A> - Constructor for class <A HREF="./widsets/api/Input.html" title="class in ">Input</A><DD>Creates a new Input component.<DT><A HREF="./widsets/api/Input.html#Input(Style, String, String, int)"><B>Input(Style, String, String, int)</B></A> - Constructor for class <A HREF="./widsets/api/Input.html" title="class in ">Input</A><DD>Creates a new Input component.<DT><A HREF="./widsets/api/InputStream.html" title="class in "><B>InputStream</B></A> - Class in <A HREF="./widsets/api/package-summary.html"></A><DD>The <code>InputStream</code> class provides for reading bytes from a binary stream and reconstructing from them data in  the primitive types.<DT><A HREF="./widsets/api/InputStream.html#InputStream(ByteArray)"><B>InputStream(ByteArray)</B></A> - Constructor for class <A HREF="./widsets/api/InputStream.html" title="class in ">InputStream</A><DD>Creates a new InputStream that will read the contents of given ByteArray.<DT><A HREF="./widsets/api/Buffer.html#insert(int, boolean)"><B>insert(int, boolean)</B></A> - Method in class <A HREF="./widsets/api/Buffer.html" title="class in ">Buffer</A><DD>Inserts the string representation of the <code>boolean</code>  argument into this string buffer.<DT><A HREF="./widsets/api/Buffer.html#insert(int, int)"><B>insert(int, int)</B></A> - Method in class <A HREF="./widsets/api/Buffer.html" title="class in ">Buffer</A><DD>Inserts the string representation of the second <code>int</code>  argument into this string buffer.<DT><A HREF="./widsets/api/Buffer.html#insert(int, char)"><B>insert(int, char)</B></A> - Method in class <A HREF="./widsets/api/Buffer.html" title="class in ">Buffer</A><DD>Inserts the second <code>char</code>  argument into this string buffer.<DT><A HREF="./widsets/api/Buffer.html#insert(int, long)"><B>insert(int, long)</B></A> - Method in class <A HREF="./widsets/api/Buffer.html" title="class in ">Buffer</A><DD>Inserts the string representation of the <code>long</code>  argument into this string buffer.<DT><A HREF="./widsets/api/Buffer.html#insert(int, Object)"><B>insert(int, Object)</B></A> - Method in class <A HREF="./widsets/api/Buffer.html" title="class in ">Buffer</A><DD>Inserts the string representation of the <code>Object</code>  argument into this string buffer.<DT><A HREF="./widsets/api/Component.html#insert(int, Component)"><B>insert(int, Component)</B></A> - Method in class <A HREF="./widsets/api/Component.html" title="class in ">Component</A><DD>Inserts the given component to specified index in this container.<DT><A HREF="./widsets/api/IntArray.html" title="class in "><B>IntArray</B></A> - Class in <A HREF="./widsets/api/package-summary.html"></A><DD>This class implements an facade for <code>int[]</code>.<DT><A HREF="./widsets/api/IntArray.html#IntArray(int)"><B>IntArray(int)</B></A> - Constructor for class <A HREF="./widsets/api/IntArray.html" title="class in ">IntArray</A><DD>Creates a new <code>int[]</code> with specified length.<DT><A HREF="./widsets/api/API.html#IS_BINARY"><B>IS_BINARY</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD><A HREF="./widsets/api/Value.html" title="class in "><CODE>Value</CODE></A> type: byte[]<DT><A HREF="./widsets/api/API.html#IS_BINDING"><B>IS_BINDING</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD><A HREF="./widsets/api/Value.html" title="class in "><CODE>Value</CODE></A> type: key-to-value binding<DT><A HREF="./widsets/api/API.html#IS_BOOLEAN"><B>IS_BOOLEAN</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD><A HREF="./widsets/api/Value.html" title="class in "><CODE>Value</CODE></A> type: boolean<DT><A HREF="./widsets/api/API.html#IS_INT"><B>IS_INT</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD><A HREF="./widsets/api/Value.html" title="class in "><CODE>Value</CODE></A> type: int<DT><A HREF="./widsets/api/API.html#IS_LIST"><B>IS_LIST</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD><A HREF="./widsets/api/Value.html" title="class in "><CODE>Value</CODE></A> type: Value[]<DT><A HREF="./widsets/api/API.html#IS_NULL"><B>IS_NULL</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD><A HREF="./widsets/api/Value.html" title="class in "><CODE>Value</CODE></A> type: null<DT><A HREF="./widsets/api/API.html#IS_STRING"><B>IS_STRING</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD><A HREF="./widsets/api/Value.html" title="class in "><CODE>Value</CODE></A> type: String<DT><A HREF="./widsets/api/Camera.html#isAvailable()"><B>isAvailable()</B></A> - Method in class <A HREF="./widsets/api/Camera.html" title="class in ">Camera</A><DD>Checks if the platform supports camera <DT><A HREF="./widsets/api/API.html#isDashboardVisible()"><B>isDashboardVisible()</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Checks if the dashboard view is currently visible.<DT><A HREF="./widsets/api/Config.html#isEditable(int)"><B>isEditable(int)</B></A> - Method in class <A HREF="./widsets/api/Config.html" title="class in ">Config</A><DD>Checks if option at specified index is editable.<DT><A HREF="./widsets/api/Component.html#isFocusable()"><B>isFocusable()</B></A> - Method in class <A HREF="./widsets/api/Component.html" title="class in ">Component</A><DD>Return the current state of <code>FOCUSABLE</code> flag.<DT><A HREF="./widsets/api/Value.html#isNull()"><B>isNull()</B></A> - Method in class <A HREF="./widsets/api/Value.html" title="class in ">Value</A><DD>Checks if this Value is <code>IS_NULL</code>.<DT><A HREF="./widsets/api/API.html#isOnline()"><B>isOnline()</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Returns the current online state of client.<DT><A HREF="./widsets/api/API.html#isRegistered()"><B>isRegistered()</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Returns if user if registered or not.<DT><A HREF="./widsets/api/A

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?