|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
edu.internet2.middleware.grouper.ui.tags.GrouperComboboxTag
public class GrouperComboboxTag
This will generate a combobox
Constructor Summary | |
---|---|
GrouperComboboxTag()
|
Method Summary | |
---|---|
void |
doTag()
|
void |
setComboDefaultText(String comboDefaultText1)
the default text which should appear in the combo box when drawn |
void |
setComboDefaultValue(String comboDefaultValue1)
the default value (will be submitted) which should appear in the combo box when drawn |
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 |
---|
public GrouperComboboxTag()
Method Detail |
---|
public void setComboDefaultText(String comboDefaultText1)
comboDefaultText1
- public void setComboDefaultValue(String comboDefaultValue1)
comboDefaultValue1
- public void doTag() throws JspException, IOException
doTag
in interface SimpleTag
doTag
in class SimpleTagSupport
JspException
IOException
SimpleTagSupport.doTag()
public void setId(String id1)
id1
- the id to setpublic void setWidth(int width1)
width1
- the width to setpublic void setFilterOperation(String filterOperation1)
filterOperation1
- the filterOperation to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |