Package | Description |
---|---|
org.apache.tapestry5.beaneditor |
Support classes for the
BeanEditor
component. |
org.apache.tapestry5.internal.beaneditor |
[INTERNAL USE ONLY] support classes for the
BeanEditor component; API subject to change |
Modifier and Type | Method and Description |
---|---|
static RelativePosition |
RelativePosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelativePosition[] |
RelativePosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PropertyModel |
BeanModel.add(RelativePosition position,
String existingPropertyName,
String propertyName)
Adds a new property to the model (as with
BeanModel.add(String) ), ordered before or after an existing property. |
PropertyModel |
BeanModel.add(RelativePosition position,
String existingPropertyName,
String propertyName,
PropertyConduit conduit)
Adds a new property to the model, ordered before or after an existing property.
|
Modifier and Type | Method and Description |
---|---|
PropertyModel |
BeanModelImpl.add(RelativePosition position,
String existingPropertyName,
String propertyName) |
PropertyModel |
BeanModelImpl.add(RelativePosition position,
String existingPropertyName,
String propertyName,
PropertyConduit conduit) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.