Uses of Class
org.springframework.richclient.form.AbstractDetailForm

Packages that use AbstractDetailForm
org.springframework.richclient.form   
 

Uses of AbstractDetailForm in org.springframework.richclient.form
 

Methods in org.springframework.richclient.form that return AbstractDetailForm
protected abstract  AbstractDetailForm AbstractMasterForm.createDetailForm(HierarchicalFormModel parentFormModel, ValueModel valueHolder, ObservableList masterList)
          Construct the detail half of this master/detail pair.
protected  AbstractDetailForm AbstractMasterForm.getDetailForm()
           
 

Methods in org.springframework.richclient.form with parameters of type AbstractDetailForm
protected  void AbstractMasterForm.setDetailForm(AbstractDetailForm form)
           
 



Copyright © 2004-2009 The Spring Framework. All Rights Reserved.