adf
Tag separator


Renders a separator within the ToolBar component. Separators are typically used to group logically related components in the ToolBar

For example:
  <a:toolbar id="toolbar1" mapId="map1">
    ...
    <a:separator id="separator1" image="images/separator.png"/>
  </a:toolbar>


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

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The ValueExpression linking this component to a property in a backing bean.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Indicates whether or not the component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
stylefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
CSS style(s) to be applied when the component is rendered.
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Space-separated list of CSS style class(es) to be applied when the component is rendered.
imagefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The image that is displayed by the component.

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.