Uses of Class
org.pushingpixels.radiance.component.api.common.model.SwitchContentModel
-
-
Uses of SwitchContentModel in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common declared as SwitchContentModel Modifier and Type Field Description private SwitchContentModel
JSwitch. contentModel
Fields in org.pushingpixels.radiance.component.api.common with type parameters of type SwitchContentModel Modifier and Type Field Description private Projection<JSwitch,SwitchContentModel,SwitchPresentationModel>
JSwitch. projection
Methods in org.pushingpixels.radiance.component.api.common that return types with arguments of type SwitchContentModel Modifier and Type Method Description Projection<JSwitch,SwitchContentModel,SwitchPresentationModel>
JSwitch. getProjection()
Constructor parameters in org.pushingpixels.radiance.component.api.common with type arguments of type SwitchContentModel Constructor Description JSwitch(Projection<JSwitch,SwitchContentModel,SwitchPresentationModel> projection)
-
Uses of SwitchContentModel in org.pushingpixels.radiance.component.api.common.model
Methods in org.pushingpixels.radiance.component.api.common.model that return SwitchContentModel Modifier and Type Method Description SwitchContentModel
SwitchContentModel.Builder. build()
-
Uses of SwitchContentModel in org.pushingpixels.radiance.component.api.common.projection
Constructors in org.pushingpixels.radiance.component.api.common.projection with parameters of type SwitchContentModel Constructor Description SwitchProjection(SwitchContentModel contentModel, SwitchPresentationModel presentationModel)
-