📄 uifactory.html
字号:
<DL>
<DD>Creates a browser textbox object. This is used to display a resource chooser popup window. The initial form display consists of a textbox for the returned selection and a browse button for showing the chooser dialog.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - the initial value of the selected resource.<DD><CODE>typeId</CODE> - identifies the type of resource to be shown.
<DT><B>Returns:</B><DD>a new browser textbox object.</DL>
</DD>
</DL>
<HR>
<A NAME="createBrowserTextBox(java.lang.String, int, java.lang.String)"><!-- --></A><H3>
createBrowserTextBox</H3>
<PRE>
public static <A HREF="../../../../com/bea/alsb/presentation/BrowserTextBoxObject.html" title="class in com.bea.alsb.presentation">BrowserTextBoxObject</A> <B>createBrowserTextBox</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,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> typeId)</PRE>
<DL>
<DD>Creates a browser textbox object. This is used to display a resource chooser popup window. The initial form display consists of a textbox for the returned selection and a browse button for showing the chooser dialog.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - the initial value of the selected resource.<DD><CODE>size</CODE> - the size of the selection textbox field.<DD><CODE>typeId</CODE> - identifies the type of resource to be shown.
<DT><B>Returns:</B><DD>a new browser textbox object.</DL>
</DD>
</DL>
<HR>
<A NAME="createBrowserTextBox(java.lang.String, int, java.lang.String, boolean)"><!-- --></A><H3>
createBrowserTextBox</H3>
<PRE>
public static <A HREF="../../../../com/bea/alsb/presentation/BrowserTextBoxObject.html" title="class in com.bea.alsb.presentation">BrowserTextBoxObject</A> <B>createBrowserTextBox</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,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> typeId,
boolean hasEvent)</PRE>
<DL>
<DD>Creates a browser textbox object. This is used to display a resource chooser popup window. The initial form display consists of a textbox for the returned selection and a browse button for showing the chooser dialog.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - the initial value of the selected resource.<DD><CODE>size</CODE> - the size of the selection textbox field.<DD><CODE>typeId</CODE> - identifies the type of resource to be shown.<DD><CODE>hasEvent</CODE> - <tt>true</tt> indicates that an update event is to be posted back to the provider when the selection textbox is changed.
<DT><B>Returns:</B><DD>a new browser textbox object.</DL>
</DD>
</DL>
<HR>
<A NAME="createBrowserTextBox(java.lang.String, int, java.lang.String, boolean, com.bea.wli.config.resource.ResourceQuery)"><!-- --></A><H3>
createBrowserTextBox</H3>
<PRE>
public static <A HREF="../../../../com/bea/alsb/presentation/BrowserTextBoxObject.html" title="class in com.bea.alsb.presentation">BrowserTextBoxObject</A> <B>createBrowserTextBox</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,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> typeId,
boolean hasEvent,
<A HREF="../../../../com/bea/wli/config/resource/ResourceQuery.html" title="class in com.bea.wli.config.resource">ResourceQuery</A> resourceQuery)</PRE>
<DL>
<DD>Creates a browser textbox object. This is used to display a resource chooser popup window. The initial form display consists of a textbox for the returned selection and a browse button for showing the chooser dialog.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - the initial value of the selected resource.<DD><CODE>size</CODE> - the size of the selection textbox field.<DD><CODE>typeId</CODE> - identifies the type of resource to be shown.<DD><CODE>hasEvent</CODE> - <tt>true</tt> indicates that an update event is to be posted back to the provider when the selection textbox is changed.<DD><CODE>resourceQuery</CODE> - query used to filter the resource chooser.
<DT><B>Returns:</B><DD>a new browser textbox object.</DL>
</DD>
</DL>
<HR>
<A NAME="createTextArea(java.lang.String, int, int, boolean)"><!-- --></A><H3>
createTextArea</H3>
<PRE>
public static <A HREF="../../../../com/bea/alsb/presentation/TextAreaObject.html" title="class in com.bea.alsb.presentation">TextAreaObject</A> <B>createTextArea</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,
int numRows,
boolean readOnly)</PRE>
<DL>
<DD>Creates a textarea object.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - the initial value of the textarea.<DD><CODE>size</CODE> - the width of the textarea.<DD><CODE>numRows</CODE> - the number of rows in the textarea.<DD><CODE>readOnly</CODE> - if <tt>true</tt> the textarea is disabled for input.
<DT><B>Returns:</B><DD>a new textarea object.</DL>
</DD>
</DL>
<HR>
<A NAME="createHintTextBox(java.lang.String, java.lang.String, int)"><!-- --></A><H3>
createHintTextBox</H3>
<PRE>
public static <A HREF="../../../../com/bea/alsb/presentation/HintTextBoxObject.html" title="class in com.bea.alsb.presentation">HintTextBoxObject</A> <B>createHintTextBox</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,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> hint,
int size)</PRE>
<DL>
<DD>Creates a hint textbox object.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - the initial value of the textbox.<DD><CODE>hint</CODE> - a short descriptive text hint to display near the textbox.<DD><CODE>size</CODE> - the size of the textbox.
<DT><B>Returns:</B><DD>a new hint textbox object.</DL>
</DD>
</DL>
<HR>
<A NAME="createHintTextArea(java.lang.String, java.lang.String, int, int, boolean)"><!-- --></A><H3>
createHintTextArea</H3>
<PRE>
public static <A HREF="../../../../com/bea/alsb/presentation/HintTextAreaObject.html" title="class in com.bea.alsb.presentation">HintTextAreaObject</A> <B>createHintTextArea</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,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> hint,
int size,
int numRows,
boolean readOnly)</PRE>
<DL>
<DD>Creates a hint textarea object.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - the initial value of the textarea.<DD><CODE>hint</CODE> - a short descriptive text hint to display near the text area.<DD><CODE>size</CODE> - the width of the textarea.<DD><CODE>numRows</CODE> - the number of rows in the textarea.<DD><CODE>readOnly</CODE> - if <tt>true</tt> the textarea is disabled for input.
<DT><B>Returns:</B><DD>a new hint textarea object.</DL>
</DD>
</DL>
<HR>
<A NAME="createExpandableTableObject(java.util.List, java.lang.String)"><!-- --></A><H3>
createExpandableTableObject</H3>
<PRE>
public static <A HREF="../../../../com/bea/alsb/presentation/ExpandableTableObject.html" title="class in com.bea.alsb.presentation">ExpandableTableObject</A> <B>createExpandableTableObject</B>(<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="../../../../com/bea/alsb/presentation/ExpandableRowObject.html" title="class in com.bea.alsb.presentation">ExpandableRowObject</A>> rows,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> checkboxDescription)</PRE>
<DL>
<DD>Creates an expandable table object. An expandable table object contains individual rows that can each be expanded and collapsed. Each expanded row has a select checkbox and an associated list of edit fields that are shown when the row is expanded.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>rows</CODE> - the list of expandable rows in the table.<DD><CODE>checkboxDescription</CODE> - tool tip descriptive text displayed when the mouse hovers over the checkbox.
<DT><B>Returns:</B><DD>a new expandable table object.</DL>
</DD>
</DL>
<HR>
<A NAME="createSimpleTableObject(java.lang.String[], java.util.List)"><!-- --></A><H3>
createSimpleTableObject</H3>
<PRE>
public static <A HREF="../../../../com/bea/alsb/presentation/SimpleTableObject.html" title="class in com.bea.alsb.presentation">SimpleTableObject</A> <B>createSimpleTableObject</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="http://java.sun.com/j2se/1.5/docs/api/java/util/List.html" title="class or interface in java.util">List</A><<A HREF="../../../../com/bea/alsb/presentation/SimpleRowObject.html" title="class in com.bea.alsb.presentation">SimpleRowObject</A>> rows)</PRE>
<DL>
<DD>Creates a simple table object.
<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>rows</CODE> - the list of rows in the table.
<DT><B>Returns:</B><DD>a new simple table object.</DL>
</DD>
</DL>
<HR>
<A NAME="createSimpleTableObject(java.lang.String[], java.util.List, java.lang.String)"><!-- --></A><H3>
createSimpleTableObject</H3>
<PRE>
public static <A HREF="../../../../com/bea/alsb/presentation/SimpleTableObject.html" title="
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -