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.
|
java.lang.Object |
ItsNatFormattedTextField.ItsNatFormatter.stringToValue(java.lang.String text,
ItsNatFormattedTextField comp)
Converts the specified
String to an Object using some kind of conversion rules. |
java.lang.String |
ItsNatFormattedTextField.ItsNatFormatter.valueToString(java.lang.Object value,
ItsNatFormattedTextField comp)
Converts the specified
Object to String using some kind of conversion rules. |
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.