Is the interface of text based components which text is rendered
as a single line using an HTML input element with type "hidden".
ItsNat provides a default implementation of this interface.
An HTML input hidden element can not be edited by the user, but the
value may be set in any time calling
ItsNatHTMLInputHidden.setText(String) or writing to the data model.
author: Jose Maria Arranz Santamaria See Also: ItsNatHTMLComponentManager.createItsNatHTMLInputHidden(org.w3c.dom.html.HTMLInputElementorg.itsnat.core.NameValue[]) |