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