|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyAccessType | |
|---|---|
| org.apache.tapestry5.plastic | Plastic, Tapestry's component class transformation library based on ASM |
| Uses of PropertyAccessType in org.apache.tapestry5.plastic |
|---|
| Methods in org.apache.tapestry5.plastic that return PropertyAccessType | |
|---|---|
static PropertyAccessType |
PropertyAccessType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PropertyAccessType[] |
PropertyAccessType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.tapestry5.plastic with parameters of type PropertyAccessType | |
|---|---|
PlasticField |
PlasticField.createAccessors(PropertyAccessType accessType)
Creates access to the field, using the default property name derived from the name of the field. |
PlasticField |
PlasticField.createAccessors(PropertyAccessType accessType,
String propertyName)
Creates accessors, possibly replacing existing methods (or overriding methods from a super class). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||