Uses of Class
org.pushingpixels.radiance.component.api.ribbon.synapse.model.RibbonCheckBoxContentModel
-
-
Uses of RibbonCheckBoxContentModel in org.pushingpixels.radiance.component.api.ribbon.synapse
Constructor parameters in org.pushingpixels.radiance.component.api.ribbon.synapse with type arguments of type RibbonCheckBoxContentModel Constructor Description JRibbonCheckBox(Projection<JRibbonCheckBox,RibbonCheckBoxContentModel,ComponentPresentationModel> projection) -
Uses of RibbonCheckBoxContentModel in org.pushingpixels.radiance.component.api.ribbon.synapse.model
Methods in org.pushingpixels.radiance.component.api.ribbon.synapse.model that return RibbonCheckBoxContentModel Modifier and Type Method Description RibbonCheckBoxContentModelRibbonCheckBoxContentModel.Builder. build() -
Uses of RibbonCheckBoxContentModel in org.pushingpixels.radiance.component.api.ribbon.synapse.projection
Constructors in org.pushingpixels.radiance.component.api.ribbon.synapse.projection with parameters of type RibbonCheckBoxContentModel Constructor Description RibbonCheckBoxProjection(RibbonCheckBoxContentModel contentModel, ComponentPresentationModel presentationModel)
-