Uses of Class
de.lessvoid.nifty.examples.defaultcontrols.common.JustAnExampleModelClass

Packages that use JustAnExampleModelClass
de.lessvoid.nifty.examples.defaultcontrols.dropdown   
de.lessvoid.nifty.examples.defaultcontrols.listbox   
 

Uses of JustAnExampleModelClass in de.lessvoid.nifty.examples.defaultcontrols.dropdown
 

Method parameters in de.lessvoid.nifty.examples.defaultcontrols.dropdown with type arguments of type JustAnExampleModelClass
 void DropDownDialogController.onDropDownSelectionChanged(String id, DropDownSelectionChangedEvent<JustAnExampleModelClass> event)
           
 

Uses of JustAnExampleModelClass in de.lessvoid.nifty.examples.defaultcontrols.listbox
 

Method parameters in de.lessvoid.nifty.examples.defaultcontrols.listbox with type arguments of type JustAnExampleModelClass
 void ListBoxDialogController.onListBoxSelectionChanged(String id, ListBoxSelectionChangedEvent<JustAnExampleModelClass> changed)
          This event handler is directly listening to ListBoxSelectionChangedEvent of a single Control (the one with the Nifty id "listBox").
 



Copyright © 2012. All Rights Reserved.