Uses of Class
jp.ecuacion.splib.web.bean.HtmlItem
Packages that use HtmlItem
Package
Description
Provides records.
Provides forms.
-
Uses of HtmlItem in jp.ecuacion.splib.web.bean
Subclasses of HtmlItem 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 HtmlItemModifier and TypeMethodDescriptionHtmlItem.isNotEmpty(boolean isNotEmpty) Sets isNotEmpty.HtmlItem.isNotEmpty(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isNotEmpty) Sets isNotEmpty with the conditions ofHtmlItemConditionKeyEnum,authString.HtmlItem.itemKindIdFieldForName(String itemKindIdFieldForName) SetsitemKindIdFieldForNameand returns this for method chain. -
Uses of HtmlItem in jp.ecuacion.splib.web.form.record
Methods in jp.ecuacion.splib.web.form.record that return HtmlItemModifier and TypeMethodDescriptionHtmlItem[]ConfigRecord.getHtmlItems()HtmlItem[]LoginRecord.getHtmlItems()HtmlItem[]RecordInterface.getHtmlItems()Returns HtmlItem.default HtmlItem[]RecordInterface.mergeHtmlItems(HtmlItem[] fields1, HtmlItem[] fields2) htmlItemsについて、個別機能のlistと共通のlistをmergeさせるために使用する.Methods in jp.ecuacion.splib.web.form.record with parameters of type HtmlItemModifier and TypeMethodDescriptiondefault HtmlItem[]RecordInterface.mergeHtmlItems(HtmlItem[] fields1, HtmlItem[] fields2) htmlItemsについて、個別機能のlistと共通のlistをmergeさせるために使用する. -
Uses of HtmlItem in jp.ecuacion.splib.web.util
Methods in jp.ecuacion.splib.web.util that return HtmlItemModifier and TypeMethodDescriptionSplibRecordUtil.getHtmlItem(HtmlItem[] htmlItems, String rootRecordName, String itemPropertyPath) ReturnsHtmlItemfromHtmlItem[]andfieldId.SplibRecordUtil.getHtmlItem(SplibGeneralForm[] forms, String rootRecordId, String itemKindId) ReturnsHtmlItemfromSplibGeneralForm,rootRecordIdandfieldId.SplibRecordUtil.getHtmlItem(SplibGeneralForm form, String rootRecordName, String itemPropertyPath) ReturnsHtmlItemfromSplibGeneralForm,rootRecordIdandfieldId.Methods in jp.ecuacion.splib.web.util with parameters of type HtmlItemModifier and TypeMethodDescriptionSplibRecordUtil.getHtmlItem(HtmlItem[] htmlItems, String rootRecordName, String itemPropertyPath) ReturnsHtmlItemfromHtmlItem[]andfieldId.