org.tynamo.descriptor.annotation.beaneditor
Annotation Type ListPageBeanModel


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@UseWith(value=BEAN)
public @interface ListPageBeanModel


Optional Element Summary
 String exclude
          A comma-separated list of property names to be removed from the BeanModel .
 String include
          A comma-separated list of property names to be retained from the BeanModel.
 String reorder
          A comma-separated list of property names indicating the order in which the properties should be presented.
 

exclude

public abstract String exclude
A comma-separated list of property names to be removed from the BeanModel . The names are case-insensitive.

Default:
""

include

public abstract String include
A comma-separated list of property names to be retained from the BeanModel. Only these properties will be retained, and the properties will also be reordered. The names are case-insensitive.

Default:
""

reorder

public abstract String reorder
A comma-separated list of property names indicating the order in which the properties should be presented. The names are case insensitive. Any properties not indicated in the list will be appended to the end of the display order.

* @see org.apache.tapestry5.beaneditor.ReorderProperties

Default:
""


Copyright © 2004-2010. All Rights Reserved.