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 |
org.w3c.dom.Element |
generateXML()
Generates the XML representation of the custom tool bar item. |
generateXML
org.w3c.dom.Element generateXML()
- Generates the XML representation of the custom tool bar item.
- Returns:
Element- the XML element of the custom control