📄 uifactory.html
字号:
Creates a browser textbox object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/CheckBoxObject.html" title="class in com.bea.alsb.presentation">CheckBoxObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createCheckbox(boolean)">createCheckbox</A></B>(boolean checked)</CODE>
<BR>
Creates a checkbox object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/CheckBoxObject.html" title="class in com.bea.alsb.presentation">CheckBoxObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createCheckbox(java.lang.String, boolean, boolean)">createCheckbox</A></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)</CODE>
<BR>
Creates a checkbox object that posts an update event back to the provider when it changes.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/ConfirmationObject.html" title="class in com.bea.alsb.presentation">ConfirmationObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createConfirmation(java.lang.String, boolean)">createConfirmation</A></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)</CODE>
<BR>
Creates a confirmation object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/DynamicTableObject.html" title="class in com.bea.alsb.presentation">DynamicTableObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createDynamicTable(java.lang.String[], com.bea.alsb.presentation.TextBoxObject[])">createDynamicTable</A></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/alsb/presentation/TextBoxObject.html" title="class in com.bea.alsb.presentation">TextBoxObject</A>[] uiobjects)</CODE>
<BR>
Creates a dynamic table object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/DynamicTableObject.html" title="class in com.bea.alsb.presentation">DynamicTableObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createDynamicTable(java.lang.String[], com.bea.alsb.presentation.TextBoxObject[], java.util.List)">createDynamicTable</A></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/alsb/presentation/TextBoxObject.html" title="class in com.bea.alsb.presentation">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)</CODE>
<BR>
Creates a dynamic table object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/EditField.html" title="class in com.bea.alsb.presentation">EditField</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createEditField(java.lang.String, java.lang.String, java.lang.String, boolean, com.bea.alsb.presentation.UIObject)">createEditField</A></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> name,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> label,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> description,
boolean isrequired,
<A HREF="../../../../com/bea/alsb/presentation/UIObject.html" title="interface in com.bea.alsb.presentation">UIObject</A> object)</CODE>
<BR>
Creates a edit field.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/EditField.html" title="class in com.bea.alsb.presentation">EditField</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createEditField(java.lang.String, java.lang.String, java.lang.String, com.bea.alsb.presentation.UIObject)">createEditField</A></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> name,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> label,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> description,
<A HREF="../../../../com/bea/alsb/presentation/UIObject.html" title="interface in com.bea.alsb.presentation">UIObject</A> object)</CODE>
<BR>
Creates a edit field.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/ExpandableTableObject.html" title="class in com.bea.alsb.presentation">ExpandableTableObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createExpandableTableObject(java.util.List, java.lang.String)">createExpandableTableObject</A></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)</CODE>
<BR>
Creates an expandable table object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/HintTextAreaObject.html" title="class in com.bea.alsb.presentation">HintTextAreaObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createHintTextArea(java.lang.String, java.lang.String, int, int, boolean)">createHintTextArea</A></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)</CODE>
<BR>
Creates a hint textarea object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/HintTextBoxObject.html" title="class in com.bea.alsb.presentation">HintTextBoxObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createHintTextBox(java.lang.String, java.lang.String, int)">createHintTextBox</A></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)</CODE>
<BR>
Creates a hint textbox object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/PasswordObject.html" title="class in com.bea.alsb.presentation">PasswordObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createPassword(java.lang.String)">createPassword</A></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)</CODE>
<BR>
Creates a password object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/PasswordObject.html" title="class in com.bea.alsb.presentation">PasswordObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createPassword(java.lang.String, int)">createPassword</A></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)</CODE>
<BR>
Creates a password object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/SelectObject.html" title="class in com.bea.alsb.presentation">SelectObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createSelectObject(com.bea.alsb.presentation.Option[], java.lang.String, int, boolean)">createSelectObject</A></B>(<A HREF="../../../../com/bea/alsb/presentation/Option.html" title="class in com.bea.alsb.presentation">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)</CODE>
<BR>
Creates a select object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/SelectObject.html" title="class in com.bea.alsb.presentation">SelectObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createSelectObject(java.lang.String[], java.lang.String[], java.lang.String, int, boolean)">createSelectObject</A></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)</CODE>
<BR>
Creates a select object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/SimpleTableObject.html" title="class in com.bea.alsb.presentation">SimpleTableObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createSimpleTableObject(java.lang.String[], java.util.List)">createSimpleTableObject</A></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)</CODE>
<BR>
Creates a simple table object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/SimpleTableObject.html" title="class in com.bea.alsb.presentation">SimpleTableObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createSimpleTableObject(java.lang.String[], java.util.List, java.lang.String)">createSimpleTableObject</A></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,
<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> width)</CODE>
<BR>
Creates a simple table object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/TextAreaObject.html" title="class in com.bea.alsb.presentation">TextAreaObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createTextArea(java.lang.String, int, int, boolean)">createTextArea</A></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)</CODE>
<BR>
Creates a textarea object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/TextBoxObject.html" title="class in com.bea.alsb.presentation">TextBoxObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createTextBox(java.lang.String)">createTextBox</A></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)</CODE>
<BR>
Creates a textbox object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/TextBoxObject.html" title="class in com.bea.alsb.presentation">TextBoxObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createTextBox(java.lang.String, int)">createTextBox</A></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)</CODE>
<BR>
Creates a textbox object with a specified size.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../com/bea/alsb/presentation/TextBoxObject.html" title="class in com.bea.alsb.presentation">TextBoxObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/bea/alsb/presentation/UIFactory.html#createTextBox(java.lang.String, int, boolean)">createTextBox</A></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,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -