Class ComponentPresentationModel.Builder
java.lang.Object
org.pushingpixels.radiance.component.api.ribbon.synapse.model.ComponentPresentationModel.Builder
- Enclosing class:
ComponentPresentationModel
- Author:
- Kirill Grouchnikov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setBackgroundAppearanceStrategy(RadianceThemingSlices.BackgroundAppearanceStrategy backgroundAppearanceStrategy) setHorizontalAlignment(HorizontalAlignment horizontalAlignment) setResizingAware(boolean resizingAware) setRichTooltipPresentationModel(RichTooltipPresentationModel richTooltipPresentationModel)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setBackgroundAppearanceStrategy
public ComponentPresentationModel.Builder setBackgroundAppearanceStrategy(RadianceThemingSlices.BackgroundAppearanceStrategy backgroundAppearanceStrategy) -
setHorizontalAlignment
public ComponentPresentationModel.Builder setHorizontalAlignment(HorizontalAlignment horizontalAlignment) -
setKeyTip
-
setResizingAware
-
setRichTooltipPresentationModel
public ComponentPresentationModel.Builder setRichTooltipPresentationModel(RichTooltipPresentationModel richTooltipPresentationModel) -
build
-