public class ActivationEventHandler extends AbstractRequestEventHandler
RequestEventHandler responsible for handling item activation events.RequestHandler| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ITEM_KEY |
DELIMITER| Constructor and Description |
|---|
ActivationEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(UICockpitPerspective perspective,
java.util.Map<java.lang.String,java.lang.String[]> params)
Handles item activation events triggered by the use of HTTP request parameters.
|
getParameter, getPrefix, setPrefixpublic static final java.lang.String ITEM_KEY
public void handleEvent(UICockpitPerspective perspective, java.util.Map<java.lang.String,java.lang.String[]> params)
perspective is null the event is ignored.perspective - the perspective the perspective in which the item should be activatedparams - HTTP request parametersRequestEventHandler.handleEvent(UICockpitPerspective, Map)Copyright © 2018 SAP SE. All Rights Reserved.