|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.lang.enum.Enum
org.apache.tapestry.spec.BindingType
Defines the different types of bindings possible for a component. These are used in the
IBindingSpecification
and ultimately used to create an instance of
IBinding
.
Field Summary | |
static BindingType |
INHERITED
|
static BindingType |
LISTENER
Indicates a ListenerBinding , a specialized kind of
binding that encapsulates a component listener as a script. |
static BindingType |
PREFIXED
Indicates that the binding value is a prefixed locator, ready for use with BindingSource . |
Fields inherited from class org.apache.commons.lang.enum.Enum |
iToString |
Methods inherited from class org.apache.commons.lang.enum.Enum |
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final BindingType PREFIXED
BindingSource
.
public static final BindingType INHERITED
public static final BindingType LISTENER
ListenerBinding
, a specialized kind of
binding that encapsulates a component listener as a script. Uses a subclass of
BindingSpecification
,ListenerBindingSpecification
.
IListenerBindingSpecification
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |