public interface ItsNatTextFieldUI extends ItsNatTextComponentUI
Current implementation of this interface only applies to <input type="text">
based components. The text is saved in the value
attribute/property.
ItsNatTextField.getItsNatTextFieldUI()
Modifier and Type | Method and Description |
---|---|
int |
getColumns()
Returns the max number of visible columns of the field.
|
ItsNatTextField |
getItsNatTextField()
Returns the associated component object.
|
void |
setColumns(int cols)
Sets the max number of visible columns of the field.
|
getItsNatTextComponent, getText, isEditable, setEditable
getItsNatElementComponent
getItsNatComponent
ItsNatTextField getItsNatTextField()
int getColumns()
setColumns(int)
void setColumns(int cols)
cols
- the max number of visible columns.getColumns()
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.