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 class
ColorSelectorPopupMenuPresentationModel.Builder
-
Field Summary
Fields Modifier and Type Field Description private int
colorColumns
private BaseCommandButtonPresentationModel.PopupFireTrigger
menuPopupFireTrigger
private CommandButtonPresentationState
menuPresentationState
private BaseCommandButtonPresentationModel.SelectedStateHighlight
selectedStateHighlight
-
Constructor Summary
Constructors Modifier Constructor Description private
ColorSelectorPopupMenuPresentationModel()
-
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()
-
-