Class HtmlFieldBean


public class HtmlFieldBean extends FieldBean
  • Constructor Details

    • HtmlFieldBean

      public HtmlFieldBean()
  • Method Details

    • getHtmlconfig

      @Nullable public @Nullable String getHtmlconfig()
    • setHtmlconfig

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

      @Nullable public @Nullable Integer getHeight()
    • setHeight

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

      @Nullable public @Nullable Integer getMinHeight()
    • setMinHeight

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

      @Nullable public @Nullable Integer getMaxHeight()
    • setMaxHeight

      public void setMaxHeight(@Nullable @Nullable Integer maxHeight)
    • isUseAutogrow

      public boolean isUseAutogrow()
    • setUseAutogrow

      public void setUseAutogrow(boolean useAutogrow)