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 RibbonRadioButtonContentModelRibbonRadioButtonGroupModel.selectionThe currently selected radio button content model.Fields in org.pushingpixels.radiance.component.api.ribbon.synapse.model with type parameters of type RibbonRadioButtonContentModelModifier and TypeFieldDescriptionprivate Map<RibbonRadioButtonContentModel, ChangeListener> RibbonRadioButtonGroupModel.modelChangeListenersMap of registered model change listeners.private Vector<RibbonRadioButtonContentModel> RibbonRadioButtonGroupModel.radioButtonModelsContains 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 TypeMethodDescriptionvoidRibbonRadioButtonGroupModel.add(RibbonRadioButtonContentModel radioButtonContentModel) Adds the specified content model to the group.voidRibbonRadioButtonGroupModel.remove(RibbonRadioButtonContentModel radioButtonContentModel) Removes the specified content model from the group.voidRibbonRadioButtonGroupModel.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
Subclasses with type arguments of type RibbonRadioButtonContentModel in org.pushingpixels.radiance.component.api.ribbon.synapse.projectionModifier and TypeClassDescriptionclassProjection that allows using aJRadioButtonas a ribbon component.Constructors in org.pushingpixels.radiance.component.api.ribbon.synapse.projection with parameters of type RibbonRadioButtonContentModelModifierConstructorDescriptionRibbonRadioButtonProjection(RibbonRadioButtonContentModel contentModel, ComponentPresentationModel presentationModel)