Uses of Class
org.pushingpixels.radiance.component.api.common.model.ColorSelectorCommandButtonPresentationModel
-
Packages that use ColorSelectorCommandButtonPresentationModel Package Description org.pushingpixels.radiance.component.api.common.model org.pushingpixels.radiance.component.api.common.projection -
-
Uses of ColorSelectorCommandButtonPresentationModel in org.pushingpixels.radiance.component.api.common.model
Methods in org.pushingpixels.radiance.component.api.common.model that return ColorSelectorCommandButtonPresentationModel Modifier and Type Method Description ColorSelectorCommandButtonPresentationModel
ColorSelectorCommandButtonPresentationModel.Builder. build()
ColorSelectorCommandButtonPresentationModel
ColorSelectorCommandButtonPresentationModel. overlayWith(BaseCommandButtonPresentationModel.Overlay overlay)
static ColorSelectorCommandButtonPresentationModel
ColorSelectorCommandButtonPresentationModel. withDefaults()
-
Uses of ColorSelectorCommandButtonPresentationModel in org.pushingpixels.radiance.component.api.common.projection
Methods in org.pushingpixels.radiance.component.api.common.projection with parameters of type ColorSelectorCommandButtonPresentationModel Modifier and Type Method Description ColorSelectorCommandButtonProjection
ColorSelectorCommandButtonProjection. reproject(ColorSelectorCommandButtonPresentationModel newCommandPresentation)
Constructors in org.pushingpixels.radiance.component.api.common.projection with parameters of type ColorSelectorCommandButtonPresentationModel Constructor Description ColorSelectorCommandButtonProjection(ColorSelectorCommand command, ColorSelectorCommandButtonPresentationModel commandPresentation)
-