index-all.html
来自「维信SDK文档。源码要求为至少5个C或Java源码」· HTML 代码 · 共 908 行 · 第 1/5 页
HTML
908 行
<DD><A HREF="./widsets/api/Calendar.html" title="class in "><CODE>Calendar</CODE></A> month of year<DT><A HREF="./widsets/api/API.html#DECIMAL"><B>DECIMAL</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: Field is number<DT><A HREF="./widsets/api/API.html#decodeHex(String)"><B>decodeHex(String)</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Decodes specified string into ByteArray, assuming it contains hexadecimal notation.<DT><A HREF="./widsets/api/API.html#decodeString(ByteArray, String)"><B>decodeString(ByteArray, String)</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Construct a new String by converting the specified array of bytes using the specified character encoding.<DT><A HREF="./widsets/api/Buffer.html#delete(int, int)"><B>delete(int, int)</B></A> - Method in class <A HREF="./widsets/api/Buffer.html" title="class in ">Buffer</A><DD>Removes the characters in a substring of this <code>Buffer</code>.<DT><A HREF="./widsets/api/API.html#DIMMED"><B>DIMMED</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD><A HREF="./widsets/api/Shell.html" title="class in "><CODE>Shell</CODE></A> and <A HREF="./widsets/api/Popup.html" title="class in "><CODE>Popup</CODE></A> flag: Indicates that a dimming layer should be applied on background before painting.<DT><A HREF="./widsets/api/Graphics.html#drawArc(int, int, int, int, int, int)"><B>drawArc(int, int, int, int, int, int)</B></A> - Method in class <A HREF="./widsets/api/Graphics.html" title="class in ">Graphics</A><DD>Draws a circular or elliptical arc covering the specified rectangle.<DT><A HREF="./widsets/api/Graphics.html#drawImage(Image, int, int, int)"><B>drawImage(Image, int, int, int)</B></A> - Method in class <A HREF="./widsets/api/Graphics.html" title="class in ">Graphics</A><DD>Draws the specified image by using the anchor point.<DT><A HREF="./widsets/api/Graphics.html#drawLine(int, int, int, int)"><B>drawLine(int, int, int, int)</B></A> - Method in class <A HREF="./widsets/api/Graphics.html" title="class in ">Graphics</A><DD>Draws a line between the coordinates <code>(x1,y1)</code> and <code>(x2,y2)</code> using the current color and stroke style.<DT><A HREF="./widsets/api/Graphics.html#drawRect(int, int, int, int)"><B>drawRect(int, int, int, int)</B></A> - Method in class <A HREF="./widsets/api/Graphics.html" title="class in ">Graphics</A><DD>Draws the outline of the specified rectangle using the current color and stroke style.<DT><A HREF="./widsets/api/Graphics.html#drawString(String, int, int, int)"><B>drawString(String, int, int, int)</B></A> - Method in class <A HREF="./widsets/api/Graphics.html" title="class in ">Graphics</A><DD>Draws the specified <code>String</code> using the current font and color.<DT><A HREF="./widsets/api/API.html#dumpTree(Component)"><B>dumpTree(Component)</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Prints component-tree of given component.</DL><HR><A NAME="_E_"><!-- --></A><H2><B>E</B></H2><DL><DT><A HREF="./widsets/api/Input.html#edit()"><B>edit()</B></A> - Method in class <A HREF="./widsets/api/Input.html" title="class in ">Input</A><DD> Opens the full screen edit mode for this input field.<DT><A HREF="./widsets/api/Input.html#edit(ActionCallback)"><B>edit(ActionCallback)</B></A> - Method in class <A HREF="./widsets/api/Input.html" title="class in ">Input</A><DD> Opens the full screen edit mode for this input field.<DT><A HREF="./widsets/api/API.html#EMAILADDR"><B>EMAILADDR</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: Field is email address<DT><A HREF="./widsets/api/Menu.html#enable(int, boolean)"><B>enable(int, boolean)</B></A> - Method in class <A HREF="./widsets/api/Menu.html" title="class in ">Menu</A><DD>Enable or disable menu item with specified action id.<DT><A HREF="./widsets/api/API.html#encodeHex(ByteArray)"><B>encodeHex(ByteArray)</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Encodes specified array into hexadecimal notation.<DT><A HREF="./widsets/api/API.html#encodeString(String, String)"><B>encodeString(String, String)</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Converts the specified String into bytes according to the specified character encoding, storing the result into a new byte array.<DT><A HREF="./widsets/api/API.html#encodeURL(String)"><B>encodeURL(String)</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Encodes the specified string using url encoding.<DT><A HREF="./widsets/api/Menu.html#end()"><B>end()</B></A> - Method in class <A HREF="./widsets/api/Menu.html" title="class in ">Menu</A><DD>Closes sub menu and returns to parent menu.<DT><A HREF="./widsets/api/String.html#endsWith(String)"><B>endsWith(String)</B></A> - Method in class <A HREF="./widsets/api/String.html" title="class in ">String</A><DD>Tests if this string ends with the specified suffix.<DT><A HREF="./widsets/api/Object.html#equals(Object)"><B>equals(Object)</B></A> - Method in class <A HREF="./widsets/api/Object.html" title="class in ">Object</A><DD>Indicates whether some other object is "equal to" this one.<DT><A HREF="./widsets/api/String.html#equalsIgnoreCase(String)"><B>equalsIgnoreCase(String)</B></A> - Method in class <A HREF="./widsets/api/String.html" title="class in ">String</A><DD>Compares this String to another String, ignoring case considerations.<DT><A HREF="./widsets/api/ServiceCallback.html#execute(String, Value)"><B>execute(String, Value)</B></A> - Method in interface <A HREF="./widsets/api/ServiceCallback.html" title="interface in ">ServiceCallback</A><DD>Execute received service call.<DT><A HREF="./widsets/api/String.html#explode(String)"><B>explode(String)</B></A> - Method in class <A HREF="./widsets/api/String.html" title="class in ">String</A><DD>Splits this String into list of substrings according to given divider string.</DL><HR><A NAME="_F_"><!-- --></A><H2><B>F</B></H2><DL><DT><A HREF="./widsets/api/API.html#FACE_MONOSPACE"><B>FACE_MONOSPACE</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Face of <A HREF="./widsets/api/Font.html" title="class in "><CODE>Font</CODE></A><DT><A HREF="./widsets/api/API.html#FACE_PROPORTIONAL"><B>FACE_PROPORTIONAL</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Face of <A HREF="./widsets/api/Font.html" title="class in "><CODE>Font</CODE></A><DT><A HREF="./widsets/api/API.html#FACE_SYSTEM"><B>FACE_SYSTEM</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Face of <A HREF="./widsets/api/Font.html" title="class in "><CODE>Font</CODE></A><DT><A HREF="./widsets/api/FailureCallback.html" title="interface in "><B>FailureCallback</B></A> - Interface in <A HREF="./widsets/api/package-summary.html"></A><DD> This interface represents function prototype for a failed server operation.<DT><A HREF="./widsets/api/API.html#FEBRUARY"><B>FEBRUARY</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> month of year<DT><A HREF="./widsets/api/Graphics.html#fillArc(int, int, int, int, int, int)"><B>fillArc(int, int, int, int, int, int)</B></A> - Method in class <A HREF="./widsets/api/Graphics.html" title="class in ">Graphics</A><DD>Fills a circular or elliptical arc covering the specified rectangle.<DT><A HREF="./widsets/api/Graphics.html#fillRect(int, int, int, int)"><B>fillRect(int, int, int, int)</B></A> - Method in class <A HREF="./widsets/api/Graphics.html" title="class in ">Graphics</A><DD>Fills the specified rectangle with the current color.<DT><A HREF="./widsets/api/Graphics.html#fillTriangle(int, int, int, int, int, int)"><B>fillTriangle(int, int, int, int, int, int)</B></A> - Method in class <A HREF="./widsets/api/Graphics.html" title="class in ">Graphics</A><DD>Fills the specified triangle will the current color.<DT><A HREF="./widsets/api/Component.html#find(Object)"><B>find(Object)</B></A> - Method in class <A HREF="./widsets/api/Component.html" title="class in ">Component</A><DD>Searches for component with matching data attachment.<DT><A HREF="./widsets/api/Component.html#first()"><B>first()</B></A> - Method in class <A HREF="./widsets/api/Component.html" title="class in ">Component</A><DD>Returns the first component on container.<DT><A HREF="./widsets/api/Flow.html" title="class in "><B>Flow</B></A> - Class in <A HREF="./widsets/api/package-summary.html"></A><DD>Flow is a container class for other user interface <A HREF="./widsets/api/Component.html" title="class in "><CODE>Component</CODE></A>s.<DT><A HREF="./widsets/api/Flow.html#Flow(Style)"><B>Flow(Style)</B></A> - Constructor for class <A HREF="./widsets/api/Flow.html" title="class in ">Flow</A><DD>Creates a new Flow container.<DT><A HREF="./widsets/api/API.html#flushScreen(boolean)"><B>flushScreen(boolean)</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Repaints whole UI or selected components.<DT><A HREF="./widsets/api/API.html#FOCUS_CHANGED"><B>FOCUS_CHANGED</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Implicit action: focused <A HREF="./widsets/api/Component.html" title="class in "><CODE>Component</CODE></A> has changed<DT><A HREF="./widsets/api/API.html#FOCUSABLE"><B>FOCUSABLE</B></A> - Static variable in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD><A HREF="./widsets/api/Component.html" title="class in "><CODE>Component</CODE></A> flag: Component is focusable<DT><A HREF="./widsets/api/API.html#FOCUSED"><B>FOCUSED</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 the focus enters the widget<DT><A HREF="./widsets/api/Shell.html#focused()"><B>focused()</B></A> - Method in class <A HREF="./widsets/api/Shell.html" title="class in ">Shell</A><DD>Returns the currently focused component on shell.<DT><A HREF="./widsets/api/Font.html" title="class in "><B>Font</B></A> - Class in <A HREF="./widsets/api/package-summary.html"></A><DD> This class is a handle to font.<DT><A HREF="./widsets/api/Style.html#font(int)"><B>font(int)</B></A> - Method in class <A HREF="./widsets/api/Style.html" title="class in ">Style</A><DD>Return custom font.<DT><A HREF="./widsets/api/Calendar.html#format(int)"><B>format(int)</B></A> - Method in class <A HREF="./widsets/api/Calendar.html" title="class in ">Calendar</A><DD>Formats calendars date and/or time as string according to current locale/language.<DT><A HREF="./widsets/api/API.html#format$(String)"><B>format$(String)</B></A> - Method in class <A HREF="./widsets/api/API.html" title="class in ">API</A><DD>Creates a formatted string according to C-style %conventions.<DT><A HREF="./widsets/api/API.html#FORMAT_DATE"><B>FORMAT_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> Format date as string according to current locale<DT><A HREF="./widsets/api/API.html#FORMAT_DATETIME"><B>FORMAT_DATETIME</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> Format date and time as string according to current locale<DT><A HREF="./widsets/api/API.html#FORMAT_TIME"><B>FORMAT_TIME</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> Format time as string according to current locale<DT><A HREF="./widsets/api/API.html#FRIDAY"><B>FRIDAY</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> day of week</DL><HR><A NAME="_G_"><!-- --></A><H2><B>G</B></H2><DL><DT><A HREF="./widsets/api/Component.html#get(int)"><B>get(int)</B></A> - Method in class <A HREF="./widsets/api/Component.html" title="class in ">Component</A><DD>Returns the component at the specified index.<DT><A HREF="./widsets/api/Menu.html#get(int)"><B>get(int)</B></A> - Method in class <A HREF="./widsets/api/Menu.html" title="class in ">Menu</A><DD>Returns MenuItem with specified action id.<DT><A HREF="./widsets/api/Store.html#get(String)"><B>get(String)</B></A> - Method in class <A HREF="./widsets/api/Store.html" title="class in ">Store</A><DD>Returns the named element as ByteArray.<DT><A HREF="./widsets/api/Component.html#getAction()"><B>getAction()</B></A> - Method in class <A HREF="./widsets/api/Component.html" title="class in ">Component</A><DD>Gets the explicit "fire" action associated with this component.<DT><A HREF="./widsets/api/API.html#getAvailableTimeZones()"><B>getAvailableTimeZones()</B></A> -
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?