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 field.classIs used for string field.Methods in jp.ecuacion.splib.web.item that return HtmlItemModifier and TypeMethodDescriptiondefault HtmlItemSplibWebItemContainer.getHtmlItem(String itemPropertyPath) ReturnsHtmlItemfromHtmlItem[]andfieldId.HtmlItem[]SplibWebItemContainer.getHtmlItems()Returns HtmlItem.default HtmlItem[]SplibWebItemContainer.getItems()Returns HtmlItem.default HtmlItemSplibWebItemContainer.getNewItem(String itemPropertyPath) Returns a new instance.HtmlItem.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 isNotEmptyOnSearch with the conditions ofHtmlItemConditionKeyEnum,authString.HtmlItem.itemNameKey(String itemNameKey) Sets itemNameKey and returns self for method chain.default HtmlItem[]SplibWebItemContainer.mergeHtmlItems(HtmlItem[] fields1, HtmlItem[] fields2) 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[]SplibWebItemContainer.mergeHtmlItems(HtmlItem[] fields1, HtmlItem[] fields2) 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()