public class DropDownPopup<T> extends AbstractController
Constructor and Description |
---|
DropDownPopup() |
Modifier and Type | Method and Description |
---|---|
void |
bind(Nifty niftyParam,
Screen screenParam,
Element element,
Properties parameter,
Attributes controlDefinitionAttributes) |
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, onFocus, setEnabled, setFocus, setFocusable, setHeight, setId, setStyle, setWidth
public void bind(Nifty niftyParam, Screen screenParam, Element element, Properties parameter, Attributes controlDefinitionAttributes)
public boolean inputEvent(NiftyInputEvent inputEvent)
public void setDropDownElement(DropDownControl<T> dropDownControl, Element popupInstance)
public void onStartScreen()
public void close()
Copyright © 2013. All Rights Reserved.