All Implemented Interfaces:
Component, DataComponent, Field, HtmlField, Cloneable

public class HtmlFieldImpl extends FieldImpl implements HtmlField
  • Constructor Details

    • HtmlFieldImpl

      public HtmlFieldImpl()
  • Method Details

    • getHtmlconfig

      @Nullable public @Nullable String getHtmlconfig()
      Specified by:
      getHtmlconfig in interface HtmlField
    • setHtmlconfig

      public void setHtmlconfig(@Nullable @Nullable String htmlconfig)
    • getHeight

      @Nullable public @Nullable Integer getHeight()
      Specified by:
      getHeight in interface HtmlField
    • setHeight

      public void setHeight(@Nullable @Nullable Integer height)
    • getMinHeight

      @Nullable public @Nullable Integer getMinHeight()
      Specified by:
      getMinHeight in interface HtmlField
    • setMinHeight

      public void setMinHeight(@Nullable @Nullable Integer minHeight)
    • getMaxHeight

      @Nullable public @Nullable Integer getMaxHeight()
      Specified by:
      getMaxHeight in interface HtmlField
    • setMaxHeight

      public void setMaxHeight(@Nullable @Nullable Integer maxHeight)