| Package | Description |
|---|---|
| org.itsnat.comp.text |
Contains interfaces of the text based components.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ItsNatHTMLInputTextFormatted
Is the interface of
ItsNatFormattedTextField components
using HTML input text elements as user interface. |
| Modifier and Type | Method and Description |
|---|---|
ItsNatFormattedTextField.ItsNatFormatter |
ItsNatFormattedTextField.ItsNatFormatterFactory.getItsNatFormatter(ItsNatFormattedTextField comp)
Returns an appropiated formatter to the specified formatted text field.
|
Object |
ItsNatFormattedTextField.ItsNatFormatter.stringToValue(String text,
ItsNatFormattedTextField comp)
Converts the specified
String to an Object using some kind of conversion rules. |
String |
ItsNatFormattedTextField.ItsNatFormatter.valueToString(Object value,
ItsNatFormattedTextField comp)
Converts the specified
Object to String using some kind of conversion rules. |
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.