|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Binding | |
---|---|
org.slim3.container | This package provides Slim3 container. |
Uses of Binding in org.slim3.container |
---|
Fields in org.slim3.container with type parameters of type Binding | |
---|---|
protected ArrayMap<String,Binding> |
BeanMeta.bindings
The binding collection. |
Methods in org.slim3.container that return Binding | |
---|---|
Binding |
BeanMeta.getBinding(int index)
Returns the binding for the index. |
Binding |
BeanMeta.getBinding(String propertyName)
Returns the binding for the property name. |
Methods in org.slim3.container with parameters of type Binding | |
---|---|
void |
BeanMeta.addBinding(String propertyName,
Binding binding)
Adds the binding. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |