Package | Description |
---|---|
de.espirit.firstspirit.client.plugin |
Provides interfaces and types for client plugins.
|
de.espirit.firstspirit.client.plugin.report | |
de.espirit.firstspirit.webedit.plugin.report |
Provides interfaces and types for web client report plugins.
|
Modifier and Type | Method and Description |
---|---|
List<Parameter<?>> |
ReportPlugin.getParameter()
Returns a list of parameter definitions of this report plug-in, used to enable filter configuration by users within
the user interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ParameterBoolean
Boolean parameter definition.
|
interface |
ParameterSelect
Selection parameter definition.
|
interface |
ParameterText
String parameter definition.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
ParameterMap.get(Parameter<T> parameter)
Returns the value to which the specified key is mapped,
or
null if this map contains no mapping for the key. |
<T> void |
ParameterMap.put(Parameter<T> parameter,
T value)
Associates the specified value with the specified
Parameter in this map. |
Modifier and Type | Interface and Description |
---|---|
interface |
Parameter<T>
Deprecated.
since 5.1.5 - use
Parameter instead |
Modifier and Type | Class and Description |
---|---|
class |
ParameterBoolean
Deprecated.
since 5.1.5 - use
ParameterBoolean instead |
class |
ParameterSelect
Deprecated.
since 5.1.5 - use
ParameterSelect instead |
class |
ParameterText
Deprecated.
since 5.1.5 - use
ParameterText instead |
Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408