Uses of Interface
org.springframework.richclient.widget.TitledWidget

Packages that use TitledWidget
org.springframework.richclient.samples.dataeditor.ui   
org.springframework.richclient.widget   
org.springframework.richclient.widget.editor   
 

Uses of TitledWidget in org.springframework.richclient.samples.dataeditor.ui
 

Classes in org.springframework.richclient.samples.dataeditor.ui that implement TitledWidget
 class ItemDataEditor
           
 class SupplierDataEditor
           
 

Uses of TitledWidget in org.springframework.richclient.widget
 

Classes in org.springframework.richclient.widget that implement TitledWidget
 class AbstractTitledWidget
           
 class AbstractTitledWidgetForm
           
 class TitledWidgetForm
          A decorator to add a TitlePane to a Form.
 

Uses of TitledWidget in org.springframework.richclient.widget.editor
 

Classes in org.springframework.richclient.widget.editor that implement TitledWidget
 class AbstractDataEditorWidget
          AbstractDataEditorWidget implements a basic editor screen, based on 3 parts:

a table with sortable columns and a local quick search a filter to reduce the dataset a detail section for the details of 1 entity

 class DefaultDataEditorWidget
          DefaultDataEditorWidget is a basic implementation of a AbstractDataEditorWidget.
 



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