Controller, NiftyControlpublic class DropDownPopup<T> extends AbstractController
| Constructor | Description |
|---|---|
DropDownPopup() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
bind(Nifty nifty,
Screen screen,
Element element,
Parameters parameter) |
|
void |
close() |
|
boolean |
inputEvent(NiftyInputEvent inputEvent) |
|
void |
onStartScreen() |
|
void |
setDropDownElement(DropDownControl<T> dropDownControl,
Element popupInstance) |
bind, disable, enable, getElement, getHeight, getId, getStyle, getWidth, hasFocus, init, isBound, isEnabled, layoutCallback, onEndScreen, onFocus, setEnabled, setFocus, setFocusable, setHeight, setId, setStyle, setWidthpublic void bind(@Nonnull
Nifty nifty,
@Nonnull
Screen screen,
@Nonnull
Element element,
@Nonnull
Parameters parameter)
public boolean inputEvent(@Nonnull
NiftyInputEvent inputEvent)
public void setDropDownElement(@Nonnull
DropDownControl<T> dropDownControl,
Element popupInstance)
public void onStartScreen()
public void close()
Copyright © 2018. All rights reserved.