T - is the type of value the inputElement holds.@Veto public class InputElement<T> extends Object implements Serializable
<s:validateForm /> in Validators that should have their values fetched from
a JSF form field.
Example of injection:| Constructor and Description |
|---|
InputElement(String id,
String clientId,
javax.faces.component.UIInput component) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
javax.faces.component.UIInput |
getComponent() |
String |
getId() |
T |
getValue() |
void |
setValue(Object value) |
Copyright © 2009-2013 Seam Framework. All Rights Reserved.