it.eng.spago.taglib.html
Class ButtonTag

java.lang.Object
  extended by BodyTagSupport
      extended by it.eng.spago.taglib.html.BaseHandlerTag
          extended by it.eng.spago.taglib.html.SubmitTag
              extended by it.eng.spago.taglib.html.ButtonTag

public class ButtonTag
extends SubmitTag

Renders an HTML BUTTON tag within the Struts framework.

Version:
$Rev: 376841 $ $Date: 2004-10-17 02:40:12 -0400 (Sun, 17 Oct 2004) $

Field Summary
 
Fields inherited from class it.eng.spago.taglib.html.SubmitTag
messages, property, text, value
 
Fields inherited from class it.eng.spago.taglib.html.BaseHandlerTag
accesskey, doDisabled, doReadonly, indexed, tabindex
 
Constructor Summary
ButtonTag()
           
 
Method Summary
protected  java.lang.String getDefaultValue()
          Return the default value.
protected  java.lang.String getElementOpen()
          Render the opening element.
 
Methods inherited from class it.eng.spago.taglib.html.SubmitTag
doAfterBody, doEndTag, doStartTag, getProperty, getValue, prepareButtonAttributes, prepareName, prepareValue, release, setProperty, setValue
 
Methods inherited from class it.eng.spago.taglib.html.BaseHandlerTag
doErrorsExist, getAccesskey, getAlt, getAltKey, getBundle, getDisabled, getElementClose, getErrorStyle, getErrorStyleClass, getErrorStyleId, getIndexed, getIndexValue, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getReadonly, getStyle, getStyleClass, getStyleId, getTabindex, getTitle, getTitleKey, isXhtml, lookupProperty, message, prepareAttribute, prepareEventHandlers, prepareFocusEvents, prepareIndex, prepareKeyEvents, prepareMouseEvents, prepareOtherAttributes, prepareStyles, prepareTextEvents, setAccesskey, setAlt, setAltKey, setBundle, setDisabled, setErrorStyle, setErrorStyleClass, setErrorStyleId, setIndexed, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setStyleId, setTabindex, setTitle, setTitleKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonTag

public ButtonTag()
Method Detail

getElementOpen

protected java.lang.String getElementOpen()
Render the opening element.

Overrides:
getElementOpen in class SubmitTag
Returns:
The opening part of the element.

getDefaultValue

protected java.lang.String getDefaultValue()
Return the default value.

Overrides:
getDefaultValue in class SubmitTag
Returns:
The default value if none supplied.