Class ColorSelectorPopupMenuPresentationModel
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.common.popup.model.BaseCommandPopupMenuPresentationModel
-
- org.pushingpixels.radiance.component.api.common.popup.model.ColorSelectorPopupMenuPresentationModel
-
- All Implemented Interfaces:
ImmutablePresentationModel,PresentationModel
public class ColorSelectorPopupMenuPresentationModel extends BaseCommandPopupMenuPresentationModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classColorSelectorPopupMenuPresentationModel.Builder
-
Field Summary
Fields Modifier and Type Field Description private intcolorColumnsprivate BaseCommandButtonPresentationModel.PopupFireTriggermenuPopupFireTriggerprivate CommandButtonPresentationStatemenuPresentationStateprivate BaseCommandButtonPresentationModel.SelectedStateHighlightselectedStateHighlight
-
Constructor Summary
Constructors Modifier Constructor Description privateColorSelectorPopupMenuPresentationModel()
-
Method Summary
-
-
-
Field Detail
-
colorColumns
private int colorColumns
-
menuPresentationState
private CommandButtonPresentationState menuPresentationState
-
menuPopupFireTrigger
private BaseCommandButtonPresentationModel.PopupFireTrigger menuPopupFireTrigger
-
selectedStateHighlight
private BaseCommandButtonPresentationModel.SelectedStateHighlight selectedStateHighlight
-
-
Method Detail
-
builder
public static ColorSelectorPopupMenuPresentationModel.Builder builder()
-
getColorColumns
public int getColorColumns()
-
getMenuPresentationState
public CommandButtonPresentationState getMenuPresentationState()
-
getMenuPopupFireTrigger
public BaseCommandButtonPresentationModel.PopupFireTrigger getMenuPopupFireTrigger()
-
getSelectedStateHighlight
public BaseCommandButtonPresentationModel.SelectedStateHighlight getSelectedStateHighlight()
-
-