Uses of Interface
org.apache.tapestry.beaneditor.BeanModel

Packages that use BeanModel
org.apache.tapestry.beaneditor   
org.apache.tapestry.corelib.components   
org.apache.tapestry.grid   
org.apache.tapestry.internal.beaneditor   
org.apache.tapestry.internal.services   
org.apache.tapestry.services   
org.apache.tapestry.test   
 

Uses of BeanModel in org.apache.tapestry.beaneditor
 

Methods in org.apache.tapestry.beaneditor that return BeanModel
 BeanModel BeanModel.exclude(String... propertyNames)
          Removes the named properties from the model, if present.
 BeanModel BeanModel.include(String... propertyNames)
          Re-orders the properties of the model into the specified order.
 BeanModel PropertyModel.model()
          Returns the containing model, often used for "fluent" construction of the model.
 BeanModel BeanModel.reorder(String... propertyNames)
          Re-orders the properties of the model into the specified order.
 

Uses of BeanModel in org.apache.tapestry.corelib.components
 

Methods in org.apache.tapestry.corelib.components that return BeanModel
 BeanModel Grid.getDataModel()
           
 

Uses of BeanModel in org.apache.tapestry.grid
 

Methods in org.apache.tapestry.grid that return BeanModel
 BeanModel GridModel.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.tapestry.internal.beaneditor
 

Classes in org.apache.tapestry.internal.beaneditor that implement BeanModel
 class BeanModelImpl<T>
           
 

Methods in org.apache.tapestry.internal.beaneditor that return BeanModel
 BeanModel BeanModelImpl.exclude(String... propertyNames)
           
 BeanModel BeanModelImpl.include(String... propertyNames)
           
 BeanModel PropertyModelImpl.model()
           
 BeanModel BeanModelImpl.reorder(String... propertyNames)
           
 

Methods in org.apache.tapestry.internal.beaneditor with parameters of type BeanModel
static void BeanModelUtils.add(BeanModel model, String propertyNames)
          Adds empty properties to the bean model.
static void BeanModelUtils.exclude(BeanModel model, String propertyNames)
          Removes properties from the bean model.
static void BeanModelUtils.include(BeanModel model, String propertyNames)
          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 a BeanModel.
static void BeanModelUtils.reorder(BeanModel model, String propertyNames)
          Reorders properties within the bean model.
 

Constructors in org.apache.tapestry.internal.beaneditor with parameters of type BeanModel
PropertyModelImpl(BeanModel model, String name, PropertyConduit conduit, Messages messages)
           
 

Uses of BeanModel in org.apache.tapestry.internal.services
 

Methods in org.apache.tapestry.internal.services that return BeanModel
<T> BeanModel<T>
BeanModelSourceImpl.create(Class<T> beanClass, boolean filterReadOnlyProperties, ComponentResources resources)
           
 

Uses of BeanModel in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return BeanModel
<T> BeanModel<T>
BeanModelSource.create(Class<T> beanClass, boolean filterReadOnlyProperties, ComponentResources resources)
          Creates a new model used for editing the indicated bean class.
 

Uses of BeanModel in org.apache.tapestry.test
 

Methods in org.apache.tapestry.test that return BeanModel
protected  BeanModel TapestryTestCase.mockBeanModel()
           
 

Methods in org.apache.tapestry.test with parameters of type BeanModel
protected  void TapestryTestCase.train_create(BeanModelSource source, Class beanClass, boolean filterReadOnly, ComponentResources containerResources, BeanModel model)
           
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.