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.
-
Field Summary
FieldsFields inherited from class net.datenwerke.gxtdto.client.baseex.widget.DwContentPanel
CSS_BODY_NAME, CSS_CONTENT_NAME, CSS_HEADER_NAME, CSS_LIGHT_DARK, CSS_LIGHT_HEADER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidaddLeft(Widget comp) voidvoidvoidaddRight(Widget comp) voidclear()voidvoidvoidremoveLeft(Widget comp) voidremoveRight(Widget comp) voidsetContainer(Viewport container) Methods inherited from class net.datenwerke.gxtdto.client.baseex.widget.DwContentPanel
add, add, add, addClassName, enableScrollContainer, getCssBodyName, getCssContentName, getCssHeaderName, newAccordeonInstance, newHeadlessInstance, newHeadlessInstance, newHeadlessInstance, newInlineInstance, newInlineInstance, newInlineInstance, newLightHeaderPanel, setHeaderIcon, setInfoText, setLightDarkStyle, setLightHeader, setScrollMode, setUrl, setUrl, setWidget
-
Field Details
-
CSS_NAME
- See Also:
-
-
Constructor Details
-
StatusBarWidget
public StatusBarWidget(<any> toolbarProvider)
-
-
Method Details
-
getCssName
- Overrides:
getCssNamein classDwContentPanel
-
addRight
-
addRight
-
addLeft
-
addLeft
-
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()
-