Class StatusBarWidget

ContentPanel
net.datenwerke.gxtdto.client.baseex.widget.DwContentPanel
net.datenwerke.gxtdto.client.statusbar.ui.StatusBarWidget
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public class StatusBarWidget extends DwContentPanel
  • Field Details

  • Constructor Details

    • StatusBarWidget

      public StatusBarWidget(<any> toolbarProvider)
  • Method Details

    • getCssName

      public String getCssName()
      Overrides:
      getCssName in class DwContentPanel
    • addRight

      public void addRight(String text, String icon)
    • addRight

      public void addRight(String text, String icon, int width, int height)
    • addLeft

      public void addLeft(String text, String icon)
    • addLeft

      public void addLeft(String text, String icon, int width, int height)
    • addRight

      public void addRight(Widget comp)
    • addLeft

      public void addLeft(Widget comp)
    • clear

      public void clear()
    • removeRight

      public void removeRight(Widget comp)
    • removeLeft

      public void removeLeft(Widget comp)
    • setContainer

      public void setContainer(Viewport container)
    • clearLeft

      public void clearLeft()
    • clearRight

      public void clearRight()