Uses of Enum Class
jp.ecuacion.splib.web.bean.HtmlItem.HtmlItemConditionKeyEnum
Packages that use HtmlItem.HtmlItemConditionKeyEnum
-
Uses of HtmlItem.HtmlItemConditionKeyEnum in jp.ecuacion.splib.web.bean
Subclasses with type arguments of type HtmlItem.HtmlItemConditionKeyEnum in jp.ecuacion.splib.web.beanModifier and TypeClassDescriptionstatic enumIs the condition which decides isNotEmpty or not.Methods in jp.ecuacion.splib.web.bean 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.bean with parameters of type HtmlItem.HtmlItemConditionKeyEnumModifier and TypeMethodDescriptionHtmlItem.isNotEmpty(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isNotEmpty) Sets isNotEmpty with the conditions ofHtmlItemConditionKeyEnum,authString.HtmlItemNumber.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 isRequiredOnSearch with the conditions ofHtmlItemConditionKeyEnum,authString.HtmlItemNumber.isNotEmptyOnSearch(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isNotEmpty) HtmlItemString.isNotEmptyOnSearch(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isNotEmpty) Constructors in jp.ecuacion.splib.web.bean with parameters of type HtmlItem.HtmlItemConditionKeyEnumModifierConstructorDescriptionHtmlItemCondition(HtmlItem.HtmlItemConditionKeyEnum conditionKey, String conditionValue, T value) Constructs a new instance.