Uses of Interface
ix.iface.ui.event.FormDataListener

Packages that use FormDataListener
ix.iface.ui I-X user interfaces. 
 

Uses of FormDataListener in ix.iface.ui
 

Methods in ix.iface.ui with parameters of type FormDataListener
 void IFormModel.addDataListener(FormDataListener l)
           
 void AbstractIFormModel.addDataListener(FormDataListener l)
           
 void IFormPanel.setModel(IFormModel m, FormDataListener l)
          Sets the panel's model and loads the data into the panel.
 

Constructors in ix.iface.ui with parameters of type FormDataListener
IFormPanel(IFormModel m, FormDataListener l)
          Creates a panel with the given model and sets renderers (if any).