public interface InputWidget<T extends WidgetModel,U extends WidgetController> extends Widget<T,U>
| Modifier and Type | Method and Description |
|---|---|
void |
setInputComponent(InputElement input)
Sets this widget's input component to
input. |
cleanup, getCaption, getContent, getControllerCtx, getWidgetCode, getWidgetContainer, getWidgetController, getWidgetModel, getWidgetRenderer, getWidgetTitle, initialize, isFocusable, isInitialized, isLazyLoadingEnabled, setControllerCtx, setFocusable, setLazyLoadingEnabled, setWidgetCode, setWidgetContainer, setWidgetController, setWidgetModel, setWidgetRenderer, setWidgetTitleonModelEventhandleFocusvoid setInputComponent(InputElement input)
input. This method is typically called by the used
WidgetRenderer in order to allow the widget to access its input component directly (e.g. for focus
handling and updating purposes).input - input componentCopyright © 2017 SAP SE. All Rights Reserved.