flash.display
Class TextField

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by flash.display.TextField

public class TextField
extends com.google.gwt.core.client.JavaScriptObject


Constructor Summary
protected TextField()
           
 
Method Summary
static TextField create()
           
 String getText()
           
 int getTextColor()
           
 void setText(String text)
           
 void setTextColor(int textColor)
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextField

protected TextField()
Method Detail

create

public static TextField create()

getText

public final String getText()

setText

public final void setText(String text)

getTextColor

public final int getTextColor()

setTextColor

public final void setTextColor(int textColor)


Copyright © 2012. All Rights Reserved.