Class IndeterminateProgressContentModel.Builder
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.common.model.IndeterminateProgressContentModel.Builder
-
- Enclosing class:
- IndeterminateProgressContentModel
public static class IndeterminateProgressContentModel.Builder extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private booleanisEnabled
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndeterminateProgressContentModelbuild()IndeterminateProgressContentModel.BuildersetEnabled(boolean enabled)
-
-
-
Method Detail
-
setEnabled
public IndeterminateProgressContentModel.Builder setEnabled(boolean enabled)
-
build
public IndeterminateProgressContentModel build()
-
-