Class HtmlItemString

java.lang.Object
jp.ecuacion.splib.web.bean.HtmlItem
jp.ecuacion.splib.web.bean.HtmlItemString

public class HtmlItemString extends HtmlItem
Is used for string field.
  • Field Details

  • Constructor Details

    • HtmlItemString

      public HtmlItemString(String propertyPath)
      Constructs a new instance.
      Parameters:
      propertyPath - propertyPath
      See Also:
  • Method Details

    • itemKindIdFieldForName

      public HtmlItemString itemKindIdFieldForName(String itemKindIdFieldForName)
      Description copied from class: HtmlItem
      Sets itemKindIdFieldForName and returns this for method chain.
      Overrides:
      itemKindIdFieldForName in class HtmlItem
      Parameters:
      itemKindIdFieldForName - itemKindIdFieldForName
      Returns:
      HtmlItem
    • isNotEmpty

      public HtmlItemString isNotEmpty(boolean isNotEmpty)
      Description copied from class: HtmlItem
      Sets isNotEmpty.

      Set true when you want to the item is required.

      Overrides:
      isNotEmpty in class HtmlItem
      Parameters:
      isNotEmpty - isNotEmpty
      Returns:
      HtmlItem
    • isNotEmpty

      public HtmlItemString isNotEmpty(HtmlItem.HtmlItemConditionKeyEnum authKind, String authString, boolean isNotEmpty)
      Description copied from class: HtmlItem
      Sets isNotEmpty with the conditions of HtmlItemConditionKeyEnum, authString.

      When you set multiple conditions to it, the order matters. First condition prioritized.

      Overrides:
      isNotEmpty in class HtmlItem
      Parameters:
      authKind - authKind
      authString - authString
      isNotEmpty - isNotEmpty
      Returns:
      HtmlItem
    • stringMatchingCondition

      public HtmlItemString stringMatchingCondition(StringMatchingConditionBean.StringMatchingPatternEnum stringMatchingPattern, boolean ignoresCase)
      Offers the string search pattern.
      Parameters:
      stringMatchingPattern - stringMatchingPattern
      ignoresCase - ignoresCase
      Returns:
      HtmlItemString
    • getStringSearchPatternEnum

      public StringMatchingConditionBean.StringMatchingPatternEnum getStringSearchPatternEnum()
    • isIgnoresCase

      public boolean isIgnoresCase()