Package org.apache.empire.jsf2.controls
Interface InputControl.InputInfo
- All Superinterfaces:
InputControl.ValueInfo
- All Known Implementing Classes:
TagEncodingHelper.InputInfoImpl
- Enclosing class:
- InputControl
This interface extends the value information by information about the input control
used with the renderInput function
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) getAttributeEx(String name) booleanhasError()booleanbooleanbooleanvoidvoidMethods inherited from interface org.apache.empire.jsf2.controls.InputControl.ValueInfo
getColumn, getFormat, getLocale, getOptions, getStyleClass, getText, getTextResolver, getValue, isInsideUIData
-
Method Details
-
setValue
-
validate
-
isRequired
boolean isRequired() -
isModified
boolean isModified() -
isDisabled
boolean isDisabled() -
getDisabled
InputControl.DisabledType getDisabled() -
getInputId
String getInputId() -
hasError
boolean hasError() -
getAttribute
-
getAttributeEx
-