com.ontimize.util.gis.client.interfaces
Interface IGisToolbar

All Known Implementing Classes:
BasicToolbar, DraggableToolbar, JGisToolBar

public interface IGisToolbar

Interface to use for a gis toolbar


Method Summary
 void addSeparator()
          Add a separator to the current toolbar
 void addToolbarButton(BasicToolbarButton button)
          Add a new button to the toolbar
 BasicToolbarButton getButton(java.lang.Object buttonAttr)
          Get the toolbar button reference
 java.util.List<BasicToolbarButton> getButtons()
          Get a list with the complete toolbar buttons references
 

Method Detail

addToolbarButton

void addToolbarButton(BasicToolbarButton button)
Add a new button to the toolbar

Parameters:
button - New toolbar button

getButton

BasicToolbarButton getButton(java.lang.Object buttonAttr)
Get the toolbar button reference

Parameters:
buttonAttr - Toolbar button attribute
Returns:
Resquested toolbar button

getButtons

java.util.List<BasicToolbarButton> getButtons()
Get a list with the complete toolbar buttons references

Returns:
Toolbar buttons list

addSeparator

void addSeparator()
Add a separator to the current toolbar