org.apache.empire.jsf2.controls
Interface InputControl.InputInfo
- All Superinterfaces:
- InputControl.ValueInfo
- Enclosing class:
- InputControl
public static interface InputControl.InputInfo
- extends InputControl.ValueInfo
This interface extends the value information by information about the input control
used with the renderInput function
setValue
void setValue(Object value)
validate
void validate(Object value)
isRequired
boolean isRequired()
isDisabled
boolean isDisabled()
getInputId
String getInputId()
getTabindex
String getTabindex()
getStyleClass
String getStyleClass(String addlStyle)
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.