Uses of Class
jp.ecuacion.splib.web.bean.HtmlField
Packages that use HtmlField
Package
Description
Provides records.
Provides forms.
-
Uses of HtmlField in jp.ecuacion.splib.web.bean
Subclasses of HtmlField in jp.ecuacion.splib.web.beanModifier and TypeClassDescriptionclassIs used for number field.classIs used for string field.Methods in jp.ecuacion.splib.web.bean that return HtmlFieldModifier and TypeMethodDescriptionHtmlField.displayNameId(String displayNameId) SetsdisplayNameIdand returns this for method chain.HtmlField.isNotEmpty(boolean isNotEmpty) Sets isNotEmpty.HtmlField.isNotEmpty(HtmlField.HtmlFieldConditionKeyEnum authKind, String authString, boolean isNotEmpty) Sets isNotEmpty with the conditions ofHtmlFieldConditionKeyEnum,authString. -
Uses of HtmlField in jp.ecuacion.splib.web.form.record
Methods in jp.ecuacion.splib.web.form.record that return HtmlFieldModifier and TypeMethodDescriptiondefault HtmlFieldRecordInterface.getHtmlField(String fieldId) Returns htmlField in respond to the specified fieldId.ConfigRecord.getHtmlFields()LoginRecord.getHtmlFields()RecordInterface.getHtmlFields()Returns htmlFields.default HtmlField[]RecordInterface.mergeHtmlFields(HtmlField[] fields1, HtmlField[] fields2) htmlItemsについて、個別機能のlistと共通のlistをmergeさせるために使用する.Methods in jp.ecuacion.splib.web.form.record with parameters of type HtmlFieldModifier and TypeMethodDescriptiondefault HtmlField[]RecordInterface.mergeHtmlFields(HtmlField[] fields1, HtmlField[] fields2) htmlItemsについて、個別機能のlistと共通のlistをmergeさせるために使用する. -
Uses of HtmlField in jp.ecuacion.splib.web.util
Methods in jp.ecuacion.splib.web.util that return HtmlFieldModifier and TypeMethodDescriptionSplibRecordUtil.getHtmlField(HtmlField[] htmlFields, String fieldId) ReturnsHtmlFieldfromHtmlField[]andfieldId.SplibRecordUtil.getHtmlField(SplibGeneralForm[] forms, String rootRecordId, String itemId) ReturnsHtmlFieldfromSplibGeneralForm,rootRecordIdandfieldId.SplibRecordUtil.getHtmlField(SplibGeneralForm form, String rootRecordId, String itemId) ReturnsHtmlFieldfromSplibGeneralForm,rootRecordIdandfieldId.Methods in jp.ecuacion.splib.web.util with parameters of type HtmlFieldModifier and TypeMethodDescriptionSplibRecordUtil.getHtmlField(HtmlField[] htmlFields, String fieldId) ReturnsHtmlFieldfromHtmlField[]andfieldId.