public class TextAreaInputControl extends InputControl
InputControl.ControlInfo, InputControl.FieldValueError, InputControl.ValueInfoCURRENCY_CODE_ATTRIBUTE, FILE_DATA_COLUMN_ATTRIBUTE, log, MAXVALUE_ATTRIBUTE, MINVALUE_ATTRIBUTE, NO_VALUE, NULL_VALUE, NUMBER_FORMAT_ATTRIBUTE, NUMBER_FRACTION_DIGITS, NUMBER_GROUPSEP_ATTRIBUTE| Constructor and Description |
|---|
TextAreaInputControl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
internalRenderText(HtmlWriter writer,
InputControl.ValueInfo vi)
this method renders a record value read only
it is internally called by renderText
|
protected Object |
parseValue(String value,
Locale locale,
Column column)
this function may be overridden to parse and convert the input value
to the data type of the supplied column
|
void |
renderInput(HtmlWriter writer,
InputControl.ControlInfo ci)
this method renders a record value for input
|
void |
renderText(HtmlWriter writer,
InputControl.ValueInfo vi)
this method renders a record value read only
this can be either in a read only form or a table
|
error, error, formatValue, formatValue, getFieldValue, getFormatOption, hasFormatOption, printText, useLabelId, validateprotected Object parseValue(String value, Locale locale, Column column)
InputControlparseValue in class InputControlvalue - the value string from the requestlocale - the user localecolumn - the column for which the value is suppliedpublic void renderText(HtmlWriter writer, InputControl.ValueInfo vi)
InputControlrenderText in class InputControlwriter - the HtmlWriter for html write-outvi - Object holding the value and meta-information about the valueprotected void internalRenderText(HtmlWriter writer, InputControl.ValueInfo vi)
InputControlinternalRenderText in class InputControlwriter - the HtmlWriter for html write-outvi - Object holding the value and meta-information about the valuepublic void renderInput(HtmlWriter writer, InputControl.ControlInfo ci)
InputControlrenderInput in class InputControlwriter - the HtmlWriter for html write-outci - Object holding the value and meta-information about the value and the controlCopyright © 2008–2022 Apache Software Foundation. All rights reserved.