📄 transportuifactory.html
字号:
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>checked</CODE> - the initial state for the checkbox.
<DT><B>Returns:</B><DD>a new checkbox object.</DL>
</DD>
</DL>
<HR>
<A NAME="createCheckbox(java.lang.String, boolean, boolean)"><!-- --></A><H3>
createCheckbox</H3>
<PRE>
public static <A HREF="../../../../../../com/bea/wli/sb/transports/ui/TransportUIFactory.CheckBoxObject.html" title="class in com.bea.wli.sb.transports.ui">TransportUIFactory.CheckBoxObject</A> <B>createCheckbox</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> value,
boolean checked,
boolean hasEvent)</PRE>
<DL>
<DD>Creates a checkbox object that posts an update event back to the transport provider when it changes.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - the value associated with the checkbox.<DD><CODE>checked</CODE> - the initial state for the checkbox.<DD><CODE>hasEvent</CODE> - <tt>true</tt> indicates that an update event is to be posted back to the transport provider when the checkbox is changed.
<DT><B>Returns:</B><DD>the new checkbox object.</DL>
</DD>
</DL>
<HR>
<A NAME="createSelectObject(java.lang.String[], java.lang.String[], java.lang.String, int, boolean)"><!-- --></A><H3>
createSelectObject</H3>
<PRE>
public static <A HREF="../../../../../../com/bea/wli/sb/transports/ui/TransportUIFactory.SelectObject.html" title="class in com.bea.wli.sb.transports.ui">TransportUIFactory.SelectObject</A> <B>createSelectObject</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] values,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] formattedValues,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> selected,
int displayMode,
boolean hasEvent)</PRE>
<DL>
<DD>Creates a select object.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>values</CODE> - the actual values for each of the options.<DD><CODE>formattedValues</CODE> - the displayed text for each of the options.<DD><CODE>selected</CODE> - the default selection.<DD><CODE>displayMode</CODE> - the type of display presentation (list or radio buttons).<DD><CODE>hasEvent</CODE> - <tt>true</tt> indicates that an update event is to be posted back to the transport provider when the checkbox is changed.
<DT><B>Returns:</B><DD>the new checkbox object.</DL>
</DD>
</DL>
<HR>
<A NAME="createSelectObject(com.bea.wli.sb.transports.ui.TransportUIFactory.Option[], java.lang.String, int, boolean)"><!-- --></A><H3>
createSelectObject</H3>
<PRE>
public static <A HREF="../../../../../../com/bea/wli/sb/transports/ui/TransportUIFactory.SelectObject.html" title="class in com.bea.wli.sb.transports.ui">TransportUIFactory.SelectObject</A> <B>createSelectObject</B>(<A HREF="../../../../../../com/bea/wli/sb/transports/ui/TransportUIFactory.Option.html" title="class in com.bea.wli.sb.transports.ui">TransportUIFactory.Option</A>[] options,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> selected,
int displayMode,
boolean hasEvent)</PRE>
<DL>
<DD>Creates a select object.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>options</CODE> - the values and displayed text for the options.<DD><CODE>selected</CODE> - the default selection.<DD><CODE>displayMode</CODE> - the type of display presentation (list or radio buttons).<DD><CODE>hasEvent</CODE> - <tt>true</tt> indicates that an update event is to be posted back to the transport provider when the checkbox is changed.
<DT><B>Returns:</B><DD>the new checkbox object.</DL>
</DD>
</DL>
<HR>
<A NAME="createPassword(java.lang.String)"><!-- --></A><H3>
createPassword</H3>
<PRE>
public static <A HREF="../../../../../../com/bea/wli/sb/transports/ui/TransportUIFactory.PasswordObject.html" title="class in com.bea.wli.sb.transports.ui">TransportUIFactory.PasswordObject</A> <B>createPassword</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> value)</PRE>
<DL>
<DD>Creates a password object.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - the initial value for the password.
<DT><B>Returns:</B><DD>the new password object.</DL>
</DD>
</DL>
<HR>
<A NAME="createPassword(java.lang.String, int)"><!-- --></A><H3>
createPassword</H3>
<PRE>
public static <A HREF="../../../../../../com/bea/wli/sb/transports/ui/TransportUIFactory.PasswordObject.html" title="class in com.bea.wli.sb.transports.ui">TransportUIFactory.PasswordObject</A> <B>createPassword</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> value,
int size)</PRE>
<DL>
<DD>Creates a password object.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - the initial value for the password.<DD><CODE>size</CODE> - the size of the password input field.
<DT><B>Returns:</B><DD>the new password object.</DL>
</DD>
</DL>
<HR>
<A NAME="createDynamicTable(java.lang.String[], com.bea.wli.sb.transports.ui.TransportUIFactory.TextBoxObject[])"><!-- --></A><H3>
createDynamicTable</H3>
<PRE>
public static <A HREF="../../../../../../com/bea/wli/sb/transports/ui/TransportUIFactory.DynamicTableObject.html" title="class in com.bea.wli.sb.transports.ui">TransportUIFactory.DynamicTableObject</A> <B>createDynamicTable</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] headers,
<A HREF="../../../../../../com/bea/wli/sb/transports/ui/TransportUIFactory.TextBoxObject.html" title="class in com.bea.wli.sb.transports.ui">TransportUIFactory.TextBoxObject</A>[] uiobjects)</PRE>
<DL>
<DD>Creates a dynamic table object. A dynamic table consists a table display with a variable number of rows and columns. It also has an input area associated with the table for adding new rows. Existing rows in the table can be deleted by clicking on a delete icon on each row.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>headers</CODE> - the labels for each column in the table<DD><CODE>uiobjects</CODE> - input textbox objects used for adding new rows.
<DT><B>Returns:</B><DD>the new dynamic table object.</DL>
</DD>
</DL>
<HR>
<A NAME="createDynamicTable(java.lang.String[], com.bea.wli.sb.transports.ui.TransportUIFactory.TextBoxObject[], java.util.List)"><!-- --></A><H3>
createDynamicTable</H3>
<PRE>
public static <A HREF="../../../../../../com/bea/wli/sb/transports/ui/TransportUIFactory.DynamicTableObject.html" title="class in com.bea.wli.sb.transports.ui">TransportUIFactory.DynamicTableObject</A> <B>createDynamicTable</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] headers,
<A HREF="../../../../../../com/bea/wli/sb/transports/ui/TransportUIFactory.TextBoxObject.html" title="class in com.bea.wli.sb.transports.ui">TransportUIFactory.TextBoxObject</A>[] uiobjects,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/util/List.html" title="class or interface in java.util">List</A><<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[]> rows)</PRE>
<DL>
<DD>Creates a dynamic table object. A dynamic table consists a table display with a variable number of rows and columns. It also has an input area associated with the table for adding new rows. Existing rows in the table can be deleted by clicking on a delete icon on each row.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>headers</CODE> - the labels for each column in the table<DD><CODE>uiobjects</CODE> - input textbox objects used for adding new rows.<DD><CODE>rows</CODE> - the initial list of rows in the table.
<DT><B>Returns:</B><DD>the new dynamic table object.</DL>
</DD>
</DL>
<HR>
<A NAME="createConfirmation(java.lang.String, boolean)"><!-- --></A><H3>
createConfirmation</H3>
<PRE>
public static <A HREF="../../../../../../com/bea/wli/sb/transports/ui/TransportUIFactory.ConfirmationObject.html" title="class in com.bea.wli.sb.transports.ui">TransportUIFactory.ConfirmationObject</A> <B>createConfirmation</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> message,
boolean confirmed)</PRE>
<DL>
<DD>Creates a confirmation object. A confirmation object is a browser popup message box. If the confirm state is <tt>false</tt> then a popup mesage box is displayed and the state is changed to <tt>true</tt> after the user dismisses the popup.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>message</CODE> - text to be displayed in the popup.<DD><CODE>confirmed</CODE> - initial state for the confirmation object.
<DT><B>Returns:</B><DD>a new confirmation object.</DL>
</DD>
</DL>
<HR>
<A NAME="createBrowserTextBox(java.lang.String, java.lang.String)"><!-- --></A><H3>
createBrowserTextBox</H3>
<PRE>
public static <A HREF="../../../../../../com/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -