ActionBarPlacement
#include <bb/cascades/ActionBarPlacement>
A class representing action bar placement options.
By default, a page's actions are always displayed in the action menu. By using this class, you can specify whether an action should appear on the action bar as well.
If you specify that an action should appear on the action bar and it doesn't fit, it's ignored.
BlackBerry 10.0.0
Public Types Index
enum Type |
Public Types
Specifies the action bar behavior.
BlackBerry 10.0.0
- Default
The default value, which is typically the same as InOverflow.
Since:BlackBerry 10.0.0
- InOverflow
Specifies that the action should be placed in the action menu only.
Since:BlackBerry 10.0.0
- OnBar
Specifies that the action should be placed on the action bar.
The action will also be placed in the action menu.
Since:BlackBerry 10.0.0