Class ModelForm.Banner

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

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

    • Banner

      public Banner(Element sortOrderElement)
  • Method Details

    • getLeftText

      public String getLeftText(Map<String,Object> context)
      Gets left text.
      Parameters:
      context - the context
      Returns:
      the left text
    • getLeftTextStyle

      public String getLeftTextStyle(Map<String,Object> context)
      Gets left text style.
      Parameters:
      context - the context
      Returns:
      the left text style
    • getRightText

      public String getRightText(Map<String,Object> context)
      Gets right text.
      Parameters:
      context - the context
      Returns:
      the right text
    • getRightTextStyle

      public String getRightTextStyle(Map<String,Object> context)
      Gets right text style.
      Parameters:
      context - the context
      Returns:
      the right text style
    • getStyle

      public String getStyle(Map<String,Object> context)
      Gets style.
      Parameters:
      context - the context
      Returns:
      the style
    • getText

      public String getText(Map<String,Object> context)
      Gets text.
      Parameters:
      context - the context
      Returns:
      the text
    • getTextStyle

      public String getTextStyle(Map<String,Object> context)
      Gets text style.
      Parameters:
      context - the context
      Returns:
      the text style
    • renderString

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