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

📄 coolmenudisplayer4.html

📁 sturts_menu 的源代码 主要提过了常用的menu菜单样式
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<A NAME="display(net.sf.navigator.menu.MenuComponent)"><!-- --></A><H3>
display</H3>
<PRE>
public void <B>display</B>(<A HREF="../../../../net/sf/navigator/menu/MenuComponent.html" title="class in net.sf.navigator.menu">MenuComponent</A>&nbsp;menu)
             throws javax.servlet.jsp.JspException,
                    <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD>Prints the appropriate javascript for CoolMenu using \ <code>menuMessage</code> as the format.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../net/sf/navigator/displayer/MenuDisplayer.html#display(net.sf.navigator.menu.MenuComponent)">display</A></CODE> in interface <CODE><A HREF="../../../../net/sf/navigator/displayer/MenuDisplayer.html" title="interface in net.sf.navigator.displayer">MenuDisplayer</A></CODE><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../net/sf/navigator/displayer/MessageResourcesMenuDisplayer.html#display(net.sf.navigator.menu.MenuComponent)">display</A></CODE> in class <CODE><A HREF="../../../../net/sf/navigator/displayer/MessageResourcesMenuDisplayer.html" title="class in net.sf.navigator.displayer">MessageResourcesMenuDisplayer</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Throws:</B>
<DD><CODE>javax.servlet.jsp.JspException</CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="end(javax.servlet.jsp.PageContext)"><!-- --></A><H3>
end</H3>
<PRE>
public void <B>end</B>(javax.servlet.jsp.PageContext&nbsp;context)</PRE>
<DL>
<DD>This will output the ending javascript statements defined in <code>END_STATEMENT</code> and <code>SCRIPT_END</code>
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../net/sf/navigator/displayer/MenuDisplayer.html#end(javax.servlet.jsp.PageContext)">end</A></CODE> in interface <CODE><A HREF="../../../../net/sf/navigator/displayer/MenuDisplayer.html" title="interface in net.sf.navigator.displayer">MenuDisplayer</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../../net/sf/navigator/displayer/AbstractMenuDisplayer.html#end(javax.servlet.jsp.PageContext)">end</A></CODE> in class <CODE><A HREF="../../../../net/sf/navigator/displayer/AbstractMenuDisplayer.html" title="class in net.sf.navigator.displayer">AbstractMenuDisplayer</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>context</CODE> - The JSP pageContext to give the displayer access              to any resources it may need.</DL>
</DD>
</DL>
<HR>

<A NAME="buildMenuString(net.sf.navigator.menu.MenuComponent, java.lang.StringBuffer, boolean)"><!-- --></A><H3>
buildMenuString</H3>
<PRE>
protected void <B>buildMenuString</B>(<A HREF="../../../../net/sf/navigator/menu/MenuComponent.html" title="class in net.sf.navigator.menu">MenuComponent</A>&nbsp;menu,
                               <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/StringBuffer.html" title="class or interface in java.lang">StringBuffer</A>&nbsp;sb,
                               boolean&nbsp;allowed)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getArgs(net.sf.navigator.menu.MenuComponent)"><!-- --></A><H3>
getArgs</H3>
<PRE>
protected <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] <B>getArgs</B>(<A HREF="../../../../net/sf/navigator/menu/MenuComponent.html" title="class in net.sf.navigator.menu">MenuComponent</A>&nbsp;menu)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getParentName(net.sf.navigator.menu.MenuComponent)"><!-- --></A><H3>
getParentName</H3>
<PRE>
protected <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getParentName</B>(<A HREF="../../../../net/sf/navigator/menu/MenuComponent.html" title="class in net.sf.navigator.menu">MenuComponent</A>&nbsp;menu)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getTarget(net.sf.navigator.menu.MenuComponent)"><!-- --></A><H3>
getTarget</H3>
<PRE>
protected <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getTarget</B>(<A HREF="../../../../net/sf/navigator/menu/MenuComponent.html" title="class in net.sf.navigator.menu">MenuComponent</A>&nbsp;menu)</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../net/sf/navigator/displayer/AbstractMenuDisplayer.html#getTarget(net.sf.navigator.menu.MenuComponent)">AbstractMenuDisplayer</A></CODE></B></DD>
<DD>Convenience method that will first return the target for the displayer if it is not null.  If the displayer target is null, then it will return <code>menu.getTarget()</code>.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../net/sf/navigator/displayer/AbstractMenuDisplayer.html#getTarget(net.sf.navigator.menu.MenuComponent)">getTarget</A></CODE> in class <CODE><A HREF="../../../../net/sf/navigator/displayer/AbstractMenuDisplayer.html" title="class in net.sf.navigator.displayer">AbstractMenuDisplayer</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>the target for the menu link.</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="class-use/CoolMenuDisplayer4.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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;<A HREF="../../../../net/sf/navigator/displayer/CoolMenuDisplayer.html" title="class in net.sf.navigator.displayer"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../net/sf/navigator/displayer/CSSListMenuDisplayer.html" title="class in net.sf.navigator.displayer"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html?net/sf/navigator/displayer/CoolMenuDisplayer4.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="CoolMenuDisplayer4.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;<A HREF="#fields_inherited_from_class_net.sf.navigator.displayer.MessageResourcesMenuDisplayer">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>
Copyright &copy; 2003-2007 SourceForge. All Rights Reserved.
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -