Reference Source
public class | source

InfoQueryDialog

Extends:

L~L.Evented → InfoQueryDialog

Info query result dialog class. Display info query results.

Static Method Summary

Static Public Methods
public static

get instance object(singleton mode)

Constructor Summary

Public Constructor
public

Constructor

Method Summary

Public Methods
public

close(): Null

关闭对话框

public

open(dataSource: Object): Null

Open a dialog

Static Public Methods

public static getInstance(): InfoQueryDialog source

get instance object(singleton mode)

Return:

InfoQueryDialog

Public Constructors

public constructor() source

Constructor

Emit:

select

fired when an item is selected by the user.

Public Methods

public close(): Null source

关闭对话框

Return:

Null

public open(dataSource: Object): Null source

Open a dialog

Params:

NameTypeAttributeDescription
dataSource Object

data source

dataSource.fields Array

the fields to which the columns is bound.

dataSource.records Array

the data source of the widget which is used render table rows

Return:

Null