edu.internet2.middleware.grouper.ui.tags
Class GrouperComboboxTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by edu.internet2.middleware.grouper.ui.tags.GrouperComboboxTag
All Implemented Interfaces:
JspTag, SimpleTag

public class GrouperComboboxTag
extends SimpleTagSupport

 This will generate a combobox
 

Author:
mchyzer

Constructor Summary
GrouperComboboxTag()
          init fields on construct
 
Method Summary
 void doTag()
           
 void setFilterOperation(String filterOperation1)
          the operation to call when filtering
 void setId(String id1)
          id and class of elements, and name of combobox.
 void setWidth(int width1)
          width, int, means pixels
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getParent, setJspBody, setJspContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrouperComboboxTag

public GrouperComboboxTag()
init fields on construct

Method Detail

doTag

public void doTag()
           throws JspException,
                  IOException
Specified by:
doTag in interface SimpleTag
Overrides:
doTag in class SimpleTagSupport
Throws:
JspException
IOException
See Also:
SimpleTagSupport.doTag()

setId

public void setId(String id1)
id and class of elements, and name of combobox. Make this unique in app

Parameters:
id1 - the id to set

setWidth

public void setWidth(int width1)
width, int, means pixels

Parameters:
width1 - the width to set

setFilterOperation

public void setFilterOperation(String filterOperation1)
the operation to call when filtering

Parameters:
filterOperation1 - the filterOperation to set