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
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) Deprecated.HtmlItemNumber.isNotEmpty(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isNotEmpty) Deprecated.HtmlItemString.isNotEmpty(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isNotEmpty) Deprecated.HtmlItem.required(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isRequired) Sets isRequired with the conditions ofHtmlItemConditionKeyEnum,authString.HtmlItemNumber.required(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isRequired) HtmlItemString.required(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isRequired) HtmlItem.requiredOnSearch(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isRequired) Sets isRequiredOnSearch with the conditions ofHtmlItemConditionKeyEnum,authString.Constructors in jp.ecuacion.splib.web.bean with parameters of type HtmlItem.HtmlItemConditionKeyEnumModifierConstructorDescriptionHtmlItemCondition(HtmlItem.HtmlItemConditionKeyEnum conditionKey, String conditionValue, T value) Constructs a new instance.