Class TextBoxFactory
- java.lang.Object
-
- org.kie.workbench.common.widgets.client.widget.TextBoxFactory
-
public class TextBoxFactory extends Object
A Factory for Text Boxes relevant to the specified data-type
-
-
Constructor Summary
Constructors Constructor Description TextBoxFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.gwtbootstrap3.client.ui.TextBoxgetTextBox(String dataType)Get a TextBox relevant to the specified data-type
-
-
-
Method Detail
-
getTextBox
public static org.gwtbootstrap3.client.ui.TextBox getTextBox(String dataType)
Get a TextBox relevant to the specified data-type- Parameters:
dataType-- Returns:
-
-