Interface ToolbarService

All Known Implementing Classes:
ToolbarServiceImpl

public interface ToolbarService
  • Method Details

    • createSmallButtonLeft

      DwTextButton createSmallButtonLeft(BaseIcon icon)
    • createSmallButtonLeft

      DwTextButton createSmallButtonLeft(String text, BaseIcon icon)
      Creates a small button with the given icon aligned to the left of the button.
      Parameters:
      text - the button text
      icon - the icon
      Returns:
      the button created
    • createSmallButtonLeft

      DwTextButton createSmallButtonLeft(String text, ImageResource icon)
      Creates a small button with the given icon aligned to the left of the button.
      Parameters:
      text - the button text
      icon - the icon
      Returns:
      the button created
    • createSmallButtonLeft

      DwTextButton createSmallButtonLeft(BaseIcon icon, String tooltip)
      Creates a small button with the given icon aligned to the left of the button with tooltip.
      Parameters:
      icon - the icon
      tooltip - the tooltip
      Returns:
      the button created
    • createLargeButtonLeft

      DwTextButton createLargeButtonLeft(String text, ImageResource icon)
      Creates a large button with the given icon aligned to the left of the button.
      Parameters:
      text - The button text
      icon - The icon
      Returns:
      the button created
    • createLargeButtonTop

      DwTextButton createLargeButtonTop(String text, ImageResource icon)
    • createLargeButtonTop

      DwTextButton createLargeButtonTop(String text, ImageResource icon, String tooltip)
    • configureButton

      <D> D configureButton(D button, String text, ImageResource icon)
    • addPlainToolbarItem

      void addPlainToolbarItem(ToolBar toolbar, ImageResource icon)
    • createPlainToolbarItem

      DwTextButton createPlainToolbarItem(ImageResource icon)
    • createPlainToolbarItem

      DwTextButton createPlainToolbarItem(String name, ImageResource icon)
    • createText

      Component createText(String views)
    • createUnstyledToolbarItem

      DwTextButton createUnstyledToolbarItem(String name, ImageResource icon)
    • addPlainToolbarItem

      void addPlainToolbarItem(ToolBar toolbar, BaseIcon icon)
    • createPlainToolbarItem

      Widget createPlainToolbarItem(BaseIcon icon)
    • addSearchBar

      void addSearchBar(ToolBar toolbar, <any> selectionHandler, <any> proxy)