Class AreaSelectionToolbar

java.lang.Object
com.levigo.jadice.web.client.tools.area.AreaSelectionToolbar

public class AreaSelectionToolbar extends Object
This toolbar is shown when an area is selected with the AreaSelectionTool. The buttons / commands for this toolbar are fetched automatically from the AreaSelectionTool via AreaSelectionTool.getRegisteredActions() .
  • Constructor Details

    • AreaSelectionToolbar

      public AreaSelectionToolbar(AreaSelectionTool areaSelectionTool)
  • Method Details

    • update

      public void update(com.levigo.jadice.web.shared.model.internal.SelectedArea area)
      Updates the toolbar position and possible actions.
      Parameters:
      area - the current area
    • setVisible

      public void setVisible(boolean visible)
    • isVisible

      public boolean isVisible()
    • getToolbar

      public com.google.gwt.user.client.ui.IsWidget getToolbar()