taglibs
Class taglib_comboCourse

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--taglibs.taglib_comboDep
              |
              +--taglibs.taglib_comboCourse
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class taglib_comboCourse
extends taglib_comboDep

See Also:
Serialized Form

Field Summary
protected  java.lang.String jspFile
           
protected  boolean multiple
           
protected  java.lang.String optionValue
           
protected  int size
           
protected  boolean subOrgs
           
protected  java.lang.String target
           
protected  boolean useLinksIfApplicable
           
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
taglib_comboCourse()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void setAutomaticSubmit(java.lang.String s)
           
 void setJspFile(java.lang.String jspF)
           
 void setMultiple(boolean b)
           
 void setOptionValue(java.lang.String v)
           
 void setShow(java.lang.String s)
           
 void setSize(int size)
           
 void setSubOrgs(boolean b)
           
 void setTarget(java.lang.String t)
           
 void setUseLinksIfApplicable(boolean b)
           
 
Methods inherited from class taglibs.taglib_comboDep
setAllOption, setHrefFile, setMode, setName
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

size

protected int size

multiple

protected boolean multiple

subOrgs

protected boolean subOrgs

useLinksIfApplicable

protected boolean useLinksIfApplicable

jspFile

protected java.lang.String jspFile

target

protected java.lang.String target

optionValue

protected java.lang.String optionValue
Constructor Detail

taglib_comboCourse

public taglib_comboCourse()
Method Detail

setShow

public void setShow(java.lang.String s)
Overrides:
setShow in class taglib_comboDep

setSize

public void setSize(int size)
Overrides:
setSize in class taglib_comboDep

setMultiple

public void setMultiple(boolean b)
Overrides:
setMultiple in class taglib_comboDep

setSubOrgs

public void setSubOrgs(boolean b)

setAutomaticSubmit

public void setAutomaticSubmit(java.lang.String s)
Overrides:
setAutomaticSubmit in class taglib_comboDep

setUseLinksIfApplicable

public void setUseLinksIfApplicable(boolean b)

setJspFile

public void setJspFile(java.lang.String jspF)

setTarget

public void setTarget(java.lang.String t)
Overrides:
setTarget in class taglib_comboDep

setOptionValue

public void setOptionValue(java.lang.String v)

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspTagException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class taglib_comboDep
javax.servlet.jsp.JspTagException

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspTagException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class taglib_comboDep
javax.servlet.jsp.JspTagException