Interface SearchConditionReferencePropertyEditor

検索条件ReferencePropertyEditor

interface SearchConditionReferencePropertyEditor {
    customStyle?: string;
    displayLabelItem?: string;
    displayType:
        | "TEXT"
        | "LABEL"
        | "HIDDEN"
        | "LINK"
        | "CHECKBOX"
        | "SELECT";
    entityName: string;
    hidden: boolean;
    inputCustomStyle?: string;
    isNullSearchEnabled: boolean;
    itemDirectionInline: boolean;
    permitConditionSelectAll: boolean;
    selectDialogCustomParameterJavaScript?: string;
    selectDialogParameter?: {
        [key: string]: string;
    };
    selectValue?: Entity[];
    singleSelect: boolean;
    type: string;
    viewName?: string;
}

Hierarchy (view full)

Properties

customStyle?: string

表示カスタムスタイル

displayLabelItem?: string

表示ラベルとして扱うプロパティ

displayType:
    | "TEXT"
    | "LABEL"
    | "HIDDEN"
    | "LINK"
    | "CHECKBOX"
    | "SELECT"

表示タイプ

entityName: string

参照先Entity定義名

hidden: boolean

hiddenにするか?

inputCustomStyle?: string

入力カスタムスタイル

isNullSearchEnabled: boolean

「値なし」を検索条件の選択肢に追加するか

itemDirectionInline: boolean

CHECKBOX形式の場合にアイテムを横に並べる

permitConditionSelectAll: boolean

検索条件での全選択を許可するか?

selectDialogCustomParameterJavaScript?: string

選択画面カスタムパラメータJavaScript

selectDialogParameter?: {
    [key: string]: string;
}

選択画面パラメータ

selectValue?: Entity[]

SELECTを選択した場合の参照先リスト

singleSelect: boolean

検索条件で単一選択にするか?

type: string

エディタの種類

viewName?: string

参照先ViewName