Package com.levigo.jadice.web.client.ui
Class ToolbarSubmenu
java.lang.Object
com.levigo.jadice.web.client.ui.AbstractBar
com.levigo.jadice.web.client.ui.ToolbarSubmenu
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,Bar
- Direct Known Subclasses:
HorizontalToolbarSubmenu,VerticalToolbarSubmenu
A superclass for toolbar sub-menus
-
Constructor Summary
ConstructorsConstructorDescriptionToolbarSubmenu(BarStyle style, Action closeAction, T panel, PopupExecutor.PreferredPosition position) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanPlaceholder between left and rightvoidsetParent(JadiceButton parent) Methods inherited from class com.levigo.jadice.web.client.ui.AbstractBar
add, addLast, addSeparator, asWidget, clear, doAdd, doAddSeparator, getChildren, getStyle, getWidgets
-
Constructor Details
-
ToolbarSubmenu
public ToolbarSubmenu(BarStyle style, Action closeAction, T panel, PopupExecutor.PreferredPosition position)
-
-
Method Details
-
setParent
-
getOpenCommand
-
hasPlaceHolder
protected boolean hasPlaceHolder()Description copied from class:AbstractBarPlaceholder between left and right- Overrides:
hasPlaceHolderin classAbstractBar- Returns:
- true, when u need a placeholder
-