|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Binder in info.joseluismartin.gui |
|---|
| Subinterfaces of Binder in info.joseluismartin.gui | |
|---|---|
interface |
View<T>
Interface for Views |
| Classes in info.joseluismartin.gui that implement Binder | |
|---|---|
class |
AbstractView<T>
Template class that simplifies View implementation. |
class |
PaginatorView
PaginatorView with control buttons to manage paginator. |
class |
TableEditor<T>
Simple table editor |
class |
ViewDialog<T>
A JDialog for use as View Wrapper |
class |
ViewFrame
A JFrame for use as View Container |
| Uses of Binder in info.joseluismartin.gui.bind |
|---|
| Subinterfaces of Binder in info.joseluismartin.gui.bind | |
|---|---|
interface |
PropertyBinder
Bind a component to a model property |
| Classes in info.joseluismartin.gui.bind that implement Binder | |
|---|---|
class |
AbstractBinder
Base class for Binders. |
class |
AutoBinder<T>
Do an automatic binding of a view using reflection. |
class |
ComboBinder
Binder for JComboBox |
class |
CompositeBinder<T>
Composite Binder methods to a collection of PropertyBinders that bind on the same model |
class |
ControlBinder
Generic ControlBinder that use a ControlAccessorFactory to get/set control values |
class |
LabelBinder
|
class |
ListBinder
Binder for JList |
class |
SelectorBinder
Binder for Selector |
class |
SwingBinder<T>
|
class |
TextComponentBinder
Binder for JComponentText |
class |
ToggleButtonBinder
Property binder for ToggleButtons |
class |
ViewBinder
|
| Methods in info.joseluismartin.gui.bind that return Binder | |
|---|---|
Binder<?> |
CompositeBinder.getBinder(String propertyName)
|
| Methods in info.joseluismartin.gui.bind that return types with arguments of type Binder | |
|---|---|
Collection<Binder<T>> |
CompositeBinder.getPropertyBinders()
|
| Methods in info.joseluismartin.gui.bind with parameters of type Binder | |
|---|---|
void |
CompositeBinder.addBinder(Binder<?> binder,
String name)
|
| Uses of Binder in info.joseluismartin.gui.form |
|---|
| Classes in info.joseluismartin.gui.form that implement Binder | |
|---|---|
class |
DbConnectionForm
Database Connection Form |
| Uses of Binder in info.joseluismartin.gui.report |
|---|
| Classes in info.joseluismartin.gui.report that implement Binder | |
|---|---|
class |
ReportFileView
|
class |
ReportFilterView
|
class |
ReportListView
|
class |
ReportTypeView
|
class |
ReportView
|
| Uses of Binder in info.joseluismartin.gui.tree |
|---|
| Classes in info.joseluismartin.gui.tree that implement Binder | |
|---|---|
class |
TreeView
Tree View that show a List of TreeModelBuilders |
| Uses of Binder in info.joseluismartin.gui.validation |
|---|
| Methods in info.joseluismartin.gui.validation with parameters of type Binder | |
|---|---|
void |
BackgroundErrorProcessor.processError(Binder<?> binder,
org.springframework.validation.FieldError error)
Process binding error. |
void |
ErrorProcessor.processError(Binder<?> binder,
org.springframework.validation.FieldError error)
Process binding error. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||