⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resourceuibinding.html

📁 一个实用的java源程序
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<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="getEditPage(com.bea.alsb.resources.custom.ResourceInstanceData)"><!-- --></A><H3>
getEditPage</H3>
<PRE>
<A HREF="../../../../../com/bea/alsb/presentation/EditField.html" title="class in com.bea.alsb.presentation">EditField</A>[] <B>getEditPage</B>(<A HREF="../../../../../com/bea/alsb/resources/custom/ResourceInstanceData.html" title="interface in com.bea.alsb.resources.custom">ResourceInstanceData</A>&nbsp;config)
                        throws <A HREF="../../../../../com/bea/alsb/resources/custom/CustomResourceException.html" title="class in com.bea.alsb.resources.custom">CustomResourceException</A></PRE>
<DL>
<DD>Called when a resource is being created or edited to get provider-specific contents of the edit pane for resource configuration. When configuration page is rendered for create, the config parameter is set to null; when the page is rendered for edit, the provider should use the config parameter to initialize the edit page.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>config</CODE> - The resource configuration
<DT><B>Returns:</B><DD>array of edit fields along with their default values to be used by         ALSB console to render the provider-specific page
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/alsb/resources/custom/CustomResourceException.html" title="class in com.bea.alsb.resources.custom">CustomResourceException</A></CODE> - in case of errors</DL>
</DD>
</DL>
<HR>

<A NAME="updateEditPage(com.bea.alsb.presentation.EditField[], java.lang.String)"><!-- --></A><H3>
updateEditPage</H3>
<PRE>
<A HREF="../../../../../com/bea/alsb/presentation/EditField.html" title="class in com.bea.alsb.presentation">EditField</A>[] <B>updateEditPage</B>(<A HREF="../../../../../com/bea/alsb/presentation/EditField.html" title="class in com.bea.alsb.presentation">EditField</A>[]&nbsp;fields,
                           <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name)
                           throws <A HREF="../../../../../com/bea/alsb/resources/custom/CustomResourceException.html" title="class in com.bea.alsb.resources.custom">CustomResourceException</A></PRE>
<DL>
<DD>Called when a resource is being created or edited to get contents of the edit pane for the resource configuration. This method is called each time the event for the field of the given name is triggered. The rest of the fields can be updated accordingly.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>fields</CODE> - current set of edit fields for this page<DD><CODE>name</CODE> - name of the field being updated
<DT><B>Returns:</B><DD>updated set of edit fields to be rendered
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/alsb/resources/custom/CustomResourceException.html" title="class in com.bea.alsb.resources.custom">CustomResourceException</A></CODE> - in case of errors</DL>
</DD>
</DL>
<HR>

<A NAME="getViewPage(com.bea.alsb.resources.custom.ResourceInstanceData)"><!-- --></A><H3>
getViewPage</H3>
<PRE>
<A HREF="../../../../../com/bea/alsb/presentation/ViewField.html" title="class in com.bea.alsb.presentation">ViewField</A>[] <B>getViewPage</B>(<A HREF="../../../../../com/bea/alsb/resources/custom/ResourceInstanceData.html" title="interface in com.bea.alsb.resources.custom">ResourceInstanceData</A>&nbsp;config)
                        throws <A HREF="../../../../../com/bea/alsb/resources/custom/CustomResourceException.html" title="class in com.bea.alsb.resources.custom">CustomResourceException</A></PRE>
<DL>
<DD>Called when the resource details are being viewed in read-only mode to get the contents of the summary pane for resource configuration
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>config</CODE> - the resource configuration
<DT><B>Returns:</B><DD>array of viewable fields for rendering on the summary page
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/alsb/resources/custom/CustomResourceException.html" title="class in com.bea.alsb.resources.custom">CustomResourceException</A></CODE> - in case of errors</DL>
</DD>
</DL>
<HR>

<A NAME="validateProviderSpecificForm(com.bea.alsb.presentation.EditField[])"><!-- --></A><H3>
validateProviderSpecificForm</H3>
<PRE>
<A HREF="../../../../../com/bea/alsb/presentation/UIError.html" title="class in com.bea.alsb.presentation">UIError</A>[] <B>validateProviderSpecificForm</B>(<A HREF="../../../../../com/bea/alsb/presentation/EditField.html" title="class in com.bea.alsb.presentation">EditField</A>[]&nbsp;fields)</PRE>
<DL>
<DD>Validate the provider specific parameters on the UI form.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>fields</CODE> - array of current edit fields with their respective values
<DT><B>Returns:</B><DD>array of validation errors, if any</DL>
</DD>
</DL>
<HR>

<A NAME="getProviderSpecificConfiguration(com.bea.alsb.presentation.EditField[])"><!-- --></A><H3>
getProviderSpecificConfiguration</H3>
<PRE>
<A HREF="../../../../../com/bea/alsb/resources/custom/ResourceInstanceData.html" title="interface in com.bea.alsb.resources.custom">ResourceInstanceData</A> <B>getProviderSpecificConfiguration</B>(<A HREF="../../../../../com/bea/alsb/presentation/EditField.html" title="class in com.bea.alsb.presentation">EditField</A>[]&nbsp;fields)
                                                      throws <A HREF="../../../../../com/bea/alsb/resources/custom/CustomResourceException.html" title="class in com.bea.alsb.resources.custom">CustomResourceException</A></PRE>
<DL>
<DD>Creates the Resource Provider Specific configuration from the UI form.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>fields</CODE> - array of edit fields along with their respective values
<DT><B>Returns:</B><DD>ResourceInstanceData that represents the resource configuration
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../com/bea/alsb/resources/custom/CustomResourceException.html" title="class in com.bea.alsb.resources.custom">CustomResourceException</A></CODE> - in case of error</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>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV CLASS&nbsp;
&nbsp;NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../../index.html?com/bea/alsb/resources/ui/ResourceUIBinding.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="ResourceUIBinding.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<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:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<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 + -