public static interface WorkbenchToolBarPresenter.View
extends com.google.gwt.user.client.ui.IsWidget
Modifier and Type | Method and Description |
---|---|
void |
addToolBar(ToolBar toolBar)
Adds a set of Tool Bar items to the view.
|
int |
getHeight()
Returns the pixel height of this toolbar.
|
void |
hide()
Makes this toolbar invisible.
|
void |
removeToolBar(ToolBar toolBar)
Removes a set of Tool Bar items from the view.
|
void |
show()
Makes this toolbar visible.
|
void addToolBar(ToolBar toolBar)
void removeToolBar(ToolBar toolBar)
int getHeight()
void hide()
void show()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.