public class DefaultListboxWidget<T extends WidgetModel,U extends WidgetController> extends DefaultWidget<T,U> implements ListboxWidget<T,U>
LAZY_LOAD_EVT_KEY| Constructor and Description |
|---|
DefaultListboxWidget() |
| Modifier and Type | Method and Description |
|---|---|
protected Listbox |
getListbox() |
void |
handleFocus(boolean focused)
Called whenever the focus view state of this component should be changed.
|
void |
setListBox(Listbox listbox)
Sets the widget's list box component to
listbox |
cleanup, initialize, onModelEvent, updategetCaption, getContent, getControllerCtx, getWidgetCode, getWidgetContainer, getWidgetController, getWidgetModel, getWidgetRenderer, getWidgetTitle, isFocusable, isInitialized, isLazyLoadingEnabled, setCaption, setContent, setControllerCtx, setFocusable, setLazyLoadingEnabled, setWidgetCode, setWidgetContainer, setWidgetController, setWidgetModel, setWidgetRenderer, setWidgetTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcleanup, getCaption, getContent, getControllerCtx, getWidgetCode, getWidgetContainer, getWidgetController, getWidgetModel, getWidgetRenderer, getWidgetTitle, initialize, isFocusable, isInitialized, isLazyLoadingEnabled, setControllerCtx, setFocusable, setLazyLoadingEnabled, setWidgetCode, setWidgetContainer, setWidgetController, setWidgetModel, setWidgetRenderer, setWidgetTitleonModelEventpublic void setListBox(Listbox listbox)
ListboxWidgetlistboxsetListBox in interface ListboxWidget<T extends WidgetModel,U extends WidgetController>protected Listbox getListbox()
public void handleFocus(boolean focused)
FocusableComponenthandleFocus in interface FocusableComponenthandleFocus in class AbstractWidget<T extends WidgetModel,U extends WidgetController>focused - true if the component should be rendered as focused, false otherwiseCopyright © 2017 SAP SE. All Rights Reserved.