org.drools.guvnor.client.common
Class TextBoxFactory

java.lang.Object
  extended by org.drools.guvnor.client.common.TextBoxFactory

public class TextBoxFactory
extends Object

A Factory for Text Boxes relevant to the specified data-type


Constructor Summary
TextBoxFactory()
           
 
Method Summary
static com.google.gwt.user.client.ui.TextBox getTextBox(String dataType)
          Get a TextBox relevant to the specified data-type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextBoxFactory

public TextBoxFactory()
Method Detail

getTextBox

public static com.google.gwt.user.client.ui.TextBox getTextBox(String dataType)
Get a TextBox relevant to the specified data-type

Parameters:
dataType -
Returns:


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.