| org.ofbiz.content.widget.form.FormStringRenderer
All known Subclasses: org.ofbiz.content.widget.html.HtmlFormRenderer,
FormStringRenderer | public interface FormStringRenderer (Code) | | Widget Library - Form String Renderer interface
author: David E. Jones author: Al Byers version: $Revision: 1.2 $ since: 2.2 |
Method Summary | |
public void | renderCheckField(StringBuffer buffer, Map context, ModelFormField.CheckField checkField) | public void | renderDateFindField(StringBuffer buffer, Map context, ModelFormField.DateFindField textField) | public void | renderDateTimeField(StringBuffer buffer, Map context, ModelFormField.DateTimeField dateTimeField) | public void | renderDisplayField(StringBuffer buffer, Map context, ModelFormField.DisplayField displayField) | public void | renderDropDownField(StringBuffer buffer, Map context, ModelFormField.DropDownField dropDownField) | public void | renderFieldTitle(StringBuffer buffer, Map context, ModelFormField modelFormField) | public void | renderFileField(StringBuffer buffer, Map context, ModelFormField.FileField textField) | public void | renderFormClose(StringBuffer buffer, Map context, ModelForm modelForm) | public void | renderFormOpen(StringBuffer buffer, Map context, ModelForm modelForm) | public void | renderFormatEmptySpace(StringBuffer buffer, Map context, ModelForm modelForm) | public void | renderFormatFieldRowClose(StringBuffer buffer, Map context, ModelForm modelForm) | public void | renderFormatFieldRowOpen(StringBuffer buffer, Map context, ModelForm modelForm) | public void | renderFormatFieldRowSpacerCell(StringBuffer buffer, Map context, ModelFormField modelFormField) | public void | renderFormatFieldRowTitleCellClose(StringBuffer buffer, Map context, ModelFormField modelFormField) | public void | renderFormatFieldRowTitleCellOpen(StringBuffer buffer, Map context, ModelFormField modelFormField) | public void | renderFormatFieldRowWidgetCellClose(StringBuffer buffer, Map context, ModelFormField modelFormField, int positions, int positionSpan, Integer nextPositionInRow) | public void | renderFormatFieldRowWidgetCellOpen(StringBuffer buffer, Map context, ModelFormField modelFormField, int positions, int positionSpan, Integer nextPositionInRow) | public void | renderFormatHeaderRowCellClose(StringBuffer buffer, Map context, ModelForm modelForm, ModelFormField modelFormField) | public void | renderFormatHeaderRowCellOpen(StringBuffer buffer, Map context, ModelForm modelForm, ModelFormField modelFormField) | public void | renderFormatHeaderRowClose(StringBuffer buffer, Map context, ModelForm modelForm) | public void | renderFormatHeaderRowFormCellClose(StringBuffer buffer, Map context, ModelForm modelForm) | public void | renderFormatHeaderRowFormCellOpen(StringBuffer buffer, Map context, ModelForm modelForm) | public void | renderFormatHeaderRowFormCellTitleSeparator(StringBuffer buffer, Map context, ModelForm modelForm, ModelFormField modelFormField, boolean isLast) | public void | renderFormatHeaderRowOpen(StringBuffer buffer, Map context, ModelForm modelForm) | public void | renderFormatItemRowCellClose(StringBuffer buffer, Map context, ModelForm modelForm, ModelFormField modelFormField) | public void | renderFormatItemRowCellOpen(StringBuffer buffer, Map context, ModelForm modelForm, ModelFormField modelFormField) | public void | renderFormatItemRowClose(StringBuffer buffer, Map context, ModelForm modelForm) | public void | renderFormatItemRowFormCellClose(StringBuffer buffer, Map context, ModelForm modelForm) | public void | renderFormatItemRowFormCellOpen(StringBuffer buffer, Map context, ModelForm modelForm) | public void | renderFormatItemRowOpen(StringBuffer buffer, Map context, ModelForm modelForm) | public void | renderFormatListWrapperClose(StringBuffer buffer, Map context, ModelForm modelForm) | public void | renderFormatListWrapperOpen(StringBuffer buffer, Map context, ModelForm modelForm) | public void | renderFormatSingleWrapperClose(StringBuffer buffer, Map context, ModelForm modelForm) | public void | renderFormatSingleWrapperOpen(StringBuffer buffer, Map context, ModelForm modelForm) | public void | renderHiddenField(StringBuffer buffer, Map context, ModelFormField modelFormField, String value) | public void | renderHiddenField(StringBuffer buffer, Map context, ModelFormField.HiddenField hiddenField) | public void | renderHyperlinkField(StringBuffer buffer, Map context, ModelFormField.HyperlinkField hyperlinkField) | public void | renderIgnoredField(StringBuffer buffer, Map context, ModelFormField.IgnoredField ignoredField) | public void | renderLookupField(StringBuffer buffer, Map context, ModelFormField.LookupField textField) | public void | renderRadioField(StringBuffer buffer, Map context, ModelFormField.RadioField radioField) | public void | renderRangeFindField(StringBuffer buffer, Map context, ModelFormField.RangeFindField textField) | public void | renderResetField(StringBuffer buffer, Map context, ModelFormField.ResetField resetField) | public void | renderSubmitField(StringBuffer buffer, Map context, ModelFormField.SubmitField submitField) | public void | renderTextField(StringBuffer buffer, Map context, ModelFormField.TextField textField) | public void | renderTextFindField(StringBuffer buffer, Map context, ModelFormField.TextFindField textField) | public void | renderTextareaField(StringBuffer buffer, Map context, ModelFormField.TextareaField textareaField) |
renderFormatFieldRowWidgetCellClose | public void renderFormatFieldRowWidgetCellClose(StringBuffer buffer, Map context, ModelFormField modelFormField, int positions, int positionSpan, Integer nextPositionInRow)(Code) | | |
renderFormatFieldRowWidgetCellOpen | public void renderFormatFieldRowWidgetCellOpen(StringBuffer buffer, Map context, ModelFormField modelFormField, int positions, int positionSpan, Integer nextPositionInRow)(Code) | | |
|
|