org.chenillekit.tapestry.core.components.BeanSelect

let you make a list of beans selectable.

[JavaDoc]

Component Parameters

Name Type Flags Default Default Prefix Description
clientId String NOT Allow Null prop:componentResources.id literal The id used to generate a page-unique client-side identifier for the component. If a component renders multiple times, a suffix will be appended to the to id to ensure uniqueness.
labelField String Required, NOT Allow Null literal Name of the Field that should reflect the label in the select option tag.
list java.util.List Required, NOT Allow Null prop The list of bean should diplayed.
value Object Required, NOT Allow Null prop The value(bean) to read or update.
valueField String Required, NOT Allow Null literal Name of the Field that should reflect the value in the select option tag.

Informal parameters: supported


Back to index