Package org.apache.empire.jsf2.utils
Class TagEncodingHelper.InputInfoImpl
java.lang.Object
org.apache.empire.jsf2.utils.TagEncodingHelper.ValueInfoImpl
org.apache.empire.jsf2.utils.TagEncodingHelper.InputInfoImpl
- All Implemented Interfaces:
InputControl.InputInfo,InputControl.ValueInfo
- Enclosing class:
- TagEncodingHelper
protected class TagEncodingHelper.InputInfoImpl
extends TagEncodingHelper.ValueInfoImpl
implements InputControl.InputInfo
InputInfoImpl
Provides information necessary to render an input control (editable)
- Author:
- doebele
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) getAttributeEx(String name) booleanhasError()booleanbooleanbooleanvoidvoidMethods inherited from class org.apache.empire.jsf2.utils.TagEncodingHelper.ValueInfoImpl
getColumn, getFormat, getLocale, getOptions, getStyleClass, getText, getTextResolver, getValue, hasColumn, isInsideUIData, resetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.empire.jsf2.controls.InputControl.ValueInfo
getColumn, getFormat, getLocale, getOptions, getStyleClass, getText, getTextResolver, getValue, isInsideUIData
-
Constructor Details
-
InputInfoImpl
-
-
Method Details
-
setValue
- Specified by:
setValuein interfaceInputControl.InputInfo
-
validate
- Specified by:
validatein interfaceInputControl.InputInfo
-
isRequired
public boolean isRequired()- Specified by:
isRequiredin interfaceInputControl.InputInfo
-
isModified
public boolean isModified()- Specified by:
isModifiedin interfaceInputControl.InputInfo
-
isDisabled
public boolean isDisabled()- Specified by:
isDisabledin interfaceInputControl.InputInfo
-
getDisabled
- Specified by:
getDisabledin interfaceInputControl.InputInfo
-
getInputId
- Specified by:
getInputIdin interfaceInputControl.InputInfo
-
hasError
public boolean hasError()- Specified by:
hasErrorin interfaceInputControl.InputInfo
-
getAttribute
- Specified by:
getAttributein interfaceInputControl.InputInfo
-
getAttributeEx
- Specified by:
getAttributeExin interfaceInputControl.InputInfo
-