Class RawHTML

java.lang.Object
com.kingsrook.qqq.backend.core.model.dashboard.widgets.QWidgetData
com.kingsrook.qqq.backend.core.model.dashboard.widgets.RawHTML
All Implemented Interfaces:
Serializable

public class RawHTML extends QWidgetData
Model containing datastructure expected by frontend bar raw html widget
See Also:
  • Constructor Details

    • RawHTML

      public RawHTML()
    • RawHTML

      public RawHTML(String title, String html)
  • Method Details

    • getType

      public String getType()
      Getter for type
      Specified by:
      getType in class QWidgetData
    • getTitle

      public String getTitle()
      Getter for title
    • setTitle

      public void setTitle(String title)
      Setter for title
    • withTitle

      public RawHTML withTitle(String title)
      Fluent setter for title
    • getHtml

      public String getHtml()
      Getter for html
    • setHtml

      public void setHtml(String html)
      Setter for html
    • withHtml

      public RawHTML withHtml(String html)
      Fluent setter for html