Uses of Class
jp.ecuacion.splib.web.bean.HtmlItem
Packages that use HtmlItem
Package
Description
Provides beans.
Provides records.
-
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.isNotEmptyOnSearch(boolean isRequired) Sets required.HtmlItem.isNotEmptyOnSearch(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isRequired) Sets isRequiredOnSearch with the conditions ofHtmlItemConditionKeyEnum,authString.HtmlItem.itemNameKey(String itemNameKey) SetsitemNameKeyand returns this for method chain.HtmlItem.notEmpty()Sets isNotEmpty == true, which means you want the item to be not empty.HtmlItem.notEmptyOnSearch()Sets required.HtmlItem.required()Deprecated.HtmlItem.required(boolean isRequired) Deprecated.HtmlItem.required(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isRequired) Deprecated.HtmlItem.requiredOnSearch(boolean isRequired) Deprecated.HtmlItem.requiredOnSearch(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isRequired) Deprecated. -
Uses of HtmlItem in jp.ecuacion.splib.web.form.record
Methods in jp.ecuacion.splib.web.form.record that return HtmlItemModifier and TypeMethodDescriptiondefault HtmlItemRecordInterface.getHtmlItem(String rootRecordName, String itemPropertyPath) ReturnsHtmlItemfromHtmlItem[]andfieldId.HtmlItem[]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させるために使用する.