Uses of Class
de.knightsoftnet.mtwidgets.client.ui.widget.TextBox
-
Packages that use TextBox Package Description de.knightsoftnet.mtwidgets.client.ui.widget this package contains own widgets. -
-
Uses of TextBox in de.knightsoftnet.mtwidgets.client.ui.widget
Subclasses of TextBox in de.knightsoftnet.mtwidgets.client.ui.widget Modifier and Type Class Description classAbstractFormatingTextBoxclassIbanTextBoxinput text box for iban.classIsbn10TextBoxtext box for isbn input, supported are isbn10 numbers.classIsbn13TextBoxtext box for isbn input, supported are isbn13 numbers.classIsbnTextBoxtext box for isbn input, supported are isbn10 and isbn13 numbers.classPostalCodeTextBoxclassRegExCheckedTextBoxtext box for RegEx checked input.classTaxNumberTextBoxclassTextBoxWithFormatingtext box helper input field with formating support.classTinTextBoxclassVatIdTextBoxMethods in de.knightsoftnet.mtwidgets.client.ui.widget that return TextBox Modifier and Type Method Description static TextBoxTextBox. wrap(com.google.gwt.dom.client.Element element)Creates a TextBox widget that wraps an existing <input type='text'> element.
-