constructor(filter?: ConditionFilter): FilterCondition
FilterConditionクラスの新しいインスタンスを初期化します。
The ConditionFilter that owns this FilterCondition.
apply(value: any, dateOnly?: boolean, timeOnly?: boolean): boolean
指定された値がこの FilterCondition に適合するかどうかを判定する値を返します。
The value to test.
Whether to disregard the time part of **Date** values.
Whether to disregard the date part of **Date** values.
clear(): void
条件をクリアします。
フィルタ条件を定義します。
このクラスはFlexGridFilter クラスによって使用されます。このクラスをユーザーコードで直接使用することはほとんどありません。