Class: TextField

TextField

new TextField()

Textual field supports equal and regexp matching. Fields are used for sorting, filtering data also they represents entities data properties names.
Source:
Tutorials:
  • Tutorial: Typical case for using TextField is to find broadcasts in particular category.

Extends

Methods

equalTo(operand)

Adds = filtering operation.
Parameters:
Name Type Description
operand
Source:

equalTo(operand)

Adds ~ filtering operation. Says to backend to filter records by regexp.
Parameters:
Name Type Description
operand
Source: