Interface SearchConditionReferencePropertyEditor

検索条件ReferencePropertyEditor

interface SearchConditionReferencePropertyEditor {
    customStyle?: string;
    displayLabelItem?: string;
    displayType: "TEXT" | "LABEL" | "HIDDEN" | "LINK" | "CHECKBOX" | "SELECT";
    entityName: string;
    hidden: boolean;
    inputCustomStyle?: string;
    itemDirectionInline: boolean;
    permitConditionSelectAll: boolean;
    propertyName: string;
    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

入力カスタムスタイル

itemDirectionInline: boolean

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

permitConditionSelectAll: boolean

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

propertyName: string

プロパティ名

selectDialogCustomParameterJavaScript?: string

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

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

選択画面パラメータ

Type declaration

  • [key: string]: string
selectValue?: Entity[]

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

singleSelect: boolean

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

type: string

エディタの種類

viewName?: string

参照先ViewName