org.ditchnet.jsp.taglib.tabs.handler
Class NextTabButtonTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.SimpleTagSupport
      extended byorg.ditchnet.jsp.taglib.tabs.handler.NextTabButtonTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public final class NextTabButtonTag
extends javax.servlet.jsp.tagext.SimpleTagSupport

Since:
0.8 JSP Tag that renders an XHTML input element of type button with a JavaScript handler to switch the focus of a specified tab container to the next tab index.
Author:
Todd Ditchendorf

Constructor Summary
NextTabButtonTag()
           
 
Method Summary
 void doTag()
           
 void setId(java.lang.String id)
           
 void setTabContainerId(java.lang.String tabContainerId)
           
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NextTabButtonTag

public NextTabButtonTag()
Method Detail

setId

public void setId(java.lang.String id)

setTabContainerId

public void setTabContainerId(java.lang.String tabContainerId)

doTag

public void doTag()
           throws java.io.IOException,
                  javax.servlet.jsp.JspException
Throws:
java.io.IOException
javax.servlet.jsp.JspException