adf
Tag button


Button control.


Tag Information
Tag Classcom.esri.adf.web.faces.taglib.ButtonTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringProgrammatic name of the control. Best practice to use the id name same as the server action method name if serverAction defined. For Example, id="addPoint" serverAction="#{myContext.attributes.myAttribute.addPoint}"
mapIdtruetruejava.lang.StringReferences an id associated with the map control.
serverActionfalsefalsejava.lang.StringMethodBinding representing the application action to invoke when this component is activated by the user. The expression must evaluate to a public method that takes a MapEvent (with clientAction) or no parameters (with no clientAction), and returns void. The id name should be same as the server action method name if serverAction defined.
clientActionfalsetruejava.lang.StringTool client action.
defaultImagefalsetruejava.lang.StringReferences a default image associated with the button control.
hoverImagefalsetruejava.lang.StringReferences a hover image associated with the button control.
selectedImagefalsetruejava.lang.StringReferences a selected image associated with the button control.
renderedfalsetruejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
valuefalsetruejava.lang.StringThe value binding expression for the backing bean associated with this control.
typefalsetruejava.lang.StringThe content type of the input.
stylefalsetruejava.lang.StringCSS style(s) to be applied when this component is rendered.
styleClassfalsetruejava.lang.StringSpace-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.
disabledfalsetruejava.lang.StringFlag indicating that this element must never receive focus or be included in a subsequent submit.
toolTipfalsetruejava.lang.StringTool tips information.
onclickfalsetruejava.lang.StringJavascript code executed when a pointer button is clicked over this element.
collectionIdfalsetruejava.lang.StringA ID to register in esriToolItemCollection.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.