Uses of Enum Class
jp.ecuacion.splib.web.item.HtmlItem.HtmlItemConditionKeyEnum
Packages that use HtmlItem.HtmlItemConditionKeyEnum
-
Uses of HtmlItem.HtmlItemConditionKeyEnum in jp.ecuacion.splib.web.item
Subclasses with type arguments of type HtmlItem.HtmlItemConditionKeyEnum in jp.ecuacion.splib.web.itemModifier and TypeClassDescriptionstatic enumIs the condition which decides isNotEmpty or not.Methods in jp.ecuacion.splib.web.item that return HtmlItem.HtmlItemConditionKeyEnumModifier and TypeMethodDescriptionHtmlItem.HtmlItemCondition.getConditionKey()Returns the enum constant of this class with the specified name.static HtmlItem.HtmlItemConditionKeyEnum[]HtmlItem.HtmlItemConditionKeyEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jp.ecuacion.splib.web.item with parameters of type HtmlItem.HtmlItemConditionKeyEnumModifier and TypeMethodDescriptionHtmlItem.isNotEmpty(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isNotEmpty) Sets isNotEmpty toisNotEmptywith the conditions ofHtmlItemConditionKeyEnum,authString.HtmlItemNumber.isNotEmpty(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isNotEmpty) HtmlItemSelect.isNotEmpty(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isNotEmpty) HtmlItemString.isNotEmpty(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isNotEmpty) HtmlItem.isNotEmptyOnSearch(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isRequired) Sets isNotEmptyOnSearch with the conditions ofHtmlItemConditionKeyEnum,authString.HtmlItemNumber.isNotEmptyOnSearch(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isNotEmpty) HtmlItemSelect.isNotEmptyOnSearch(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isNotEmpty) HtmlItemString.isNotEmptyOnSearch(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isNotEmpty) Constructors in jp.ecuacion.splib.web.item with parameters of type HtmlItem.HtmlItemConditionKeyEnumModifierConstructorDescriptionHtmlItemCondition(HtmlItem.HtmlItemConditionKeyEnum conditionKey, String conditionValue, T value) Constructs a new instance.