com.droidux.pack.action.interfaces.ActionInterfaces.Layout.ActionLayoutInterface |
![]() |
Represents the contracts to be implemented by action windows for use in the layout process.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds an
ActionInterfaces.Item.ActionItem to the application bar. | |||||||||||
Ends the layout process to define the
ActionInterfaces.Item.ActionItem that should be hosted
by this action container. | |||||||||||
Gets the list of
ActionInterfaces.Item.ActionItem added to this layout. |
Adds an ActionInterfaces.Item.ActionItem
to the application bar. The action will be placed after (to the right of) the title action.
action | The ActionInterfaces.Item.ActionItem to be added. |
---|
Ends the layout process to define the ActionInterfaces.Item.ActionItem
that should be hosted
by this action container.
Important: You should call this method after you finish adding the actions to the actions host/container.
See also: beginLayout()
Gets the list of ActionInterfaces.Item.ActionItem
added to this layout.