Uses of Class
org.pushingpixels.radiance.component.api.common.model.IndeterminateProgressContentModel
-
-
Uses of IndeterminateProgressContentModel in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common declared as IndeterminateProgressContentModel Modifier and Type Field Description private IndeterminateProgressContentModelJIndeterminateCircularProgress. contentModelFields in org.pushingpixels.radiance.component.api.common with type parameters of type IndeterminateProgressContentModel Modifier and Type Field Description private Projection<JIndeterminateCircularProgress,IndeterminateProgressContentModel,CircularProgressPresentationModel>JIndeterminateCircularProgress. projectionMethods in org.pushingpixels.radiance.component.api.common that return types with arguments of type IndeterminateProgressContentModel Modifier and Type Method Description Projection<JIndeterminateCircularProgress,IndeterminateProgressContentModel,CircularProgressPresentationModel>JIndeterminateCircularProgress. getProjection()Constructor parameters in org.pushingpixels.radiance.component.api.common with type arguments of type IndeterminateProgressContentModel Constructor Description JIndeterminateCircularProgress(Projection<JIndeterminateCircularProgress,IndeterminateProgressContentModel,CircularProgressPresentationModel> projection) -
Uses of IndeterminateProgressContentModel in org.pushingpixels.radiance.component.api.common.model
Methods in org.pushingpixels.radiance.component.api.common.model that return IndeterminateProgressContentModel Modifier and Type Method Description IndeterminateProgressContentModelIndeterminateProgressContentModel.Builder. build() -
Uses of IndeterminateProgressContentModel in org.pushingpixels.radiance.component.api.common.projection
Constructors in org.pushingpixels.radiance.component.api.common.projection with parameters of type IndeterminateProgressContentModel Constructor Description IndeterminateCircularProgressProjection(IndeterminateProgressContentModel contentModel, CircularProgressPresentationModel presentationModel)
-