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