protected class TagEncodingHelper.InputInfoImpl extends TagEncodingHelper.ValueInfoImpl implements InputControl.InputInfo
Constructor and Description |
---|
InputInfoImpl(Column column,
TextResolver resolver) |
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String name) |
Object |
getAttributeEx(String name) |
InputControl.DisabledType |
getDisabled() |
String |
getInputId() |
boolean |
hasError() |
boolean |
isDisabled() |
boolean |
isModified() |
boolean |
isRequired() |
void |
setValue(Object value) |
void |
validate(Object value) |
getColumn, getFormat, getLocale, getOptions, getStyleClass, getText, getTextResolver, getValue, hasColumn, isInsideUIData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumn, getFormat, getLocale, getOptions, getStyleClass, getText, getTextResolver, getValue, isInsideUIData
public InputInfoImpl(Column column, TextResolver resolver)
public void setValue(Object value)
setValue
in interface InputControl.InputInfo
public void validate(Object value)
validate
in interface InputControl.InputInfo
public boolean isRequired()
isRequired
in interface InputControl.InputInfo
public boolean isModified()
isModified
in interface InputControl.InputInfo
public boolean isDisabled()
isDisabled
in interface InputControl.InputInfo
public InputControl.DisabledType getDisabled()
getDisabled
in interface InputControl.InputInfo
public String getInputId()
getInputId
in interface InputControl.InputInfo
public boolean hasError()
hasError
in interface InputControl.InputInfo
public Object getAttribute(String name)
getAttribute
in interface InputControl.InputInfo
public Object getAttributeEx(String name)
getAttributeEx
in interface InputControl.InputInfo
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.