public class SearchEventHandler extends AbstractRequestEventHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
QUERY_KEY |
DELIMITER| Constructor and Description |
|---|
SearchEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(UICockpitPerspective perspective,
java.util.Map<java.lang.String,java.lang.String[]> params)
Called by the active
RequestHandler when a cockpit event is triggered for which this RequestEventHandler is
registered. |
getParameter, getPrefix, setPrefixpublic static final java.lang.String QUERY_KEY
public void handleEvent(UICockpitPerspective perspective, java.util.Map<java.lang.String,java.lang.String[]> params)
RequestEventHandlerRequestHandler when a cockpit event is triggered for which this RequestEventHandler is
registered.perspective - the current perspective or null if no perspective has been specifiedparams - HTTP request parametersCopyright © 2018 SAP SE. All Rights Reserved.