public class ButtonAction extends BaseTag
application, loc, maxToPrint, noHTML, req, res, session| Constructor and Description |
|---|
ButtonAction() |
| Modifier and Type | Method and Description |
|---|---|
protected StringBuffer |
buildTag()
Method to build tag
|
String |
getAction() |
String |
getStringToPrint()
Override this method to return what you want to print in the screen.
|
boolean |
getSubmit() |
protected String |
prepareEventHandlers()
Method to prepare events JavaScript in compoenent
|
protected void |
prepareMouseEvents(StringBuffer handlers) |
void |
setAction(String action) |
void |
setSubmit(boolean submit) |
getDisabled, getI18nByKey, getId, getKeyI18n, getKlass, getKlassStyle, getName, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getTagClose, getTextAlign, getTitle, getValue, isDisabled, isNoPrefix, isXhtml, prepareFocusEvents, prepareKeyEvents, prepareTextEvents, setDisabled, setId, setKeyI18n, setKlass, setKlassStyle, setName, setNoPrefix, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setTextAlign, setTitle, setValueprepareAttributecontains, contains, findObject, findObject, findValue, findValue, findValues, findValues, getExtraAttributes, processCriptedName, processCriptValue, setCript, setExtra, setSeparatordoEndTag, doStartTag, getBody, getBooleanValue, getSessionObj, getValue, getValue, getValue, getValue, getValue, setMax, setNoHTMLdoAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getParent, getValues, removeValue, setPageContext, setParent, setValueprotected StringBuffer buildTag() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspExceptionpublic String getStringToPrint() throws javax.servlet.jsp.JspException
PrintTaggetStringToPrint in class BaseTagjavax.servlet.jsp.JspExceptionprotected String prepareEventHandlers()
protected void prepareMouseEvents(StringBuffer handlers)
prepareMouseEvents in class BaseTagpublic void setSubmit(boolean submit)
public boolean getSubmit()
public String getAction()
public void setAction(String action)
action - The action to set.Copyright © 2015. All Rights Reserved.