Class ParameterBoolean
java.lang.Object
de.espirit.firstspirit.webedit.plugin.report.ParameterBoolean
- All Implemented Interfaces:
Parameter<Boolean>
,Parameter<Boolean>
,Serializable
@Deprecated
@GwtCompatible
public class ParameterBoolean
extends Object
implements Parameter<Boolean>
Deprecated.
Boolean parameter definition. On the client side, this parameter is represented by a checkbox.
- Since:
- 5.0.103
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.client.plugin.report.Parameter
Parameter.Factory
-
Constructor Summary
ConstructorDescriptionParameterBoolean
(String name, String label, @Nullable Boolean defaultValue) Deprecated.Creates a new Boolean-typed parameter, using the given attributes. -
Method Summary
-
Constructor Details
-
ParameterBoolean
Deprecated.Creates a new Boolean-typed parameter, using the given attributes.- Parameters:
name
- Name of this parameter, should be unique within aWebeditReportPlugin
.label
- The label for the related checkbox on client side.defaultValue
- The default value of this parameter.- Since:
- 5.0.103
-
-
Method Details
-
cast
Deprecated.Casts the given object to the parameter's value type. -
getDefaultValue
Deprecated.Provides the parameter's default value.- Specified by:
getDefaultValue
in interfaceParameter<Boolean>
- Specified by:
getDefaultValue
in interfaceParameter<Boolean>
- Returns:
- The default value.
- Since:
- 5.0.103
-
getName
Deprecated.Provides the parameter's name. -
getLabel
Deprecated.Returns the label for the related checkbox on client side.- Returns:
- The checkbox label.
- Since:
- 5.0.103
-
ParameterBoolean
instead