Uses of Class
org.pushingpixels.radiance.component.api.common.model.TriStateCheckboxPresentationModel
-
-
Uses of TriStateCheckboxPresentationModel in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common declared as TriStateCheckboxPresentationModel Modifier and Type Field Description private TriStateCheckboxPresentationModelJTriStateCheckBox. presentationModelFields in org.pushingpixels.radiance.component.api.common with type parameters of type TriStateCheckboxPresentationModel Modifier and Type Field Description private Projection<JTriStateCheckBox,TriStateCheckBoxContentModel,TriStateCheckboxPresentationModel>JTriStateCheckBox. projectionMethods in org.pushingpixels.radiance.component.api.common that return types with arguments of type TriStateCheckboxPresentationModel Modifier and Type Method Description Projection<JTriStateCheckBox,TriStateCheckBoxContentModel,TriStateCheckboxPresentationModel>JTriStateCheckBox. getProjection()Constructor parameters in org.pushingpixels.radiance.component.api.common with type arguments of type TriStateCheckboxPresentationModel Constructor Description JTriStateCheckBox(Projection<JTriStateCheckBox,TriStateCheckBoxContentModel,TriStateCheckboxPresentationModel> projection) -
Uses of TriStateCheckboxPresentationModel in org.pushingpixels.radiance.component.api.common.model
Methods in org.pushingpixels.radiance.component.api.common.model that return TriStateCheckboxPresentationModel Modifier and Type Method Description TriStateCheckboxPresentationModelTriStateCheckboxPresentationModel.Builder. build() -
Uses of TriStateCheckboxPresentationModel in org.pushingpixels.radiance.component.api.common.projection
Constructors in org.pushingpixels.radiance.component.api.common.projection with parameters of type TriStateCheckboxPresentationModel Constructor Description TriStateCheckBoxProjection(TriStateCheckBoxContentModel contentModel, TriStateCheckboxPresentationModel presentationModel)
-