型・APIリファレンス
    Preparing search index...

    Interface SearchConditionReferencePropertyEditor

    検索条件ReferencePropertyEditor

    interface SearchConditionReferencePropertyEditor {
        customStyle?: string;
        displayLabelItem?: string;
        displayType: "CHECKBOX" | "SELECT" | "TEXT" | "LINK" | "LABEL" | "HIDDEN";
        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 Summary)

    Index

    Properties

    customStyle?: string

    表示カスタムスタイル

    displayLabelItem?: string

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

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

    表示タイプ

    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