|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.primix.tapestry.util.Enum | +--com.primix.tapestry.spec.BindingType
Defines the different types of bindings possible for a component.
These are used in the BindingSpecification
and ultimately
used to create an instance of IBinding
.
Field Summary | |
static BindingType |
DYNAMIC
Indicates a standard PropertyBinding . |
static BindingType |
FIELD
Indicates a FieldBinding . |
static BindingType |
INHERITED
Indicates that an existing binding (from the container) will be re-used. |
static BindingType |
STATIC
Indicates a StaticBinding . |
Methods inherited from class com.primix.tapestry.util.Enum |
getEnumerationId, getSingleton, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final BindingType STATIC
StaticBinding
.public static final BindingType DYNAMIC
PropertyBinding
.public static final BindingType INHERITED
public static final BindingType FIELD
FieldBinding
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |