Class ModelForm.FieldGroup

java.lang.Object
org.apache.ofbiz.widget.model.ModelForm.FieldGroup
All Implemented Interfaces:
ModelForm.FieldGroupBase
Enclosing class:
ModelForm

public static class ModelForm.FieldGroup extends Object implements ModelForm.FieldGroupBase
  • Constructor Details

  • Method Details

    • collapsible

      public Boolean collapsible()
      Collapsible boolean.
      Returns:
      the boolean
    • getId

      public String getId()
      Gets id.
      Returns:
      the id
    • getStyle

      public String getStyle()
      Gets style.
      Returns:
      the style
    • getTitle

      public String getTitle()
      Gets title.
      Returns:
      the title
    • initiallyCollapsed

      public Boolean initiallyCollapsed()
      Initially collapsed boolean.
      Returns:
      the boolean
    • renderEndString

      public void renderEndString(Appendable writer, Map<String,Object> context, FormStringRenderer formStringRenderer) throws IOException
      Render end string.
      Parameters:
      writer - the writer
      context - the context
      formStringRenderer - the form string renderer
      Throws:
      IOException - the io exception
    • renderStartString

      public void renderStartString(Appendable writer, Map<String,Object> context, FormStringRenderer formStringRenderer) throws IOException
      Render start string.
      Parameters:
      writer - the writer
      context - the context
      formStringRenderer - the form string renderer
      Throws:
      IOException - the io exception
    • shouldUse

      public boolean shouldUse(Map<String,Object> context)
      Should use boolean.
      Parameters:
      context - the context
      Returns:
      the boolean