Class ModelFormField.InPlaceEditor

java.lang.Object
org.apache.ofbiz.widget.model.ModelFormField.InPlaceEditor
Enclosing class:
ModelFormField

public static class ModelFormField.InPlaceEditor extends Object
Models the <in-place-editor> element.
See Also:
  • widget-form.xsd
  • Constructor Details

    • InPlaceEditor

      public InPlaceEditor(Element element)
  • Method Details

    • getCancelControl

      public String getCancelControl()
      Gets cancel control.
      Returns:
      the cancel control
    • getCancelText

      public String getCancelText()
      Gets cancel text.
      Returns:
      the cancel text
    • getClickToEditText

      public String getClickToEditText()
      Gets click to edit text.
      Returns:
      the click to edit text
    • getCols

      public String getCols()
      Gets cols.
      Returns:
      the cols
    • getFieldMap

      public Map<FlexibleMapAccessor<Object>,Object> getFieldMap()
      Gets field map.
      Returns:
      the field map
    • getFieldMap

      public Map<String,Object> getFieldMap(Map<String,Object> context)
      Gets field map.
      Parameters:
      context - the context
      Returns:
      the field map
    • getFieldPostCreation

      public String getFieldPostCreation()
      Gets field post creation.
      Returns:
      the field post creation
    • getFormClassName

      public String getFormClassName()
      Gets form class name.
      Returns:
      the form class name
    • getHighlightColor

      public String getHighlightColor()
      Gets highlight color.
      Returns:
      the highlight color
    • getHighlightEndColor

      public String getHighlightEndColor()
      Gets highlight end color.
      Returns:
      the highlight end color
    • getHoverClassName

      public String getHoverClassName()
      Gets hover class name.
      Returns:
      the hover class name
    • getHtmlResponse

      public String getHtmlResponse()
      Gets html response.
      Returns:
      the html response
    • getLoadingClassName

      public String getLoadingClassName()
      Gets loading class name.
      Returns:
      the loading class name
    • getLoadingText

      public String getLoadingText()
      Gets loading text.
      Returns:
      the loading text
    • getOkControl

      public String getOkControl()
      Gets ok control.
      Returns:
      the ok control
    • getOkText

      public String getOkText()
      Gets ok text.
      Returns:
      the ok text
    • getParamName

      public String getParamName()
      Gets param name.
      Returns:
      the param name
    • getRows

      public String getRows()
      Gets rows.
      Returns:
      the rows
    • getSavingClassName

      public String getSavingClassName()
      Gets saving class name.
      Returns:
      the saving class name
    • getSavingText

      public String getSavingText()
      Gets saving text.
      Returns:
      the saving text
    • getSubmitOnBlur

      public String getSubmitOnBlur()
      Gets submit on blur.
      Returns:
      the submit on blur
    • getTextAfterControls

      public String getTextAfterControls()
      Gets text after controls.
      Returns:
      the text after controls
    • getTextBeforeControls

      public String getTextBeforeControls()
      Gets text before controls.
      Returns:
      the text before controls
    • getTextBetweenControls

      public String getTextBetweenControls()
      Gets text between controls.
      Returns:
      the text between controls
    • getUpdateAfterRequestCall

      public String getUpdateAfterRequestCall()
      Gets update after request call.
      Returns:
      the update after request call
    • getUrl

      public FlexibleStringExpander getUrl()
      Gets url.
      Returns:
      the url
    • getUrl

      public String getUrl(Map<String,Object> context)
      Gets url.
      Parameters:
      context - the context
      Returns:
      the url