|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use PropertyAdapter | |
---|---|
net.sf.echobinding.binding | Provides the context and adapter classes. |
net.sf.echobinding.table | Provides classes and interfaces for creating data bound tables. |
Uses of PropertyAdapter in net.sf.echobinding.binding |
---|
Classes in net.sf.echobinding.binding that implement PropertyAdapter | |
---|---|
class |
AbstractPropertyAdapter
|
class |
OgnlPropertyAdapter
This is an implemenation of the PropertyAdaper interface using OGNL
expressions for accessing domain model properties. |
Fields in net.sf.echobinding.binding with type parameters of type PropertyAdapter | |
---|---|
protected java.util.HashMap<java.lang.String,PropertyAdapter> |
AbstractBindingContext._adapters
|
Methods in net.sf.echobinding.binding that return PropertyAdapter | |
---|---|
PropertyAdapter |
PropertyAdapter.addValidator(Validator validator)
Adds a validator to the list of validators. |
PropertyAdapter |
AbstractPropertyAdapter.addValidator(Validator validator)
|
PropertyAdapter |
BindingContext.getAdapter(java.lang.String adapterId)
Returns the property adapter for the given adapter id. |
PropertyAdapter |
PropertyAdapter.newInstance()
Creates a new adapter instance. |
PropertyAdapter |
OgnlPropertyAdapter.newInstance()
|
PropertyAdapter |
BindingContext.remove(java.lang.String adapterId)
Removes a binding from the context. |
PropertyAdapter |
AbstractBindingContext.remove(java.lang.String id)
|
PropertyAdapter |
PropertyAdapter.setDecorator(Decorator decorator)
Sets the decorator for this adapter. |
PropertyAdapter |
AbstractPropertyAdapter.setDecorator(Decorator decorator)
|
PropertyAdapter |
PropertyAdapter.setFormat(Format format)
Sets the format to be used by the getValue() method. |
PropertyAdapter |
AbstractPropertyAdapter.setFormat(Format format)
|
PropertyAdapter |
PropertyAdapter.setId(java.lang.String id)
Sets the identifier for the adapter. |
PropertyAdapter |
AbstractPropertyAdapter.setId(java.lang.String id)
|
PropertyAdapter |
PropertyAdapter.setLabel(java.lang.String labelName)
Sets the label. |
PropertyAdapter |
AbstractPropertyAdapter.setLabel(java.lang.String label)
|
PropertyAdapter |
PropertyAdapter.setSubContext(BindingContext context)
Sets the sub context. |
PropertyAdapter |
AbstractPropertyAdapter.setSubContext(BindingContext context)
|
PropertyAdapter |
PropertyAdapter.setValidationHandler(ValidationHandler handler)
Sets the validation handler. |
PropertyAdapter |
AbstractPropertyAdapter.setValidationHandler(ValidationHandler validationHandler)
|
PropertyAdapter |
PropertyAdapter.setValidators(java.util.Set<Validator> validators)
Sets the validators. |
PropertyAdapter |
AbstractPropertyAdapter.setValidators(java.util.Set<Validator> validators)
|
Methods in net.sf.echobinding.binding that return types with arguments of type PropertyAdapter | |
---|---|
java.util.List<PropertyAdapter> |
BindingContext.getPropertyAdapters()
Returns all property adapters for this context. |
java.util.List<PropertyAdapter> |
AbstractBindingContext.getPropertyAdapters()
|
Methods in net.sf.echobinding.binding with parameters of type PropertyAdapter | |
---|---|
BindingContext |
OgnlBindingContext.add(java.lang.String id,
PropertyAdapter adapter)
|
BindingContext |
BindingContext.add(java.lang.String adapterId,
PropertyAdapter adapter)
Adds a property adapter to the context. |
BindingContext |
AbstractBindingContext.add(java.lang.String id,
PropertyAdapter binding)
|
Uses of PropertyAdapter in net.sf.echobinding.table |
---|
Methods in net.sf.echobinding.table that return types with arguments of type PropertyAdapter | |
---|---|
java.util.List<PropertyAdapter> |
BoundTable.getColumnAdapters()
Returns the column adapters. |
Method parameters in net.sf.echobinding.table with type arguments of type PropertyAdapter | |
---|---|
void |
BoundTable.setColumnAdapters(java.util.List<PropertyAdapter> columnAdapters)
Sets the column adapters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |