javax.faces.component
public class UISelectMany extends UIInput
Version: $Revision: 280406 $ $Date: 2005-09-12 22:08:06 +0200 (Mon, 12 Sep 2005) $
Field Summary | |
---|---|
static String | COMPONENT_FAMILY |
static String | COMPONENT_TYPE |
static String | INVALID_MESSAGE_ID |
Constructor Summary | |
---|---|
UISelectMany() |
Method Summary | |
---|---|
protected boolean | compareValues(Object previous, Object value) |
protected Object | getConvertedValue(FacesContext context, Object submittedValue) |
String | getFamily() |
Object[] | getSelectedValues() |
ValueBinding | getValueBinding(String name) |
void | setSelectedValues(Object[] selectedValues) |
void | setValueBinding(String name, ValueBinding binding) |
void | validate(FacesContext context)
First part is identical to super.validate except the empty condition.
|
protected void | validateValue(FacesContext context, Object convertedValue) |
Returns: true if Objects are different (!)