Class Statusbar
java.lang.Object
com.levigo.jadice.web.client.ui.AbstractBar
com.levigo.jadice.web.client.ui.HorizontalToolbar
com.levigo.jadice.web.client.ui.status.Statusbar
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget
,Bar
-
Nested Class Summary
Nested classes/interfaces inherited from class com.levigo.jadice.web.client.ui.HorizontalToolbar
HorizontalToolbar.ToolbarContentStyle, HorizontalToolbar.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(com.google.gwt.user.client.ui.IsWidget widget) Add a Widget to the Toolbar When a JadiceButton has been added, it will be managed.void
addLast
(com.google.gwt.user.client.ui.IsWidget widget) Add a Widget to the Toolbar AFTER the PlaceHolder When a JadiceButton has been added, it will be managed.<T extends SnapIn>
TReturns a particular instance ofSnapIn
selected by its class contained in this status bar.Methods inherited from class com.levigo.jadice.web.client.ui.HorizontalToolbar
doAdd, setPosition
Methods inherited from class com.levigo.jadice.web.client.ui.AbstractBar
addSeparator, asWidget, clear, doAddSeparator, getChildren, getStyle, getWidgets, hasPlaceHolder
-
Constructor Details
-
Statusbar
public Statusbar() -
Statusbar
-
Statusbar
-
-
Method Details
-
add
public void add(com.google.gwt.user.client.ui.IsWidget widget) Description copied from interface:Bar
Add a Widget to the Toolbar When a JadiceButton has been added, it will be managed.- Specified by:
add
in interfaceBar
- Overrides:
add
in classAbstractBar
- Parameters:
widget
- the Widget to add
-
addLast
public void addLast(com.google.gwt.user.client.ui.IsWidget widget) Description copied from interface:Bar
Add a Widget to the Toolbar AFTER the PlaceHolder When a JadiceButton has been added, it will be managed.- Specified by:
addLast
in interfaceBar
- Overrides:
addLast
in classAbstractBar
- Parameters:
widget
- the Widget to add
-
getSnapIn
Returns a particular instance ofSnapIn
selected by its class contained in this status bar. WARN: No Interfaces are supported here (limited GWT-Reflection). Only SuperClasses!- Type Parameters:
T
- A type that extends SnapIn.- Parameters:
snapInClass
- The class of the SnapIn.- Returns:
- An instance of
SnapIn
contained in this status bar ornull
, if not contained.
-