Package org.apache.ofbiz.widget.renderer
Interface FormStringRenderer
- All Known Implementing Classes:
FoFormRenderer
,MacroFormRenderer
public interface FormStringRenderer
Widget Library - Form/Grid renderer.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
renderBanner
(Appendable writer, Map<String, Object> context, ModelForm.Banner banner) void
renderCheckField
(Appendable writer, Map<String, Object> context, ModelFormField.CheckField checkField) void
renderContainerFindField
(Appendable writer, Map<String, Object> context, ModelFormField.ContainerField containerField) void
renderDateFindField
(Appendable writer, Map<String, Object> context, ModelFormField.DateFindField textField) void
renderDateTimeField
(Appendable writer, Map<String, Object> context, ModelFormField.DateTimeField dateTimeField) void
renderDisplayField
(Appendable writer, Map<String, Object> context, ModelFormField.DisplayField displayField) void
renderDropDownField
(Appendable writer, Map<String, Object> context, ModelFormField.DropDownField dropDownField) void
renderEmptyFormDataMessage
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderFieldGroupClose
(Appendable writer, Map<String, Object> context, ModelForm.FieldGroup fieldGroup) void
renderFieldGroupOpen
(Appendable writer, Map<String, Object> context, ModelForm.FieldGroup fieldGroup) void
renderFieldTitle
(Appendable writer, Map<String, Object> context, ModelFormField modelFormField) void
renderFileField
(Appendable writer, Map<String, Object> context, ModelFormField.FileField textField) void
renderFormatEmptySpace
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderFormatFieldRowClose
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderFormatFieldRowOpen
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderFormatFieldRowSpacerCell
(Appendable writer, Map<String, Object> context, ModelFormField modelFormField) void
renderFormatFieldRowTitleCellClose
(Appendable writer, Map<String, Object> context, ModelFormField modelFormField) void
renderFormatFieldRowTitleCellOpen
(Appendable writer, Map<String, Object> context, ModelFormField modelFormField) void
renderFormatFieldRowWidgetCellClose
(Appendable writer, Map<String, Object> context, ModelFormField modelFormField, int positions, int positionSpan, Integer nextPositionInRow) void
renderFormatFieldRowWidgetCellOpen
(Appendable writer, Map<String, Object> context, ModelFormField modelFormField, int positions, int positionSpan, Integer nextPositionInRow) void
renderFormatHeaderClose
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderFormatHeaderOpen
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderFormatHeaderRowCellClose
(Appendable writer, Map<String, Object> context, ModelForm modelForm, ModelFormField modelFormField) void
renderFormatHeaderRowCellOpen
(Appendable writer, Map<String, Object> context, ModelForm modelForm, ModelFormField modelFormField, int positionSpan) void
renderFormatHeaderRowClose
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderFormatHeaderRowFormCellClose
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderFormatHeaderRowFormCellOpen
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderFormatHeaderRowFormCellTitleSeparator
(Appendable writer, Map<String, Object> context, ModelForm modelForm, ModelFormField modelFormField, boolean isLast) void
renderFormatHeaderRowOpen
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderFormatItemRowCellClose
(Appendable writer, Map<String, Object> context, ModelForm modelForm, ModelFormField modelFormField) void
renderFormatItemRowCellOpen
(Appendable writer, Map<String, Object> context, ModelForm modelForm, ModelFormField modelFormField, int positionSpan) void
renderFormatItemRowClose
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderFormatItemRowFormCellClose
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderFormatItemRowFormCellOpen
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderFormatItemRowOpen
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderFormatListWrapperClose
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderFormatListWrapperOpen
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderFormatSingleWrapperClose
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderFormatSingleWrapperOpen
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderFormClose
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderFormOpen
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderHiddenField
(Appendable writer, Map<String, Object> context, ModelFormField.HiddenField hiddenField) void
renderHiddenField
(Appendable writer, Map<String, Object> context, ModelFormField modelFormField, String value) void
renderHyperlinkField
(Appendable writer, Map<String, Object> context, ModelFormField.HyperlinkField hyperlinkField) void
renderIgnoredField
(Appendable writer, Map<String, Object> context, ModelFormField.IgnoredField ignoredField) void
renderImageField
(Appendable writer, Map<String, Object> context, ModelFormField.ImageField textField) void
renderLookupField
(Appendable writer, Map<String, Object> context, ModelFormField.LookupField textField) void
renderMenuField
(Appendable writer, Map<String, Object> context, ModelFormField.MenuField menuField) void
renderMultiFormClose
(Appendable writer, Map<String, Object> context, ModelForm modelForm) void
renderPasswordField
(Appendable writer, Map<String, Object> context, ModelFormField.PasswordField textField) void
renderRadioField
(Appendable writer, Map<String, Object> context, ModelFormField.RadioField radioField) void
renderRangeFindField
(Appendable writer, Map<String, Object> context, ModelFormField.RangeFindField textField) void
renderResetField
(Appendable writer, Map<String, Object> context, ModelFormField.ResetField resetField) void
renderSingleFormFieldTitle
(Appendable writer, Map<String, Object> context, ModelFormField modelFormField) void
renderSubmitField
(Appendable writer, Map<String, Object> context, ModelFormField.SubmitField submitField) void
renderTextareaField
(Appendable writer, Map<String, Object> context, ModelFormField.TextareaField textareaField) void
renderTextField
(Appendable writer, Map<String, Object> context, ModelFormField.TextField textField) void
renderTextFindField
(Appendable writer, Map<String, Object> context, ModelFormField.TextFindField textField)
-
Method Details
-
renderDisplayField
void renderDisplayField(Appendable writer, Map<String, Object> context, ModelFormField.DisplayField displayField) throws IOException- Throws:
IOException
-
renderHyperlinkField
void renderHyperlinkField(Appendable writer, Map<String, Object> context, ModelFormField.HyperlinkField hyperlinkField) throws IOException- Throws:
IOException
-
renderMenuField
void renderMenuField(Appendable writer, Map<String, Object> context, ModelFormField.MenuField menuField) throws IOException- Throws:
IOException
-
renderTextField
void renderTextField(Appendable writer, Map<String, Object> context, ModelFormField.TextField textField) throws IOException- Throws:
IOException
-
renderTextareaField
void renderTextareaField(Appendable writer, Map<String, Object> context, ModelFormField.TextareaField textareaField) throws IOException- Throws:
IOException
-
renderDateTimeField
void renderDateTimeField(Appendable writer, Map<String, Object> context, ModelFormField.DateTimeField dateTimeField) throws IOException- Throws:
IOException
-
renderDropDownField
void renderDropDownField(Appendable writer, Map<String, Object> context, ModelFormField.DropDownField dropDownField) throws IOException- Throws:
IOException
-
renderCheckField
void renderCheckField(Appendable writer, Map<String, Object> context, ModelFormField.CheckField checkField) throws IOException- Throws:
IOException
-
renderRadioField
void renderRadioField(Appendable writer, Map<String, Object> context, ModelFormField.RadioField radioField) throws IOException- Throws:
IOException
-
renderSubmitField
void renderSubmitField(Appendable writer, Map<String, Object> context, ModelFormField.SubmitField submitField) throws IOException- Throws:
IOException
-
renderResetField
void renderResetField(Appendable writer, Map<String, Object> context, ModelFormField.ResetField resetField) throws IOException- Throws:
IOException
-
renderHiddenField
void renderHiddenField(Appendable writer, Map<String, Object> context, ModelFormField modelFormField, String value) throws IOException- Throws:
IOException
-
renderHiddenField
void renderHiddenField(Appendable writer, Map<String, Object> context, ModelFormField.HiddenField hiddenField) throws IOException- Throws:
IOException
-
renderIgnoredField
void renderIgnoredField(Appendable writer, Map<String, Object> context, ModelFormField.IgnoredField ignoredField) throws IOException- Throws:
IOException
-
renderFieldTitle
void renderFieldTitle(Appendable writer, Map<String, Object> context, ModelFormField modelFormField) throws IOException- Throws:
IOException
-
renderSingleFormFieldTitle
void renderSingleFormFieldTitle(Appendable writer, Map<String, Object> context, ModelFormField modelFormField) throws IOException- Throws:
IOException
-
renderFormOpen
void renderFormOpen(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderFormClose
void renderFormClose(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderMultiFormClose
void renderMultiFormClose(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderFormatListWrapperOpen
void renderFormatListWrapperOpen(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderFormatListWrapperClose
void renderFormatListWrapperClose(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderFormatHeaderRowOpen
void renderFormatHeaderRowOpen(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderFormatHeaderRowClose
void renderFormatHeaderRowClose(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderFormatHeaderOpen
void renderFormatHeaderOpen(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderFormatHeaderClose
void renderFormatHeaderClose(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderFormatHeaderRowCellOpen
void renderFormatHeaderRowCellOpen(Appendable writer, Map<String, Object> context, ModelForm modelForm, ModelFormField modelFormField, int positionSpan) throws IOException- Throws:
IOException
-
renderFormatHeaderRowCellClose
void renderFormatHeaderRowCellClose(Appendable writer, Map<String, Object> context, ModelForm modelForm, ModelFormField modelFormField) throws IOException- Throws:
IOException
-
renderFormatHeaderRowFormCellOpen
void renderFormatHeaderRowFormCellOpen(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderFormatHeaderRowFormCellClose
void renderFormatHeaderRowFormCellClose(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderFormatHeaderRowFormCellTitleSeparator
void renderFormatHeaderRowFormCellTitleSeparator(Appendable writer, Map<String, Object> context, ModelForm modelForm, ModelFormField modelFormField, boolean isLast) throws IOException- Throws:
IOException
-
renderFormatItemRowOpen
void renderFormatItemRowOpen(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderFormatItemRowClose
void renderFormatItemRowClose(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderFormatItemRowCellOpen
void renderFormatItemRowCellOpen(Appendable writer, Map<String, Object> context, ModelForm modelForm, ModelFormField modelFormField, int positionSpan) throws IOException- Throws:
IOException
-
renderFormatItemRowCellClose
void renderFormatItemRowCellClose(Appendable writer, Map<String, Object> context, ModelForm modelForm, ModelFormField modelFormField) throws IOException- Throws:
IOException
-
renderFormatItemRowFormCellOpen
void renderFormatItemRowFormCellOpen(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderFormatItemRowFormCellClose
void renderFormatItemRowFormCellClose(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderFormatSingleWrapperOpen
void renderFormatSingleWrapperOpen(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderFormatSingleWrapperClose
void renderFormatSingleWrapperClose(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderFormatFieldRowOpen
void renderFormatFieldRowOpen(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderFormatFieldRowClose
void renderFormatFieldRowClose(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderFormatFieldRowTitleCellOpen
void renderFormatFieldRowTitleCellOpen(Appendable writer, Map<String, Object> context, ModelFormField modelFormField) throws IOException- Throws:
IOException
-
renderFormatFieldRowTitleCellClose
void renderFormatFieldRowTitleCellClose(Appendable writer, Map<String, Object> context, ModelFormField modelFormField) throws IOException- Throws:
IOException
-
renderFormatFieldRowSpacerCell
void renderFormatFieldRowSpacerCell(Appendable writer, Map<String, Object> context, ModelFormField modelFormField) throws IOException- Throws:
IOException
-
renderFormatFieldRowWidgetCellOpen
void renderFormatFieldRowWidgetCellOpen(Appendable writer, Map<String, Object> context, ModelFormField modelFormField, int positions, int positionSpan, Integer nextPositionInRow) throws IOException- Throws:
IOException
-
renderFormatFieldRowWidgetCellClose
void renderFormatFieldRowWidgetCellClose(Appendable writer, Map<String, Object> context, ModelFormField modelFormField, int positions, int positionSpan, Integer nextPositionInRow) throws IOException- Throws:
IOException
-
renderFormatEmptySpace
void renderFormatEmptySpace(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-
renderTextFindField
void renderTextFindField(Appendable writer, Map<String, Object> context, ModelFormField.TextFindField textField) throws IOException- Throws:
IOException
-
renderDateFindField
void renderDateFindField(Appendable writer, Map<String, Object> context, ModelFormField.DateFindField textField) throws IOException- Throws:
IOException
-
renderRangeFindField
void renderRangeFindField(Appendable writer, Map<String, Object> context, ModelFormField.RangeFindField textField) throws IOException- Throws:
IOException
-
renderLookupField
void renderLookupField(Appendable writer, Map<String, Object> context, ModelFormField.LookupField textField) throws IOException- Throws:
IOException
-
renderFileField
void renderFileField(Appendable writer, Map<String, Object> context, ModelFormField.FileField textField) throws IOException- Throws:
IOException
-
renderPasswordField
void renderPasswordField(Appendable writer, Map<String, Object> context, ModelFormField.PasswordField textField) throws IOException- Throws:
IOException
-
renderImageField
void renderImageField(Appendable writer, Map<String, Object> context, ModelFormField.ImageField textField) throws IOException- Throws:
IOException
-
renderBanner
void renderBanner(Appendable writer, Map<String, Object> context, ModelForm.Banner banner) throws IOException- Throws:
IOException
-
renderContainerFindField
void renderContainerFindField(Appendable writer, Map<String, Object> context, ModelFormField.ContainerField containerField) throws IOException- Throws:
IOException
-
renderFieldGroupOpen
void renderFieldGroupOpen(Appendable writer, Map<String, Object> context, ModelForm.FieldGroup fieldGroup) throws IOException- Throws:
IOException
-
renderFieldGroupClose
void renderFieldGroupClose(Appendable writer, Map<String, Object> context, ModelForm.FieldGroup fieldGroup) throws IOException- Throws:
IOException
-
renderEmptyFormDataMessage
void renderEmptyFormDataMessage(Appendable writer, Map<String, Object> context, ModelForm modelForm) throws IOException- Throws:
IOException
-