Class UiHtmlTemplate

java.lang.Object
org.teamapps.dto.UiHtmlTemplate
All Implemented Interfaces:
UiObject, UiTemplate

public class UiHtmlTemplate
extends java.lang.Object
implements UiTemplate, UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String html  
  • Constructor Summary

    Constructors 
    Constructor Description
    UiHtmlTemplate()
    Deprecated.
    Only for Jackson deserialization.
    UiHtmlTemplate​(java.lang.String html)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getHtml()  
    UiObjectType getUiObjectType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • html

      protected java.lang.String html
  • Constructor Details

    • UiHtmlTemplate

      @Deprecated public UiHtmlTemplate()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • UiHtmlTemplate

      public UiHtmlTemplate​(java.lang.String html)
  • Method Details