Uses of Interface
org.apache.tapestry5.beanmodel.PropertyConduit
Packages that use PropertyConduit
Package
Description
Support classes for the
BeanEditor
component.[INTERNAL USE ONLY] internal support classes; API subject to change.
[INTERNAL USE ONLY] support classes for binding; API subject to change
Support for testing Tapestry pages
-
Uses of PropertyConduit in org.apache.tapestry5.beanmodel
Subinterfaces of PropertyConduit in org.apache.tapestry5.beanmodelModifier and TypeInterfaceDescriptioninterface
Extension toPropertyConduit
that adds a method to access the generic property type.Methods in org.apache.tapestry5.beanmodel that return PropertyConduitModifier and TypeMethodDescriptionPropertyModel.getConduit()
Returns an object used to read or update the property.Methods in org.apache.tapestry5.beanmodel with parameters of type PropertyConduitModifier and TypeMethodDescriptionBeanModel.add
(String propertyName, PropertyConduit conduit) Adds a new, synthetic property to the model, returning its mutable model for further refinement.BeanModel.add
(RelativePosition position, String existingPropertyName, String propertyName, PropertyConduit conduit) Adds a new property to the model, ordered before or after an existing property. -
Uses of PropertyConduit in org.apache.tapestry5.beanmodel.internal
Subinterfaces of PropertyConduit in org.apache.tapestry5.beanmodel.internalModifier and TypeInterfaceDescriptioninterface
Extension toPropertyConduit2
that adds a method to determine the name of the property. -
Uses of PropertyConduit in org.apache.tapestry5.beanmodel.internal.beanmodel
Methods in org.apache.tapestry5.beanmodel.internal.beanmodel that return PropertyConduitMethods in org.apache.tapestry5.beanmodel.internal.beanmodel with parameters of type PropertyConduitModifier and TypeMethodDescriptionBeanModelImpl.add
(String propertyName, PropertyConduit conduit) BeanModelImpl.add
(RelativePosition position, String existingPropertyName, String propertyName, PropertyConduit conduit) Constructors in org.apache.tapestry5.beanmodel.internal.beanmodel with parameters of type PropertyConduitModifierConstructorDescriptionPropertyModelImpl
(BeanModel model, String name, PropertyConduit conduit, Messages messages) -
Uses of PropertyConduit in org.apache.tapestry5.beanmodel.internal.services
Classes in org.apache.tapestry5.beanmodel.internal.services that implement PropertyConduitModifier and TypeClassDescriptionclass
class
A PropertyConduit for a literal value in an expression, such as a number, or "true", "false" or "null".Methods in org.apache.tapestry5.beanmodel.internal.services that return PropertyConduitModifier and TypeMethodDescriptionConstructors in org.apache.tapestry5.beanmodel.internal.services with parameters of type PropertyConduitModifierConstructorDescriptionCoercingPropertyConduitWrapper
(PropertyConduit conduit, TypeCoercer coercer) -
Uses of PropertyConduit in org.apache.tapestry5.beanmodel.services
Methods in org.apache.tapestry5.beanmodel.services that return PropertyConduitModifier and TypeMethodDescriptionReturns a property conduit instance for the given expression. -
Uses of PropertyConduit in org.apache.tapestry5.internal
Methods in org.apache.tapestry5.internal with parameters of type PropertyConduitModifier and TypeMethodDescriptionstatic InternalPropertyConduit
TapestryInternalUtils.toInternalPropertyConduit
(PropertyConduit conduit) -
Uses of PropertyConduit in org.apache.tapestry5.internal.bindings
Constructors in org.apache.tapestry5.internal.bindings with parameters of type PropertyConduitModifierConstructorDescriptionPropBinding
(Location location, Object root, PropertyConduit conduit, String expression, String toString) -
Uses of PropertyConduit in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return PropertyConduitModifier and TypeMethodDescriptionprotected final PropertyConduit
TapestryTestCase.mockPropertyConduit()
Methods in org.apache.tapestry5.test with parameters of type PropertyConduitModifier and TypeMethodDescriptionprotected final void
TapestryTestCase.train_getConduit
(PropertyModel model, PropertyConduit conduit)