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 TypeMethodDescriptionvoidadd(com.google.gwt.user.client.ui.IsWidget widget) Add a Widget to the Toolbar When a JadiceButton has been added, it will be managed.voidaddLast(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 ofSnapInselected by its class contained in this status bar.Methods inherited from class com.levigo.jadice.web.client.ui.HorizontalToolbar
doAdd, setPositionMethods 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:BarAdd a Widget to the Toolbar When a JadiceButton has been added, it will be managed.- Specified by:
addin interfaceBar- Overrides:
addin classAbstractBar- Parameters:
widget- the Widget to add
-
addLast
public void addLast(com.google.gwt.user.client.ui.IsWidget widget) Description copied from interface:BarAdd a Widget to the Toolbar AFTER the PlaceHolder When a JadiceButton has been added, it will be managed.- Specified by:
addLastin interfaceBar- Overrides:
addLastin classAbstractBar- Parameters:
widget- the Widget to add
-
getSnapIn
Returns a particular instance ofSnapInselected 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
SnapIncontained in this status bar ornull, if not contained.
-