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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceRichPageParameter.Builder<P extends RichPageParameter,B extends RichPageParameter.Builder> static interfaceThe interface should be used when handling dependencies in the UI.static interfaceThe interface should be used when handling dependencies in the UI. -
Method Summary
Modifier and TypeMethodDescriptionlabel()tooltip()The method is used for accessing theRichPageParameter.Tooltipinterface.visuals()The method is used for accessing theRichPageParameter.Visualsinterface.
-
Method Details
-
label
-
visuals
The method is used for accessing theRichPageParameter.Visualsinterface.- Since:
- 3.17.2
-
tooltip
The method is used for accessing theRichPageParameter.Tooltipinterface.- Since:
- 3.25.6
-