com.droidux.pack.action.interfaces.ActionInterfaces.Layout.AppBarLayoutInterface |
Represents the contracts to be implemented by com.droidux.widget.appbar AppBar widgets for use in the layout process.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds an
ActionInterfaces.Item.ActionItem to the application bar. | |||||||||||
Adds a ProgressBar to the application bar and set the overlay
ActionInterfaces.Item.ActionItem . | |||||||||||
Adds a ProgressBar to the application bar and set the overlay
ActionInterfaces.Item.ActionItem . | |||||||||||
Sets the
ActionInterfaces.Item.ActionItem for the title. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Adds an ActionInterfaces.Item.ActionItem
to the application bar.
action | The ActionInterfaces.Item.ActionItem to be added. |
---|---|
leftOfTitle | If true, the action will be placed left of the title action. |
Adds a ProgressBar to the application bar and set the overlay ActionInterfaces.Item.ActionItem
.
ActionInterfaces.Item.ActionItem
will be shown in place of the progress bar.overlayAction | The overlay ActionInterfaces.Item.ActionItem . May be null. |
---|
Adds a ProgressBar to the application bar and set the overlay ActionInterfaces.Item.ActionItem
.
ActionInterfaces.Item.ActionItem
will be shown in place of the progress bar.overlayAction | The overlay ActionInterfaces.Item.ActionItem . May be null. |
---|---|
leftOfTitle | If true, the progress bar (and the overlay action) will be placed left of the title action. |
Sets the ActionInterfaces.Item.ActionItem
for the title.
action | ActionInterfaces.Item.ActionItem to be executed when user press the title. May be null. |
---|