| java.lang.Object org.ofbiz.content.widget.html.HtmlFormRenderer
Method Summary | |
public void | appendContentUrl(StringBuffer buffer, String location) | public void | appendOfbizUrl(StringBuffer buffer, String location) | public void | appendTooltip(StringBuffer buffer, Map context, ModelFormField modelFormField) | public void | appendWhitespace(StringBuffer buffer) | public void | makeHyperlinkString(StringBuffer buffer, ModelFormField.SubHyperlink subHyperlink, Map context) | public void | makeHyperlinkString(StringBuffer buffer, String linkStyle, String targetType, String target, String description) | public void | renderCheckField(StringBuffer buffer, Map context, CheckField checkField) | public void | renderDateFindField(StringBuffer buffer, Map context, DateFindField dateFindField) | public void | renderDateTimeField(StringBuffer buffer, Map context, DateTimeField dateTimeField) | public void | renderDisplayField(StringBuffer buffer, Map context, DisplayField displayField) | public void | renderDropDownField(StringBuffer buffer, Map context, DropDownField dropDownField) | public void | renderFieldTitle(StringBuffer buffer, Map context, ModelFormField modelFormField) | public void | renderFileField(StringBuffer buffer, Map context, 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, HiddenField hiddenField) | public void | renderHiddenField(StringBuffer buffer, Map context, ModelFormField modelFormField, String value) | public void | renderHyperlinkField(StringBuffer buffer, Map context, HyperlinkField hyperlinkField) | public void | renderIgnoredField(StringBuffer buffer, Map context, IgnoredField ignoredField) | public void | renderLookupField(StringBuffer buffer, Map context, LookupField lookupField) | public void | renderNextPrev(StringBuffer buffer, Map context, ModelForm modelForm) | public void | renderRadioField(StringBuffer buffer, Map context, RadioField radioField) | public void | renderRangeFindField(StringBuffer buffer, Map context, RangeFindField rangeFindField) | public void | renderResetField(StringBuffer buffer, Map context, ResetField resetField) | public void | renderSubmitField(StringBuffer buffer, Map context, SubmitField submitField) | public void | renderTextField(StringBuffer buffer, Map context, TextField textField) | public void | renderTextFindField(StringBuffer buffer, Map context, TextFindField textFindField) | public void | renderTextareaField(StringBuffer buffer, Map context, TextareaField textareaField) |
HtmlFormRenderer | protected HtmlFormRenderer()(Code) | | |
renderCheckField | public void renderCheckField(StringBuffer buffer, Map context, CheckField checkField)(Code) | | |
renderDateFindField | public void renderDateFindField(StringBuffer buffer, Map context, DateFindField dateFindField)(Code) | | |
renderDateTimeField | public void renderDateTimeField(StringBuffer buffer, Map context, DateTimeField dateTimeField)(Code) | | |
renderDisplayField | public void renderDisplayField(StringBuffer buffer, Map context, DisplayField displayField)(Code) | | |
renderDropDownField | public void renderDropDownField(StringBuffer buffer, Map context, DropDownField dropDownField)(Code) | | |
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) | | |
renderHiddenField | public void renderHiddenField(StringBuffer buffer, Map context, HiddenField hiddenField)(Code) | | |
renderHyperlinkField | public void renderHyperlinkField(StringBuffer buffer, Map context, HyperlinkField hyperlinkField)(Code) | | |
renderIgnoredField | public void renderIgnoredField(StringBuffer buffer, Map context, IgnoredField ignoredField)(Code) | | |
renderLookupField | public void renderLookupField(StringBuffer buffer, Map context, LookupField lookupField)(Code) | | |
renderRadioField | public void renderRadioField(StringBuffer buffer, Map context, RadioField radioField)(Code) | | |
renderRangeFindField | public void renderRangeFindField(StringBuffer buffer, Map context, RangeFindField rangeFindField)(Code) | | |
renderResetField | public void renderResetField(StringBuffer buffer, Map context, ResetField resetField)(Code) | | |
renderSubmitField | public void renderSubmitField(StringBuffer buffer, Map context, SubmitField submitField)(Code) | | |
renderTextFindField | public void renderTextFindField(StringBuffer buffer, Map context, TextFindField textFindField)(Code) | | |
renderTextareaField | public void renderTextareaField(StringBuffer buffer, Map context, TextareaField textareaField)(Code) | | |
|
|