Class UiHtmlTemplate

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

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

    • html

      protected String html
  • Constructor Details

    • UiHtmlTemplate

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

      public UiHtmlTemplate(String html)
  • Method Details