Class CommandButtonPresentationModel

All Implemented Interfaces:
ImmutablePresentationModel, PresentationModel

Encapsulates presentation metadata for displaying commands as buttons. Use a new instance of CommandButtonPresentationModel.Builder to configure a new presentation, and CommandButtonPresentationModel.Builder.build() to build a presentation.

Note that you can use the same CommandButtonPresentationModel instance on multiple calls to Command.project(CommandButtonPresentationModel). Use overlayWith(Overlay) to create a new presentation instance that overlays the presentation configuration with values set on the passed BaseCommandButtonPresentationModel.Overlay object.

See Also: