com.esri.adf.web.faces.component
Interface ToolbarItem

All Known Implementing Classes:
CommandControl, SelectOneControl, SeparatorControl, ToolControl

public interface ToolbarItem

The ToolbarItem is an interface which has an abstract method generateXML(). Any custom tool bar item that needs to be added to Toolbar Control should implement this interface.


Method Summary
 Element generateXML()
          Generates the XML representation of the custom tool bar item.
 

Method Detail

generateXML

Element generateXML()
Generates the XML representation of the custom tool bar item.

Returns:
Element- the XML element of the custom control