Skip to content
intercommit edited this page Aug 8, 2011 · 1 revision

Component Parameters

Name Type Flags Default Default Prefix Since Description
encoder ValueEncoder NOT Allow Null prop Allows a specific implementation of ValueEncoder to be supplied. This is used to create client-side string values for the different options.
items java.util.List Required, NOT Allow Null prop The model used to identify the option groups and options to be presented to the user. This can be generated automatically for Enum types.
validate FieldValidator NOT Allow Null validate Performs input validation on the value supplied by the user in the form submission.
value Object Required, NOT Allow Null prop The value to read or update.
zone String NOT Allow Null literal 5.2.0 Binding the zone parameter will cause any change of Select's value to be handled as an Ajax request that updates the indicated zone. The component will trigger the event EventConstants#VALUE_CHANGED to inform its container that Select's value has changed.

Clone this wiki locally