public interface IProgressBarSetupBuilderCommon<INSTANCE_TYPE extends IProgressBarSetupBuilderCommon<?>> extends IComponentSetupBuilderCommon<INSTANCE_TYPE>
Modifier and Type | Method and Description |
---|---|
INSTANCE_TYPE |
setIndeterminate(boolean indeterminate) |
INSTANCE_TYPE |
setMaximum(int maximum) |
INSTANCE_TYPE |
setMinimum(int min) |
INSTANCE_TYPE |
setOrientation(Orientation orientation) |
setSetup
INSTANCE_TYPE setOrientation(Orientation orientation)
INSTANCE_TYPE setMinimum(int min)
INSTANCE_TYPE setMaximum(int maximum)
INSTANCE_TYPE setIndeterminate(boolean indeterminate)
Siehe auch Jowidgets Nutzerhandbuch