|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Widget in org.springframework.richclient.application.support |
---|
Constructors in org.springframework.richclient.application.support with parameters of type Widget | |
---|---|
WidgetViewDescriptor(String id,
Widget widget)
|
Uses of Widget in org.springframework.richclient.command.support |
---|
Methods in org.springframework.richclient.command.support that return Widget | |
---|---|
protected Widget |
AbstractWidgetCommand.getWidget()
|
Methods in org.springframework.richclient.command.support with parameters of type Widget | |
---|---|
void |
AbstractWidgetCommand.setWidget(Widget widget)
|
Uses of Widget in org.springframework.richclient.dialog |
---|
Methods in org.springframework.richclient.dialog that return Widget | |
---|---|
Widget |
TitledWidgetApplicationDialog.getWidget()
|
Constructors in org.springframework.richclient.dialog with parameters of type Widget | |
---|---|
TitledWidgetApplicationDialog(Widget widget)
Create dialog with only OK button |
|
TitledWidgetApplicationDialog(Widget widget,
int mode)
Create dialog in specified mode |
|
TitledWidgetApplicationDialog(Widget widget,
int mode,
String finishId,
String cancelId)
Creation of dialog with full configuration |
Uses of Widget in org.springframework.richclient.form |
---|
Classes in org.springframework.richclient.form that implement Widget | |
---|---|
class |
AbstractFocussableForm
Form implementation for the Focussable interface. |
class |
TabbedForm
|
Uses of Widget in org.springframework.richclient.samples.dataeditor.ui |
---|
Classes in org.springframework.richclient.samples.dataeditor.ui that implement Widget | |
---|---|
class |
ItemDataEditor
|
class |
ItemForm
|
class |
SupplierDataEditor
|
class |
SupplierForm
|
Uses of Widget in org.springframework.richclient.samples.simple.ui |
---|
Classes in org.springframework.richclient.samples.simple.ui that implement Widget | |
---|---|
class |
ContactForm
Form to handle the properties of a Contact object. |
class |
TodoForm
|
Uses of Widget in org.springframework.richclient.widget |
---|
Subinterfaces of Widget in org.springframework.richclient.widget | |
---|---|
interface |
SelectionWidget
Widget that can pass a selection of objects, i.e. |
interface |
TitledWidget
Provides the basic Widget facilities in combination with a fully configurable title/message
component. |
Classes in org.springframework.richclient.widget that implement Widget | |
---|---|
class |
AbstractTitledWidget
|
class |
AbstractTitledWidgetForm
|
class |
AbstractWidget
Default behavior implementation of AbstractWidget |
class |
AbstractWidgetForm
Provides an easy way to create widgets based on an AbstractForm. |
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 . |
Fields in org.springframework.richclient.widget declared as Widget | |
---|---|
static Widget |
Widget.EMPTY_WIDGET
|
Methods in org.springframework.richclient.widget that return Widget | |
---|---|
Widget |
WidgetView.getWidget()
|
Methods in org.springframework.richclient.widget with parameters of type Widget | |
---|---|
void |
WidgetView.setWidget(Widget widget)
|
Constructors in org.springframework.richclient.widget with parameters of type Widget | |
---|---|
WidgetView(Widget widget)
|
Uses of Widget in org.springframework.richclient.widget.editor |
---|
Classes in org.springframework.richclient.widget.editor that implement Widget | |
---|---|
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 . |
Methods in org.springframework.richclient.widget.editor that return Widget | |
---|---|
Widget |
DefaultDataEditorWidget.createDetailWidget()
Returns only the detail form widget |
abstract Widget |
AbstractDataEditorWidget.createDetailWidget()
|
Uses of Widget in org.springframework.richclient.widget.table |
---|
Subinterfaces of Widget in org.springframework.richclient.widget.table | |
---|---|
interface |
TableWidget<T>
TableWidget describes the needed functionality for widgets that produce tables. |
Uses of Widget in org.springframework.richclient.widget.table.glazedlists |
---|
Classes in org.springframework.richclient.widget.table.glazedlists that implement Widget | |
---|---|
class |
GlazedListTableWidget
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |