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.SelectedStateHighlight
CommandPanelPresentationModel.Builder. commandSelectedStateHighlight
private BaseCommandButtonPresentationModel.SelectedStateHighlight
CommandPanelPresentationModel. commandSelectedStateHighlight
private BaseCommandButtonPresentationModel.SelectedStateHighlight
BaseCommandButtonPresentationModel.BaseBuilder. selectedStateHighlight
private BaseCommandButtonPresentationModel.SelectedStateHighlight
BaseCommandButtonPresentationModel.Overlay. selectedStateHighlight
protected BaseCommandButtonPresentationModel.SelectedStateHighlight
BaseCommandButtonPresentationModel. selectedStateHighlight
Methods in org.pushingpixels.radiance.component.api.common.model that return BaseCommandButtonPresentationModel.SelectedStateHighlight Modifier and Type Method Description BaseCommandButtonPresentationModel.SelectedStateHighlight
CommandPanelPresentationModel. getCommandSelectedStateHighlight()
BaseCommandButtonPresentationModel.SelectedStateHighlight
BaseCommandButtonPresentationModel. getSelectedStateHighlight()
BaseCommandButtonPresentationModel.SelectedStateHighlight
BaseCommandButtonPresentationModel.Overlay. getSelectedStateHighlight()
static BaseCommandButtonPresentationModel.SelectedStateHighlight
BaseCommandButtonPresentationModel.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.Builder
CommandPanelPresentationModel.Builder. setCommandSelectedStateHighlight(BaseCommandButtonPresentationModel.SelectedStateHighlight commandSelectedStateHighlight)
B
BaseCommandButtonPresentationModel.BaseBuilder. setSelectedStateHighlight(BaseCommandButtonPresentationModel.SelectedStateHighlight selectedStateHighlight)
BaseCommandButtonPresentationModel.Overlay
BaseCommandButtonPresentationModel.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.SelectedStateHighlight
CommandPopupMenuPresentationModel.Builder. itemSelectedStateHighlight
private BaseCommandButtonPresentationModel.SelectedStateHighlight
CommandPopupMenuPresentationModel. itemSelectedStateHighlight
private BaseCommandButtonPresentationModel.SelectedStateHighlight
ColorSelectorPopupMenuPresentationModel.Builder. selectedStateHighlight
private BaseCommandButtonPresentationModel.SelectedStateHighlight
ColorSelectorPopupMenuPresentationModel. selectedStateHighlight
Methods in org.pushingpixels.radiance.component.api.common.popup.model that return BaseCommandButtonPresentationModel.SelectedStateHighlight Modifier and Type Method Description BaseCommandButtonPresentationModel.SelectedStateHighlight
CommandPopupMenuPresentationModel. getItemSelectedStateHighlight()
BaseCommandButtonPresentationModel.SelectedStateHighlight
ColorSelectorPopupMenuPresentationModel. getSelectedStateHighlight()
Methods in org.pushingpixels.radiance.component.api.common.popup.model with parameters of type BaseCommandButtonPresentationModel.SelectedStateHighlight Modifier and Type Method Description CommandPopupMenuPresentationModel.Builder
CommandPopupMenuPresentationModel.Builder. setItemSelectedStateHighlight(BaseCommandButtonPresentationModel.SelectedStateHighlight itemSelectedStateHighlight)
ColorSelectorPopupMenuPresentationModel.Builder
ColorSelectorPopupMenuPresentationModel.Builder. setSelectedStateHighlight(BaseCommandButtonPresentationModel.SelectedStateHighlight selectedStateHighlight)
-