de.lessvoid.nifty.examples.defaultcontrols.scrollpanel
Class ScrollPanelDialogController

java.lang.Object
  extended by de.lessvoid.nifty.examples.defaultcontrols.scrollpanel.ScrollPanelDialogController
All Implemented Interfaces:
Controller

public class ScrollPanelDialogController
extends Object
implements Controller

The ScrollPanelDialogController.

Author:
void

Constructor Summary
ScrollPanelDialogController()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScrollPanelDialogController

public ScrollPanelDialogController()
Method Detail

bind

public void bind(Nifty nifty,
                 Screen screen,
                 Element element,
                 Properties parameter,
                 Attributes controlDefinitionAttributes)
Specified by:
bind in interface Controller

init

public void init(Properties parameter,
                 Attributes controlDefinitionAttributes)
Specified by:
init in interface Controller

onStartScreen

public void onStartScreen()
Specified by:
onStartScreen in interface Controller

onFocus

public void onFocus(boolean getFocus)
Specified by:
onFocus in interface Controller

inputEvent

public boolean inputEvent(NiftyInputEvent inputEvent)
Specified by:
inputEvent in interface Controller

onScrollPanelChange

public void onScrollPanelChange(String id,
                                ScrollPanelChangedEvent event)

onScrollpanelXPosChanged

public void onScrollpanelXPosChanged(String id,
                                     TextFieldChangedEvent event)

onScrollpanelYPosChanged

public void onScrollpanelYPosChanged(String id,
                                     TextFieldChangedEvent event)


Copyright © 2011. All Rights Reserved.