Uses of Interface
org.apache.tapestry5.beanmodel.PropertyModel
Packages that use PropertyModel
Package
Description
Support classes for the
BeanEditor
component.Base components intended to be extended by other components rather than
used directly in templates.
The set of core components available in all Tapestry applications
Support classes for the
Grid
component, which presents tabular data in an (X)HTML table.Support for testing Tapestry pages
-
Uses of PropertyModel in org.apache.tapestry5.beanmodel
Methods in org.apache.tapestry5.beanmodel that return PropertyModelModifier and TypeMethodDescriptionAdds a new property to the model, returning its mutable model for further refinement.BeanModel.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) Adds a new property to the model (as withBeanModel.add(String)
), ordered before or after an existing property.BeanModel.add
(RelativePosition position, String existingPropertyName, String propertyName, PropertyConduit conduit) Adds a new property to the model, ordered before or after an existing property.Adds an empty property (one with no property conduit).BeanModel.addExpression
(String propertyName, String expression) Adds a new synthetic property to the model, returning its mutable model for further refinement.Changes the data type for the property.Returns the named model.Returns the identified model.Changes the label for the property to the provided value.PropertyModel.sortable
(boolean sortable) Updates sortable and returns the model for further changes. -
Uses of PropertyModel in org.apache.tapestry5.beanmodel.internal.beanmodel
Classes in org.apache.tapestry5.beanmodel.internal.beanmodel that implement PropertyModelMethods in org.apache.tapestry5.beanmodel.internal.beanmodel that return PropertyModelModifier and TypeMethodDescriptionBeanModelImpl.add
(String propertyName, PropertyConduit conduit) BeanModelImpl.add
(RelativePosition position, String existingPropertyName, String propertyName) BeanModelImpl.add
(RelativePosition position, String existingPropertyName, String propertyName, PropertyConduit conduit) BeanModelImpl.addExpression
(String propertyName, String expression) PropertyModelImpl.sortable
(boolean sortable) -
Uses of PropertyModel in org.apache.tapestry5.corelib.base
Methods in org.apache.tapestry5.corelib.base that return PropertyModelModifier and TypeMethodDescriptionprotected PropertyModel
AbstractPropertyOutput.getPropertyModel()
-
Uses of PropertyModel in org.apache.tapestry5.corelib.components
Methods in org.apache.tapestry5.corelib.components that return PropertyModelModifier and TypeMethodDescriptionBeanDisplay.getPropertyModel()
Returns the property model for the current property. -
Uses of PropertyModel in org.apache.tapestry5.grid
Methods in org.apache.tapestry5.grid that return PropertyModelConstructors in org.apache.tapestry5.grid with parameters of type PropertyModel -
Uses of PropertyModel in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return PropertyModelModifier and TypeMethodDescriptionprotected final PropertyModel
TapestryTestCase.mockPropertyModel()
Methods in org.apache.tapestry5.test with parameters of type PropertyModelModifier and TypeMethodDescriptionprotected final void
TapestryTestCase.train_getConduit
(PropertyModel model, PropertyConduit conduit)