Uses of Class
org.pushingpixels.radiance.component.api.common.model.BaseCommandButtonPresentationModel.SelectedStateHighlight
-
-
Uses of BaseCommandButtonPresentationModel.SelectedStateHighlight in org.pushingpixels.radiance.component.api.common.model
Fields in org.pushingpixels.radiance.component.api.common.model declared as BaseCommandButtonPresentationModel.SelectedStateHighlight Modifier and Type Field Description private BaseCommandButtonPresentationModel.SelectedStateHighlightCommandPanelPresentationModel.Builder. commandSelectedStateHighlightprivate BaseCommandButtonPresentationModel.SelectedStateHighlightCommandPanelPresentationModel. commandSelectedStateHighlightprivate BaseCommandButtonPresentationModel.SelectedStateHighlightBaseCommandButtonPresentationModel.BaseBuilder. selectedStateHighlightprivate BaseCommandButtonPresentationModel.SelectedStateHighlightBaseCommandButtonPresentationModel.Overlay. selectedStateHighlightprotected BaseCommandButtonPresentationModel.SelectedStateHighlightBaseCommandButtonPresentationModel. selectedStateHighlightMethods in org.pushingpixels.radiance.component.api.common.model that return BaseCommandButtonPresentationModel.SelectedStateHighlight Modifier and Type Method Description BaseCommandButtonPresentationModel.SelectedStateHighlightCommandPanelPresentationModel. getCommandSelectedStateHighlight()BaseCommandButtonPresentationModel.SelectedStateHighlightBaseCommandButtonPresentationModel. getSelectedStateHighlight()BaseCommandButtonPresentationModel.SelectedStateHighlightBaseCommandButtonPresentationModel.Overlay. getSelectedStateHighlight()static BaseCommandButtonPresentationModel.SelectedStateHighlightBaseCommandButtonPresentationModel.SelectedStateHighlight. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BaseCommandButtonPresentationModel.SelectedStateHighlight[]BaseCommandButtonPresentationModel.SelectedStateHighlight. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type BaseCommandButtonPresentationModel.SelectedStateHighlight Modifier and Type Method Description CommandPanelPresentationModel.BuilderCommandPanelPresentationModel.Builder. setCommandSelectedStateHighlight(BaseCommandButtonPresentationModel.SelectedStateHighlight commandSelectedStateHighlight)BBaseCommandButtonPresentationModel.BaseBuilder. setSelectedStateHighlight(BaseCommandButtonPresentationModel.SelectedStateHighlight selectedStateHighlight)BaseCommandButtonPresentationModel.OverlayBaseCommandButtonPresentationModel.Overlay. setSelectedStateHighlight(BaseCommandButtonPresentationModel.SelectedStateHighlight selectedStateHighlight) -
Uses of BaseCommandButtonPresentationModel.SelectedStateHighlight in org.pushingpixels.radiance.component.api.common.popup.model
Fields in org.pushingpixels.radiance.component.api.common.popup.model declared as BaseCommandButtonPresentationModel.SelectedStateHighlight Modifier and Type Field Description private BaseCommandButtonPresentationModel.SelectedStateHighlightCommandPopupMenuPresentationModel.Builder. itemSelectedStateHighlightprivate BaseCommandButtonPresentationModel.SelectedStateHighlightCommandPopupMenuPresentationModel. itemSelectedStateHighlightprivate BaseCommandButtonPresentationModel.SelectedStateHighlightColorSelectorPopupMenuPresentationModel.Builder. selectedStateHighlightprivate BaseCommandButtonPresentationModel.SelectedStateHighlightColorSelectorPopupMenuPresentationModel. selectedStateHighlightMethods in org.pushingpixels.radiance.component.api.common.popup.model that return BaseCommandButtonPresentationModel.SelectedStateHighlight Modifier and Type Method Description BaseCommandButtonPresentationModel.SelectedStateHighlightCommandPopupMenuPresentationModel. getItemSelectedStateHighlight()BaseCommandButtonPresentationModel.SelectedStateHighlightColorSelectorPopupMenuPresentationModel. getSelectedStateHighlight()Methods in org.pushingpixels.radiance.component.api.common.popup.model with parameters of type BaseCommandButtonPresentationModel.SelectedStateHighlight Modifier and Type Method Description CommandPopupMenuPresentationModel.BuilderCommandPopupMenuPresentationModel.Builder. setItemSelectedStateHighlight(BaseCommandButtonPresentationModel.SelectedStateHighlight itemSelectedStateHighlight)ColorSelectorPopupMenuPresentationModel.BuilderColorSelectorPopupMenuPresentationModel.Builder. setSelectedStateHighlight(BaseCommandButtonPresentationModel.SelectedStateHighlight selectedStateHighlight)
-