Uses of Class
jp.ecuacion.splib.web.item.HtmlItem
Packages that use HtmlItem
Package
Description
Provides Items and ItemContainers.
Provides records.
-
Uses of HtmlItem in jp.ecuacion.splib.web.item
Subclasses of HtmlItem in jp.ecuacion.splib.web.itemModifier and TypeClassDescriptionclassIs used for number item.classIs used for number item.classIs used for string item.Methods in jp.ecuacion.splib.web.item that return HtmlItemModifier and TypeMethodDescriptiondefault HtmlItemHtmlItemContainer.getHtmlItem(String itemPropertyPath) ReturnsHtmlItemfromHtmlItem[]andfieldId.HtmlItem[]HtmlItemContainer.getHtmlItems()Returns HtmlItem.default HtmlItem[]HtmlItemContainer.getItems()Returns HtmlItem.default HtmlItemHtmlItemContainer.getNewItem(String itemPropertyPath) Returns a new instance.HtmlItem.hideValue()HtmlItem.isNotEmpty(boolean isNotEmpty) Sets isNotEmpty toisNotEmpty.HtmlItem.isNotEmpty(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isNotEmpty) Sets isNotEmpty toisNotEmptywith the conditions ofHtmlItemConditionKeyEnum,authString.HtmlItem.isNotEmptyOnSearch(boolean isRequired) Sets required.HtmlItem.isNotEmptyOnSearch(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isRequired) Sets isNotEmptyOnSearch with the conditions ofHtmlItemConditionKeyEnum,authString.HtmlItem.itemNameKey(String itemNameKey) default HtmlItem[]HtmlItemContainer.mergeHtmlItems(HtmlItem[] items1, HtmlItem[] items2) Merge htmlItems.HtmlItem.notEmpty()Sets isNotEmpty == true, which means you want the item to be not empty.HtmlItem.notEmptyOnSearch()Sets required.Methods in jp.ecuacion.splib.web.item with parameters of type HtmlItemModifier and TypeMethodDescriptiondefault HtmlItem[]HtmlItemContainer.mergeHtmlItems(HtmlItem[] items1, HtmlItem[] items2) Merge htmlItems. -
Uses of HtmlItem in jp.ecuacion.splib.web.record
Methods in jp.ecuacion.splib.web.record that return HtmlItemModifier and TypeMethodDescriptionHtmlItem[]ConfigRecord.getHtmlItems()HtmlItem[]LoginRecord.getHtmlItems()