public interface IToolbarExtension
Modifier and Type | Method and Description |
---|---|
ActionBarView |
getToolbarView()
Implement this method to return the view that should be placed in the toolbar drawer when
your component has control of it.
|
java.util.List<Tool> |
getTools()
Deprecated.
Use getToolbarView() instead.
|
boolean |
hasToolbar()
Implement this method to tell ToolbarLibrary whether your component will sometimes take
control of the toolbar's contents or whether it only implements tools without implementing a
toolbar.
|
void |
onToolbarVisible(boolean vis) |
@Deprecated java.util.List<Tool> getTools()
ActionBarView getToolbarView()
boolean hasToolbar()
void onToolbarVisible(boolean vis)