Uses of Class
jp.ecuacion.splib.web.bean.HtmlItem
Packages that use HtmlItem
-
Uses of HtmlItem in jp.ecuacion.splib.web.bean
Subclasses of HtmlItem in jp.ecuacion.splib.web.beanMethods in jp.ecuacion.splib.web.bean that return HtmlItemModifier and TypeMethodDescriptionHtmlItem.isNotEmpty(boolean isNotEmpty) HtmlItem.isNotEmpty(HtmlItem.AuthKindEnum authKind, String authString, boolean isNotEmpty) 複数登録する場合は、登録順序に意味がある。HtmlItem.labelItemName(String labelItemName) -
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 itemName) HtmlItem[]ConfigRecord.getHtmlItems()HtmlItem[]LoginRecord.getHtmlItems()HtmlItem[]RecordInterface.getHtmlItems()HtmlItem[]SearchRecordInterface.getHtmlItems()default HtmlItem[]RecordInterface.mergeHtmlItems(HtmlItem[] items1, HtmlItem[] items2) htmlItemsについて、個別機能のlistと共通のlistをmergeさせるために使用する。Methods in jp.ecuacion.splib.web.form.record with parameters of type HtmlItemModifier and TypeMethodDescriptiondefault HtmlItem[]RecordInterface.mergeHtmlItems(HtmlItem[] items1, HtmlItem[] items2) htmlItemsについて、個別機能のlistと共通のlistをmergeさせるために使用する。