public class TextSearchController
extends DefaultWidgetController
textsearch which sends the string value from the searchInput to
the output socket.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMP_ID_SEARCH_BTN |
static java.lang.String |
COMP_ID_SEARCH_INP |
static java.lang.String |
SOCKET_IN_FILL_TEXTSEARCH |
static java.lang.String |
SOCKET_OUT_QUERY_STRING |
static java.lang.String |
SOCKET_OUT_RESET_NAVIGATION |
| Constructor and Description |
|---|
TextSearchController() |
| Modifier and Type | Method and Description |
|---|---|
void |
fillTextSearch(java.lang.String query)
Allows to pre-fill text search field with the given string literal.
|
void |
sendSearchQuery()
Callback method for the on click event for SEARCH button
|
public static final java.lang.String COMP_ID_SEARCH_BTN
public static final java.lang.String COMP_ID_SEARCH_INP
public static final java.lang.String SOCKET_OUT_QUERY_STRING
public static final java.lang.String SOCKET_OUT_RESET_NAVIGATION
public static final java.lang.String SOCKET_IN_FILL_TEXTSEARCH
Copyright © 2018 SAP SE. All Rights Reserved.