|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.taggercat.tags.AbstractExpEvalTag
com.taggercat.tags.AbstractHTMLInputTag
com.taggercat.tags.HTMLListMenuElementTag
public class HTMLListMenuElementTag
This tag creates a HTML List/Menu input field with the list values generated by the tag's body content.
![]() |
![]() |
| Field Summary |
|---|
| 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 | |
|---|---|
HTMLListMenuElementTag()
|
|
| Method Summary | |
|---|---|
int |
doEndTag()
Resets the internal state of the tag. |
int |
doStartTag()
Begins the tags processing. |
java.lang.String |
getSourcedFrom()
|
java.lang.String |
makeElement(Model model,
DataSource ds,
TCEntity tcEntity)
Creates the HTML list/menu ( a select) element. |
void |
setMultiple(boolean multiple)
Sets the multiple property to create a multi-selection list. |
void |
setSize(int size)
Sets the size attribute |
void |
setSourcedFrom(java.lang.String sourcedFrom)
|
void |
setValue(Model model,
DataSource ds,
TCEntity tcEntity)
Sets the value attribute. |
| Methods inherited from class com.taggercat.tags.AbstractExpEvalTag |
|---|
getModel, resolveProperty, setScope, setVar |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLListMenuElementTag()
| Method Detail |
|---|
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class AbstractHTMLInputTagjavax.servlet.jsp.JspException
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class AbstractHTMLInputTagjavax.servlet.jsp.JspException
public java.lang.String makeElement(Model model,
DataSource ds,
TCEntity tcEntity)
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspExceptionmodel - the modelds - the data sourcetcEntity - the TCEntity
public void setValue(Model model,
DataSource ds,
TCEntity tcEntity)
throws javax.servlet.jsp.JspException
setValue in class AbstractHTMLInputTagjavax.servlet.jsp.JspExceptionmodel - the modelds - the data sourcetcEntity - the TCEntitypublic void setMultiple(boolean multiple)
multiple - true to create a multi-selection listpublic void setSize(int size)
size - public java.lang.String getSourcedFrom()
public void setSourcedFrom(java.lang.String sourcedFrom)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||