public class DropDownPopup<T>
extends de.lessvoid.nifty.controls.AbstractController
Constructor and Description |
---|
DropDownPopup() |
Modifier and Type | Method and Description |
---|---|
void |
bind(de.lessvoid.nifty.Nifty niftyParam,
de.lessvoid.nifty.screen.Screen screenParam,
de.lessvoid.nifty.elements.Element element,
Properties parameter,
de.lessvoid.xml.xpp3.Attributes controlDefinitionAttributes) |
void |
close() |
boolean |
inputEvent(de.lessvoid.nifty.input.NiftyInputEvent inputEvent) |
void |
onStartScreen() |
void |
setDropDownElement(DropDownControl<T> dropDownControl,
de.lessvoid.nifty.elements.Element popupInstance) |
public void bind(de.lessvoid.nifty.Nifty niftyParam, de.lessvoid.nifty.screen.Screen screenParam, de.lessvoid.nifty.elements.Element element, Properties parameter, de.lessvoid.xml.xpp3.Attributes controlDefinitionAttributes)
public boolean inputEvent(de.lessvoid.nifty.input.NiftyInputEvent inputEvent)
public void setDropDownElement(DropDownControl<T> dropDownControl, de.lessvoid.nifty.elements.Element popupInstance)
public void onStartScreen()
public void close()
Copyright © 2013. All Rights Reserved.