|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyConduit | |
---|---|
org.apache.tapestry5.beaneditor | Support classes for the BeanEditor
component. |
org.apache.tapestry5.internal | [INTERNAL USE ONLY] internal support classes; API subject to change. |
org.apache.tapestry5.internal.beaneditor | [INTERNAL USE ONLY] support classes for the BeanEditor component; API subject to change |
org.apache.tapestry5.internal.bindings | [INTERNAL USE ONLY] support classes for binding; API subject to change |
org.apache.tapestry5.internal.services | [INTERNAL USE ONLY] internal service classes; API subject to change |
org.apache.tapestry5.services | Core services |
org.apache.tapestry5.test | Support for testing Tapestry pages |
Uses of PropertyConduit in org.apache.tapestry5.beaneditor |
---|
Methods in org.apache.tapestry5.beaneditor that return PropertyConduit | |
---|---|
PropertyConduit |
PropertyModel.getConduit()
Returns an object used to read or update the property. |
Methods in org.apache.tapestry5.beaneditor with parameters of type PropertyConduit | |
---|---|
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. |
PropertyModel |
BeanModel.add(String propertyName,
PropertyConduit conduit)
Adds a new, synthetic property to the model, returning its mutable model for further refinement. |
Uses of PropertyConduit in org.apache.tapestry5.internal |
---|
Subinterfaces of PropertyConduit in org.apache.tapestry5.internal | |
---|---|
interface |
InternalPropertyConduit
Extension to PropertyConduit that adds a method to determine the name of the property. |
Methods in org.apache.tapestry5.internal with parameters of type PropertyConduit | |
---|---|
static InternalPropertyConduit |
TapestryInternalUtils.toInternalPropertyConduit(PropertyConduit conduit)
|
Uses of PropertyConduit in org.apache.tapestry5.internal.beaneditor |
---|
Methods in org.apache.tapestry5.internal.beaneditor that return PropertyConduit | |
---|---|
PropertyConduit |
PropertyModelImpl.getConduit()
|
Methods in org.apache.tapestry5.internal.beaneditor with parameters of type PropertyConduit | |
---|---|
PropertyModel |
BeanModelImpl.add(RelativePosition position,
String existingPropertyName,
String propertyName,
PropertyConduit conduit)
|
PropertyModel |
BeanModelImpl.add(String propertyName,
PropertyConduit conduit)
|
Constructors in org.apache.tapestry5.internal.beaneditor with parameters of type PropertyConduit | |
---|---|
PropertyModelImpl(BeanModel model,
String name,
PropertyConduit conduit,
Messages messages)
|
Uses of PropertyConduit in org.apache.tapestry5.internal.bindings |
---|
Constructors in org.apache.tapestry5.internal.bindings with parameters of type PropertyConduit | |
---|---|
PropBinding(Location location,
Object root,
PropertyConduit conduit,
String toString)
|
Uses of PropertyConduit in org.apache.tapestry5.internal.services |
---|
Classes in org.apache.tapestry5.internal.services that implement PropertyConduit | |
---|---|
class |
CoercingPropertyConduitWrapper
|
class |
LiteralPropertyConduit
A PropertyConduit for a literal value in an expression, such as a number, or "true", "false" or "null". |
Methods in org.apache.tapestry5.internal.services that return PropertyConduit | |
---|---|
PropertyConduit |
PropertyConduitSourceImpl.create(Class rootClass,
String expression)
|
Constructors in org.apache.tapestry5.internal.services with parameters of type PropertyConduit | |
---|---|
CoercingPropertyConduitWrapper(PropertyConduit conduit,
TypeCoercer coercer)
|
Uses of PropertyConduit in org.apache.tapestry5.services |
---|
Methods in org.apache.tapestry5.services that return PropertyConduit | |
---|---|
PropertyConduit |
PropertyConduitSource.create(Class rootType,
String expression)
Returns a property conduit instance for the given expression. |
Uses of PropertyConduit in org.apache.tapestry5.test |
---|
Methods in org.apache.tapestry5.test that return PropertyConduit | |
---|---|
protected PropertyConduit |
TapestryTestCase.mockPropertyConduit()
|
Methods in org.apache.tapestry5.test with parameters of type PropertyConduit | |
---|---|
protected void |
TapestryTestCase.train_getConduit(PropertyModel model,
PropertyConduit conduit)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |