public class ScrollPanelDialogController extends Object implements Controller
Constructor and Description |
---|
ScrollPanelDialogController() |
Modifier and Type | Method and Description |
---|---|
void |
bind(Nifty nifty,
Screen screen,
Element element,
Properties parameter,
Attributes controlDefinitionAttributes) |
void |
init(Properties parameter,
Attributes controlDefinitionAttributes) |
boolean |
inputEvent(NiftyInputEvent inputEvent) |
void |
onFocus(boolean getFocus) |
void |
onScrollPanelChange(String id,
ScrollPanelChangedEvent event) |
void |
onScrollpanelXPosChanged(String id,
TextFieldChangedEvent event) |
void |
onScrollpanelYPosChanged(String id,
TextFieldChangedEvent event) |
void |
onStartScreen() |
public void bind(Nifty nifty, Screen screen, Element element, Properties parameter, Attributes controlDefinitionAttributes)
bind
in interface Controller
public void init(Properties parameter, Attributes controlDefinitionAttributes)
init
in interface Controller
public void onStartScreen()
onStartScreen
in interface Controller
public void onFocus(boolean getFocus)
onFocus
in interface Controller
public boolean inputEvent(NiftyInputEvent inputEvent)
inputEvent
in interface Controller
public void onScrollPanelChange(String id, ScrollPanelChangedEvent event)
public void onScrollpanelXPosChanged(String id, TextFieldChangedEvent event)
public void onScrollpanelYPosChanged(String id, TextFieldChangedEvent event)
Copyright © 2013. All Rights Reserved.