DLESE Tools
v1.6.0

org.dlese.dpc.vocab.tags
Class MetadataVocabCheckboxesTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.dlese.dpc.vocab.tags.MetadataVocabTag
          extended by org.dlese.dpc.vocab.tags.MetadataVocabCheckboxesTag
All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class MetadataVocabCheckboxesTag
extends MetadataVocabTag

Tag handler for rendering vocabulary checkboxes

Author:
Ryan Deardorff
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.dlese.dpc.vocab.tags.MetadataVocabTag
group, interfce, language, stringUtil, system, vocab
 
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
MetadataVocabCheckboxesTag()
           
 
Method Summary
 int doStartTag()
          Description of the Method
 void setLabel(String label)
          Sets the label attribute of the MetadataVocabCheckboxesTag object
 void setSkipTopRow(String skipTopRow)
          Sets the skipTopRow attribute of the MetadataVocabCheckboxesTag object
 void setTdWidth(String tdWidth)
          Sets the tdWidth attribute of the MetadataVocabCheckboxesTag object
 void setValue(String value)
          Sets the value attribute of the MetadataVocabCheckboxesTag object
 void setWrap(String wrap)
          Sets the wrap attribute of the MetadataVocabCheckboxesTag object
 
Methods inherited from class org.dlese.dpc.vocab.tags.MetadataVocabTag
release, setGroup, setInterface, setLanguage, setSystem, setupTag
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataVocabCheckboxesTag

public MetadataVocabCheckboxesTag()
Method Detail

setWrap

public void setWrap(String wrap)
Sets the wrap attribute of the MetadataVocabCheckboxesTag object

Parameters:
wrap - The new wrap value

setValue

public void setValue(String value)
Sets the value attribute of the MetadataVocabCheckboxesTag object

Parameters:
value - The new value value

setLabel

public void setLabel(String label)
Sets the label attribute of the MetadataVocabCheckboxesTag object

Parameters:
label - The new label value

setSkipTopRow

public void setSkipTopRow(String skipTopRow)
Sets the skipTopRow attribute of the MetadataVocabCheckboxesTag object

Parameters:
skipTopRow - The new skipTopRow value

setTdWidth

public void setTdWidth(String tdWidth)
Sets the tdWidth attribute of the MetadataVocabCheckboxesTag object

Parameters:
tdWidth - The new tdWidth value

doStartTag

public int doStartTag()
               throws JspException
Description of the Method

Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class TagSupport
Returns:
Throws:
JspException

DLESE Tools
v1.6.0