Uses of Interface
org.apache.tapestry5.beanmodel.BeanModel
Packages that use BeanModel
Package
Description
Support classes for the
BeanEditor
component.The set of core components available in all Tapestry applications
The set of core pages 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 BeanModel in org.apache.tapestry5.beanmodel
Methods in org.apache.tapestry5.beanmodel that return BeanModelModifier and TypeMethodDescriptionRemoves the named properties from the model, if present.Re-orders the properties of the model into the specified order.PropertyModel.model()
Returns the containing model, often used for "fluent" construction of the model.Re-orders the properties of the model into the specified order.Methods in org.apache.tapestry5.beanmodel with parameters of type BeanModelModifier and TypeMethodDescriptionstatic void
Adds empty properties to the bean model.static void
Removes properties from the bean model.static void
Selects a subset of the properties to keep, and reorders them.static void
BeanModelUtils.modify
(BeanModel model, String addPropertyNames, String includePropertyNames, String excludePropertyNames, String reorderPropertyNames) Performs standard set of modifications to aBeanModel
.static void
Reorders properties within the bean model. -
Uses of BeanModel in org.apache.tapestry5.beanmodel.internal.beanmodel
Classes in org.apache.tapestry5.beanmodel.internal.beanmodel that implement BeanModelMethods in org.apache.tapestry5.beanmodel.internal.beanmodel that return BeanModelConstructors in org.apache.tapestry5.beanmodel.internal.beanmodel with parameters of type BeanModelModifierConstructorDescriptionPropertyModelImpl
(BeanModel model, String name, PropertyConduit conduit, Messages messages) -
Uses of BeanModel in org.apache.tapestry5.beanmodel.internal.services
Methods in org.apache.tapestry5.beanmodel.internal.services that return BeanModelModifier and TypeMethodDescription<T> BeanModel<T>
<T> BeanModel<T>
BeanModelSourceImpl.createDisplayModel
(Class<T> beanClass, Messages messages) <T> BeanModel<T>
BeanModelSourceImpl.createEditModel
(Class<T> beanClass, Messages messages) -
Uses of BeanModel in org.apache.tapestry5.beanmodel.services
Methods in org.apache.tapestry5.beanmodel.services that return BeanModelModifier and TypeMethodDescription<T> BeanModel<T>
Deprecated.<T> BeanModel<T>
BeanModelSource.createDisplayModel
(Class<T> beanClass, Messages messages) Creates a model for display purposes; this may include properties which are read-only.<T> BeanModel<T>
BeanModelSource.createEditModel
(Class<T> beanClass, Messages messages) Creates a model for edit and update purposes, only properties that are fully read-write are included. -
Uses of BeanModel in org.apache.tapestry5.corelib.components
Methods in org.apache.tapestry5.corelib.components that return BeanModel -
Uses of BeanModel in org.apache.tapestry5.corelib.pages
Fields in org.apache.tapestry5.corelib.pages declared as BeanModelMethods in org.apache.tapestry5.corelib.pages that return BeanModel -
Uses of BeanModel in org.apache.tapestry5.grid
Methods in org.apache.tapestry5.grid that return BeanModelModifier and TypeMethodDescriptionGridModel.getDataModel()
Returns the data model, which defines the columns (in terms of properties of the row type), and provides access to actual values for a given row instance. -
Uses of BeanModel in org.apache.tapestry5.test
Methods in org.apache.tapestry5.test that return BeanModelMethods in org.apache.tapestry5.test with parameters of type BeanModelModifier and TypeMethodDescriptionprotected final void
TapestryTestCase.train_createEditModel
(BeanModelSource source, Class beanClass, Messages messages, BeanModel model)
BeanModelSource.createDisplayModel(Class, org.apache.tapestry5.commons.Messages)
orBeanModelSource.createEditModel(Class, org.apache.tapestry5.commons.Messages)