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

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

public class HTMLMixin<T extends UIObject>
extends TextMixin<T>

Author:
Grant Slender

Constructor Summary
HTMLMixin(T uiObject)
           
 
Method Summary
 String getHTML()
           
 void setHTML(String html)
           
 
Methods inherited from class org.gwtbootstrap3.client.ui.base.mixin.TextMixin
getText, setText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLMixin

public HTMLMixin(T uiObject)
Method Detail

getHTML

public String getHTML()

setHTML

public void setHTML(String html)


Copyright © 2015. All rights reserved.