|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
org.loom.tags.AbstractTag
org.loom.tags.AbstractDecoratedTag
org.loom.tags.AbstractHtmlTag
org.loom.tags.AbstractFormFieldTag
org.loom.tags.core.ButtonTag
public class ButtonTag
HTML button. The default css class is the same as the type assigned. The value is only used to print the button text.
| Field Summary |
|---|
| Fields inherited from class org.loom.tags.AbstractDecoratedTag |
|---|
decorator |
| Fields inherited from class org.loom.tags.AbstractTag |
|---|
out, repository, request, response |
| Constructor Summary | |
|---|---|
ButtonTag()
|
|
| Method Summary | |
|---|---|
void |
doTagImpl()
The method that must be implemented by the child class |
java.lang.String |
getType()
|
protected void |
initTag()
Initializes the tag attributes |
void |
setEvent(java.lang.String event)
|
void |
setType(java.lang.String type)
|
void |
setValue(java.lang.String value)
|
| Methods inherited from class org.loom.tags.AbstractFormFieldTag |
|---|
getForm, getLabel, isDisabled, printParentAttributes, setAccept, setAlign, setAlt, setDisabled, setForm, setLabel, setTabIndex |
| Methods inherited from class org.loom.tags.AbstractHtmlTag |
|---|
addCssClass, getAccesskey, getCssBuilder, getCssClass, getDir, getId, getLang, getName, getNormalizedName, getStyle, getTabindex, getTitle, getTranslatedTitle, identify, isCssProcessed, isTranslateTitle, setAccesskey, setCssClass, setCssProcessed, setDir, setId, setLang, setName, setStyle, setTabindex, setTitle, setTranslateTitle |
| Methods inherited from class org.loom.tags.AbstractDecoratedTag |
|---|
doTag, getDecorator, getDecoratorInstance, setDecorator |
| Methods inherited from class org.loom.tags.AbstractTag |
|---|
createWriterWrapper, doBody, doBufferedBody, endTag, evaluateExpression, getActionProperty, getAncestorWithClass, getBufferedBody, getExtendedAttributes, getMessagesRepository, getPageContext, getRequest, getResponse, getScopedAttribute, getWriter, removeScopedAttribute, setDynamicAttribute, setExtendedAttribute, setRequest, setResponse, setScopedAttribute, setWriter |
| 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 |
| Methods inherited from interface org.loom.tags.HtmlTag |
|---|
addCssClass, getCssBuilder |
| Methods inherited from interface org.loom.tags.LoomTag |
|---|
getExtendedAttributes, getRequest, getScopedAttribute, setExtendedAttribute, setScopedAttribute |
| Constructor Detail |
|---|
public ButtonTag()
| Method Detail |
|---|
protected void initTag()
AbstractTag
initTag in class AbstractFormFieldTag
public void doTagImpl()
throws javax.servlet.jsp.JspException,
java.io.IOException
AbstractTag
doTagImpl in class AbstractTagjavax.servlet.jsp.JspException
java.io.IOExceptionpublic void setValue(java.lang.String value)
public java.lang.String getType()
public void setType(java.lang.String type)
setType in class AbstractFormFieldTagpublic void setEvent(java.lang.String event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||