Uses of Interface
org.apache.tapestry5.beanmodel.PropertyConduit
-
Packages that use PropertyConduit Package Description org.apache.tapestry5.beanmodel Support classes for theBeanEditor
component.org.apache.tapestry5.beanmodel.internal org.apache.tapestry5.beanmodel.internal.beanmodel org.apache.tapestry5.beanmodel.internal.services org.apache.tapestry5.beanmodel.services org.apache.tapestry5.internal [INTERNAL USE ONLY] internal support classes; API subject to change.org.apache.tapestry5.internal.bindings [INTERNAL USE ONLY] support classes for binding; API subject to changeorg.apache.tapestry5.test Support for testing Tapestry pages -
-
Uses of PropertyConduit in org.apache.tapestry5.beanmodel
Subinterfaces of PropertyConduit in org.apache.tapestry5.beanmodel Modifier and Type Interface Description interface
PropertyConduit2
Extension toPropertyConduit
that adds a method to access the generic property type.Methods in org.apache.tapestry5.beanmodel that return PropertyConduit Modifier and Type Method Description PropertyConduit
PropertyModel. getConduit()
Returns an object used to read or update the property.Methods in org.apache.tapestry5.beanmodel with parameters of type PropertyConduit Modifier and Type Method Description PropertyModel
BeanModel. add(java.lang.String propertyName, PropertyConduit conduit)
Adds a new, synthetic property to the model, returning its mutable model for further refinement.PropertyModel
BeanModel. add(RelativePosition position, java.lang.String existingPropertyName, java.lang.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.internal Modifier and Type Interface Description interface
InternalPropertyConduit
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 PropertyConduit Modifier and Type Method Description PropertyConduit
PropertyModelImpl. getConduit()
Methods in org.apache.tapestry5.beanmodel.internal.beanmodel with parameters of type PropertyConduit Modifier and Type Method Description PropertyModel
BeanModelImpl. add(java.lang.String propertyName, PropertyConduit conduit)
PropertyModel
BeanModelImpl. add(RelativePosition position, java.lang.String existingPropertyName, java.lang.String propertyName, PropertyConduit conduit)
Constructors in org.apache.tapestry5.beanmodel.internal.beanmodel with parameters of type PropertyConduit Constructor Description PropertyModelImpl(BeanModel model, java.lang.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 PropertyConduit Modifier and Type Class Description 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.beanmodel.internal.services that return PropertyConduit Modifier and Type Method Description PropertyConduit
PropertyConduitSourceImpl. create(java.lang.Class rootClass, java.lang.String expression)
Constructors in org.apache.tapestry5.beanmodel.internal.services with parameters of type PropertyConduit Constructor Description CoercingPropertyConduitWrapper(PropertyConduit conduit, TypeCoercer coercer)
-
Uses of PropertyConduit in org.apache.tapestry5.beanmodel.services
Methods in org.apache.tapestry5.beanmodel.services that return PropertyConduit Modifier and Type Method Description PropertyConduit
PropertyConduitSource. create(java.lang.Class rootType, java.lang.String expression)
Returns 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 PropertyConduit Modifier and Type Method Description static 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 PropertyConduit Constructor Description PropBinding(Location location, java.lang.Object root, PropertyConduit conduit, java.lang.String expression, java.lang.String toString)
-
Uses of PropertyConduit in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return PropertyConduit Modifier and Type Method Description protected PropertyConduit
TapestryTestCase. mockPropertyConduit()
Methods in org.apache.tapestry5.test with parameters of type PropertyConduit Modifier and Type Method Description protected void
TapestryTestCase. train_getConduit(PropertyModel model, PropertyConduit conduit)
-