Class ColorSelectorCommand.Builder
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.common.model.BaseCommand.BaseBuilder<ColorSelectorCommand,ColorSelectorPopupMenuContentModel,ColorSelectorCommand.Builder>
-
- org.pushingpixels.radiance.component.api.common.model.ColorSelectorCommand.Builder
-
- Enclosing class:
- ColorSelectorCommand
public static class ColorSelectorCommand.Builder extends BaseCommand.BaseBuilder<ColorSelectorCommand,ColorSelectorPopupMenuContentModel,ColorSelectorCommand.Builder>
-
-
Field Summary
-
Fields inherited from class org.pushingpixels.radiance.component.api.common.model.BaseCommand.BaseBuilder
action, actionPreview, actionRichTooltip, extraText, iconFactory, isActionEnabled, isSecondaryEnabled, isToggle, isToggleSelected, secondaryContentModel, secondaryLifecycle, secondaryRichTooltip, tag, text, toggleGroupModel
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorSelectorCommand
build()
Builds a color selector command from this builder.-
Methods inherited from class org.pushingpixels.radiance.component.api.common.model.BaseCommand.BaseBuilder
configureBaseCommand, inToggleGroup, inToggleGroupAsSelected, setAction, setActionEnabled, setActionPreview, setActionRichTooltip, setExtraText, setIconFactory, setSecondaryContentModel, setSecondaryEnabled, setSecondaryLifecycle, setSecondaryRichTooltip, setTag, setText, setToggle, setToggleSelected
-
-
-
-
Method Detail
-
build
public ColorSelectorCommand build()
Builds a color selector command from this builder.- Specified by:
build
in classBaseCommand.BaseBuilder<ColorSelectorCommand,ColorSelectorPopupMenuContentModel,ColorSelectorCommand.Builder>
- Returns:
- Command.
-
-