org.gwtbootstrap3.client.ui.base.mixin
Class TextMixin<T extends UIObject>

java.lang.Object
  extended by org.gwtbootstrap3.client.ui.base.mixin.TextMixin<T>
Direct Known Subclasses:
HTMLMixin

public class TextMixin<T extends UIObject>
extends Object

Author:
Grant Slender

Constructor Summary
TextMixin(T uiObject)
           
 
Method Summary
 String getText()
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextMixin

public TextMixin(T uiObject)
Method Detail

getText

public String getText()

setText

public void setText(String text)


Copyright © 2015. All rights reserved.