Interface RichPageParameter
- All Known Subinterfaces:
BooleanParameter
,CompositeParameter
,CustomEnumParameter
,DataSetParameter
,DateParameter
,EnumParameter
,FieldsParameter
,IntegerParameter
,IntervalFieldParameter
,LuceneQueryParameter
,MultiParameter<T>
,ObjectSelectorParameter
,ScopeParameter
,ScriptParameter
,SeparateByParameter
,SortingParameter
,StringParameter
,TimeAxisParameter
,TimeAxisScaleParameter
public interface RichPageParameter
Common interface for all Rich Page parameters
Plug-ins can not add new implementations of this interface.
- Since:
- 3.9.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
RichPageParameter.Builder<P extends RichPageParameter,
B extends RichPageParameter.Builder> static interface
The interface should be used when handling dependencies in the UI. -
Method Summary
Modifier and TypeMethodDescriptionlabel()
visuals()
The method is used for accessing theRichPageParameter.Visuals
interface.
-
Method Details
-
label
-
visuals
The method is used for accessing theRichPageParameter.Visuals
interface.- Since:
- 3.17.2
-