Uses of Class
org.pushingpixels.radiance.component.api.ribbon.synapse.model.RibbonRadioButtonContentModel
Packages that use RibbonRadioButtonContentModel
Package
Description
-
Uses of RibbonRadioButtonContentModel in org.pushingpixels.radiance.component.api.ribbon.synapse
Constructor parameters in org.pushingpixels.radiance.component.api.ribbon.synapse with type arguments of type RibbonRadioButtonContentModelModifierConstructorDescriptionJRibbonRadioButton
(Projection<JRibbonRadioButton, RibbonRadioButtonContentModel, ComponentPresentationModel> projection) -
Uses of RibbonRadioButtonContentModel in org.pushingpixels.radiance.component.api.ribbon.synapse.model
Fields in org.pushingpixels.radiance.component.api.ribbon.synapse.model declared as RibbonRadioButtonContentModelModifier and TypeFieldDescriptionprivate RibbonRadioButtonContentModel
RibbonRadioButtonGroupModel.selection
The currently selected radio button content model.Fields in org.pushingpixels.radiance.component.api.ribbon.synapse.model with type parameters of type RibbonRadioButtonContentModelModifier and TypeFieldDescriptionRibbonRadioButtonGroupModel.modelChangeListeners
Map of registered model change listeners.private Vector
<RibbonRadioButtonContentModel> RibbonRadioButtonGroupModel.radioButtonModels
Contains all group radio button content models.Methods in org.pushingpixels.radiance.component.api.ribbon.synapse.model that return RibbonRadioButtonContentModelModifier and TypeMethodDescriptionRibbonRadioButtonContentModel.Builder.build()
RibbonRadioButtonGroupModel.getSelected()
Returns the selected content model of this group model.Methods in org.pushingpixels.radiance.component.api.ribbon.synapse.model that return types with arguments of type RibbonRadioButtonContentModelModifier and TypeMethodDescriptionRibbonRadioButtonGroupModel.getRadioButtonModels()
Returns an unmodifiable collection with all the content models tracked by this model.Methods in org.pushingpixels.radiance.component.api.ribbon.synapse.model with parameters of type RibbonRadioButtonContentModelModifier and TypeMethodDescriptionvoid
RibbonRadioButtonGroupModel.add
(RibbonRadioButtonContentModel radioButtonContentModel) Adds the specified content model to the group.void
RibbonRadioButtonGroupModel.remove
(RibbonRadioButtonContentModel radioButtonContentModel) Removes the specified content model from the group.void
RibbonRadioButtonGroupModel.setSelected
(RibbonRadioButtonContentModel radioButtonContentModel, boolean isSelected) Changes the selected status of the specified content model. -
Uses of RibbonRadioButtonContentModel in org.pushingpixels.radiance.component.api.ribbon.synapse.projection
Constructors in org.pushingpixels.radiance.component.api.ribbon.synapse.projection with parameters of type RibbonRadioButtonContentModelModifierConstructorDescriptionRibbonRadioButtonProjection
(RibbonRadioButtonContentModel contentModel, ComponentPresentationModel presentationModel)