Interface TextEditingSupport.FinalBuilder<T,E,R>

All Known Implementing Classes:
TextEditingSupport.Builder
Enclosing class:
TextEditingSupport

public static interface TextEditingSupport.FinalBuilder<T,E,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    This is the finalization method.
    canEdit(Predicate<T> canEdit)
    Set function that returns a value that indicates whether the cell can be edited
  • Method Details

    • build

      R build()
      This is the finalization method. Call this method to install the auto-complete combobox editing support on a table column.
    • canEdit

      Set function that returns a value that indicates whether the cell can be edited
      Parameters:
      canEdit -
      Returns:
      builder object