net.sf.easyweb4j.tags
Class CollectionSelectTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by net.sf.easyweb4j.tags.EasyWeb4JTagSupport
          extended by net.sf.easyweb4j.tags.CollectionSelectTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.DynamicAttributes, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class CollectionSelectTag
extends EasyWeb4JTagSupport


Constructor Summary
CollectionSelectTag()
           
 
Method Summary
 void doTag()
           
 Object getCurrentValue()
           
 Collection<?> getItems()
           
 String getLabelProperty()
           
 String getPrompt()
           
 String getValueProperty()
           
 void setCurrentValue(Object currentValue)
           
 void setItems(Collection<?> items)
           
 void setLabelProperty(String labelProperty)
           
 void setPrompt(String prompt)
           
 void setValueProperty(String valueProperty)
           
 
Methods inherited from class net.sf.easyweb4j.tags.EasyWeb4JTagSupport
buildEndTag, buildStartTag, buildStartTag, getDynamicAttributes, getEasyWeb4JContainer, setDynamicAttribute
 
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

CollectionSelectTag

public CollectionSelectTag()
Method Detail

doTag

public void doTag()
           throws javax.servlet.jsp.JspException,
                  IOException
Specified by:
doTag in interface javax.servlet.jsp.tagext.SimpleTag
Overrides:
doTag in class javax.servlet.jsp.tagext.SimpleTagSupport
Throws:
javax.servlet.jsp.JspException
IOException

getItems

public Collection<?> getItems()

setItems

public void setItems(Collection<?> items)

getValueProperty

public String getValueProperty()

setValueProperty

public void setValueProperty(String valueProperty)

getLabelProperty

public String getLabelProperty()

setLabelProperty

public void setLabelProperty(String labelProperty)

getPrompt

public String getPrompt()

setPrompt

public void setPrompt(String prompt)

getCurrentValue

public Object getCurrentValue()

setCurrentValue

public void setCurrentValue(Object currentValue)


Copyright © 2009-2010 Chandra Sekar S. All Rights Reserved.