Class ComponentPresentationModel

java.lang.Object
org.pushingpixels.radiance.component.api.ribbon.synapse.model.ComponentPresentationModel
All Implemented Interfaces:
ImmutablePresentationModel, PresentationModel

public class ComponentPresentationModel extends Object implements ImmutablePresentationModel
Encapsulates presentation metadata for displaying arbitrary components in the ribbon. Use a new instance of ComponentPresentationModel.Builder to configure a new presentation, and ComponentPresentationModel.Builder.build() to build a presentation.
See Also: