Package | Description |
---|---|
de.espirit.firstspirit.webedit.plugin |
Provides interfaces and types for web client plugins.
|
de.espirit.firstspirit.webedit.plugin.report |
Provides interfaces and types for web client report plugins.
|
Modifier and Type | Method and Description |
---|---|
List<Parameter<?>> |
WebeditReportPlugin.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 | Class and Description |
---|---|
class |
ParameterBoolean
Boolean parameter definition.
|
class |
ParameterSelect
Selection parameter definition.
|
class |
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. |
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500