📄 expandablerowobject.html
字号:
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="ExpandableRowObject(boolean, boolean, java.lang.String, java.util.List)"><!-- --></A><H3>
ExpandableRowObject</H3>
<PRE>
public <B>ExpandableRowObject</B>(boolean expanded,
boolean selected,
<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/util/List.html" title="class or interface in java.util">List</A><<A HREF="../../../../com/bea/alsb/presentation/EditField.html" title="class in com.bea.alsb.presentation">EditField</A>> fields)</PRE>
<DL>
<DD>Constructor
<P>
</DL>
<HR>
<A NAME="ExpandableRowObject(boolean, java.lang.String, java.util.List)"><!-- --></A><H3>
ExpandableRowObject</H3>
<PRE>
public <B>ExpandableRowObject</B>(boolean selected,
<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/util/List.html" title="class or interface in java.util">List</A><<A HREF="../../../../com/bea/alsb/presentation/EditField.html" title="class in com.bea.alsb.presentation">EditField</A>> fields)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="isExpanded()"><!-- --></A><H3>
isExpanded</H3>
<PRE>
public boolean <B>isExpanded</B>()</PRE>
<DL>
<DD>returns whether the row is expanded
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/bea/alsb/presentation/IExpandableRowObject.html#isExpanded()">isExpanded</A></CODE> in interface <CODE><A HREF="../../../../com/bea/alsb/presentation/IExpandableRowObject.html" title="interface in com.bea.alsb.presentation">IExpandableRowObject</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setExpanded(boolean)"><!-- --></A><H3>
setExpanded</H3>
<PRE>
public void <B>setExpanded</B>(boolean expanded)</PRE>
<DL>
<DD>sets the row to expanded(true) or collapsed(false)
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/bea/alsb/presentation/IExpandableRowObject.html#setExpanded(boolean)">setExpanded</A></CODE> in interface <CODE><A HREF="../../../../com/bea/alsb/presentation/IExpandableRowObject.html" title="interface in com.bea.alsb.presentation">IExpandableRowObject</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="isSelected()"><!-- --></A><H3>
isSelected</H3>
<PRE>
public boolean <B>isSelected</B>()</PRE>
<DL>
<DD>returns whether the row is selected (checked)
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/bea/alsb/presentation/IExpandableRowObject.html#isSelected()">isSelected</A></CODE> in interface <CODE><A HREF="../../../../com/bea/alsb/presentation/IExpandableRowObject.html" title="interface in com.bea.alsb.presentation">IExpandableRowObject</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setSelected(boolean)"><!-- --></A><H3>
setSelected</H3>
<PRE>
public void <B>setSelected</B>(boolean selected)</PRE>
<DL>
<DD>sets the selected row
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/bea/alsb/presentation/IExpandableRowObject.html#setSelected(boolean)">setSelected</A></CODE> in interface <CODE><A HREF="../../../../com/bea/alsb/presentation/IExpandableRowObject.html" title="interface in com.bea.alsb.presentation">IExpandableRowObject</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getLabel()"><!-- --></A><H3>
getLabel</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getLabel</B>()</PRE>
<DL>
<DD>returns the label for each row
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/bea/alsb/presentation/IExpandableRowObject.html#getLabel()">getLabel</A></CODE> in interface <CODE><A HREF="../../../../com/bea/alsb/presentation/IExpandableRowObject.html" title="interface in com.bea.alsb.presentation">IExpandableRowObject</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getFields()"><!-- --></A><H3>
getFields</H3>
<PRE>
public <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/EditField.html" title="class in com.bea.alsb.presentation">EditField</A>> <B>getFields</B>()</PRE>
<DL>
<DD>returns the list of fields for the expanded row
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/bea/alsb/presentation/IExpandableRowObject.html#getFields()">getFields</A></CODE> in interface <CODE><A HREF="../../../../com/bea/alsb/presentation/IExpandableRowObject.html" title="interface in com.bea.alsb.presentation">IExpandableRowObject</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>
<A NAME="getErrors()"><!-- --></A><H3>
getErrors</H3>
<PRE>
public <A HREF="../../../../com/bea/alsb/presentation/UIError.html" title="class in com.bea.alsb.presentation">UIError</A>[] <B>getErrors</B>()</PRE>
<DL>
<DD>returns the validation errors for the fields in this row
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/bea/alsb/presentation/IExpandableRowObject.html#getErrors()">getErrors</A></CODE> in interface <CODE><A HREF="../../../../com/bea/alsb/presentation/IExpandableRowObject.html" title="interface in com.bea.alsb.presentation">IExpandableRowObject</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setErrors(com.bea.alsb.presentation.UIError[])"><!-- --></A><H3>
setErrors</H3>
<PRE>
public void <B>setErrors</B>(<A HREF="../../../../com/bea/alsb/presentation/UIError.html" title="class in com.bea.alsb.presentation">UIError</A>[] errors)</PRE>
<DL>
<DD>set the validation errors for the fields in this row
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/bea/alsb/presentation/IExpandableRowObject.html#setErrors(com.bea.alsb.presentation.UIError[])">setErrors</A></CODE> in interface <CODE><A HREF="../../../../com/bea/alsb/presentation/IExpandableRowObject.html" title="interface in com.bea.alsb.presentation">IExpandableRowObject</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../com/bea/alsb/presentation/EditField.html" title="class in com.bea.alsb.presentation"><B>PREV CLASS</B></A>
<A HREF="../../../../com/bea/alsb/presentation/ExpandableTableObject.html" title="class in com.bea.alsb.presentation"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?com/bea/alsb/presentation/ExpandableRowObject.html" target="_top"><B>FRAMES</B></A>
<A HREF="ExpandableRowObject.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -