Uses of Class
org.springframework.richclient.widget.AbstractWidget

Packages that use AbstractWidget
org.springframework.richclient.samples.dataeditor.ui   
org.springframework.richclient.widget   
org.springframework.richclient.widget.editor   
org.springframework.richclient.widget.table.glazedlists   
 

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

Subclasses of AbstractWidget in org.springframework.richclient.samples.dataeditor.ui
 class ItemDataEditor
           
 class SupplierDataEditor
           
 

Uses of AbstractWidget in org.springframework.richclient.widget
 

Subclasses of AbstractWidget in org.springframework.richclient.widget
 class AbstractTitledWidget
           
 class ButtonSwitcherWidget
           
 class HTMLViewWidget
          HTMLViewingWidget generates a component to view HTML data
 class ImageViewWidget
          ImageViewingWidget generates a component to view an image.
 class ScreenSimulationWidget
          A widget that enables to mimic a screen.
 class TitledWidgetForm
          A decorator to add a TitlePane to a Form.
 

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

Subclasses of AbstractWidget in org.springframework.richclient.widget.editor
 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.
 

Uses of AbstractWidget in org.springframework.richclient.widget.table.glazedlists
 

Subclasses of AbstractWidget in org.springframework.richclient.widget.table.glazedlists
 class GlazedListTableWidget
           
 



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