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()
isFieldReadOnly
boolean isFieldReadOnly()
getInputId
String getInputId()
getStyleClass
String getStyleClass(String addlStyle)
hasError
boolean hasError()
getAttribute
Object getAttribute(String name)
getAttributeEx
Object getAttributeEx(String name)
Copyright © 2008–2014 Apache Software Foundation. All rights reserved.