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