com.vinay.ui.vinui.fw.controls
Class Text

java.lang.Object
  extended bycom.vinay.ui.vinui.fw.core.Control
      extended bycom.vinay.ui.vinui.fw.controls.Text

public class Text
extends Control

Simple text UI element

Author:
Vinay Nath

Field Summary
 
Fields inherited from class com.vinay.ui.vinui.fw.core.Control
bindings
 
Constructor Summary
Text()
           
 
Method Summary
 java.lang.String getText()
           
 void setText(java.lang.String text)
           
 
Methods inherited from class com.vinay.ui.vinui.fw.core.Control
addUIEventListener, bindAttribute, dispatchEvent, getId, getPage, getPageContext, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Text

public Text()
Method Detail

setText

public void setText(java.lang.String text)
Parameters:
text - The text to set.

getText

public java.lang.String getText()
Returns:
Returns the text.