Class FormLayerDTO

java.lang.Object
org.silverpeas.mobile.shared.dto.formsonline.FormLayerDTO
All Implemented Interfaces:
Serializable

public class FormLayerDTO extends Object implements Serializable
See Also:
  • Constructor Details

    • FormLayerDTO

      public FormLayerDTO()
  • Method Details

    • getHtml

      public String getHtml()
    • setHtml

      public void setHtml(String html)
    • getScripts

      public List<String> getScripts()
    • setScripts

      public void setScripts(List<String> scripts)
    • fromJSON

      public static FormLayerDTO fromJSON(jsinterop.base.JsPropertyMap<Object> json)