Uses of Class
org.pushingpixels.radiance.component.api.common.model.CommandToggleGroupModel
-
-
Uses of CommandToggleGroupModel in org.pushingpixels.radiance.component.api.common.model
Fields in org.pushingpixels.radiance.component.api.common.model declared as CommandToggleGroupModel Modifier and Type Field Description protected CommandToggleGroupModel
BaseCommand.BaseBuilder. toggleGroupModel
private CommandToggleGroupModel
BaseCommand. toggleGroupModel
Methods in org.pushingpixels.radiance.component.api.common.model that return CommandToggleGroupModel Modifier and Type Method Description CommandToggleGroupModel
BaseCommand. getToggleGroupModel()
Methods in org.pushingpixels.radiance.component.api.common.model with parameters of type CommandToggleGroupModel Modifier and Type Method Description B
BaseCommand.BaseBuilder. inToggleGroup(CommandToggleGroupModel toggleGroup)
B
BaseCommand.BaseBuilder. inToggleGroupAsSelected(CommandToggleGroupModel toggleGroup)
-
Uses of CommandToggleGroupModel in org.pushingpixels.radiance.component.internal.ui.common
Fields in org.pushingpixels.radiance.component.internal.ui.common declared as CommandToggleGroupModel Modifier and Type Field Description private CommandToggleGroupModel
BasicCommandButtonPanelUI. buttonGroup
The button group for the single selection mode. -
Uses of CommandToggleGroupModel in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as CommandToggleGroupModel Modifier and Type Field Description private CommandToggleGroupModel
JRibbonGallery. commandToggleGroupModel
Button group for ensuring that only one button is selected.private CommandToggleGroupModel
BasicRibbonUI. taskToggleGroupModel
Group model for task toggle buttons.
-