1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Класс Dialog
Граф наследования:Dialog:

Открытые члены

 __construct (array $options)
 getId ()
 getContext ()
 getItemCollection ()
 getCurrentUserId ()
 addItem (Item $item)
 addItems (array $items)
 addRecentItem (Item $item)
 addRecentItems (array $items)
 cleanRecentItems ()
 setHeader (string $header, array $options=[])
 getHeader ()
 getHeaderOptions ()
 setFooter (string $footer, array $options=[])
 getFooter ()
 getFooterOptions ()
 handleItemAdd (Item $item)
 getRecentItems ()
 getGlobalRecentItems ()
 addTab (Tab $tab)
 getTabs ()
 getTab (string $tabId)
 addEntity (Entity $entity)
 getEntities ()
 getEntity (string $entityId)
 load ()
 doSearch (SearchQuery $searchQuery)
 getChildren (Item $parentItem)
 setPreselectedItems (array $preselectedItems)
 getPreselectedCollection ()
 loadPreselectedItems ($preselectedMode=true)
 shouldClearUnavailableItems ()
 getErrors ()
 addError (EntityError $error)
 saveRecentItems (array $recentItems)
 applyFilters ()
 getAjaxData ()
 jsonSerialize ()
 removeTab (string $id)

Открытые статические члены

static createHiddenItem ($id, $entityId)
static getSelectedItems (array $ids, array $options=[])
static getPreselectedItems (array $ids, array $options=[])
static getItems (array $ids, array $options=[])

Защищенные данные

 $id
 $itemCollection
 $tabs = []
 $entities = []
 $recentItems
 $globalRecentItems
 $preselectedItems
 $errors
 $context
 $header
 $headerOptions
 $footer
 $footerOptions
 $clearUnavailableItems = false
int $recentItemsLimit = 50
const MAX_RECENT_ITEMS_LIMIT = 50

Подробное описание

См. определение в файле dialog.php строка 9

Конструктор(ы)

◆ __construct()

__construct ( array $options)

См. определение в файле dialog.php строка 57

Методы

◆ addEntity()

addEntity ( Entity $entity)

См. определение в файле dialog.php строка 277

◆ addError()

addError ( EntityError $error)

См. определение в файле dialog.php строка 522

◆ addItem()

addItem ( Item $item)

См. определение в файле dialog.php строка 126

◆ addItems()

addItems ( array $items)

См. определение в файле dialog.php строка 135

◆ addRecentItem()

addRecentItem ( Item $item)

См. определение в файле dialog.php строка 143

◆ addRecentItems()

addRecentItems ( array $items)

См. определение в файле dialog.php строка 162

◆ addTab()

addTab ( Tab $tab)

См. определение в файле dialog.php строка 256

◆ applyFilters()

applyFilters ( )

См. определение в файле dialog.php строка 718

◆ cleanRecentItems()

cleanRecentItems ( )

См. определение в файле dialog.php строка 170

◆ createHiddenItem()

createHiddenItem ( $id,
$entityId )
static

См. определение в файле dialog.php строка 469

◆ doSearch()

doSearch ( SearchQuery $searchQuery)

См. определение в файле dialog.php строка 341

◆ getAjaxData()

getAjaxData ( )

См. определение в файле dialog.php строка 739

◆ getChildren()

getChildren ( Item $parentItem)

См. определение в файле dialog.php строка 378

◆ getContext()

getContext ( )

См. определение в файле dialog.php строка 111

◆ getCurrentUserId()

getCurrentUserId ( )

См. определение в файле dialog.php строка 121

◆ getEntities()

getEntities ( )
Возвращает
Entity[]

См. определение в файле dialog.php строка 288

◆ getEntity()

getEntity ( string $entityId)
Аргументы
string$entityId
Возвращает
Entity

См. определение в файле dialog.php строка 298

◆ getErrors()

getErrors ( )

См. определение в файле dialog.php строка 517

◆ getFooter()

getFooter ( )

См. определение в файле dialog.php строка 205

◆ getFooterOptions()

getFooterOptions ( )

См. определение в файле dialog.php строка 210

◆ getGlobalRecentItems()

getGlobalRecentItems ( )

См. определение в файле dialog.php строка 251

◆ getHeader()

getHeader ( )

См. определение в файле dialog.php строка 186

◆ getHeaderOptions()

getHeaderOptions ( )

См. определение в файле dialog.php строка 191

◆ getId()

getId ( )

См. определение в файле dialog.php строка 106

◆ getItemCollection()

getItemCollection ( )

См. определение в файле dialog.php строка 116

◆ getItems()

getItems ( array $ids,
array $options = [] )
static

См. определение в файле dialog.php строка 499

◆ getPreselectedCollection()

getPreselectedCollection ( )

См. определение в файле dialog.php строка 402

◆ getPreselectedItems()

getPreselectedItems ( array $ids,
array $options = [] )
static

См. определение в файле dialog.php строка 494

◆ getRecentItems()

getRecentItems ( )

См. определение в файле dialog.php строка 246

◆ getSelectedItems()

getSelectedItems ( array $ids,
array $options = [] )
static
См. также
Dialog::getPreselectedCollection()

См. определение в файле dialog.php строка 489

◆ getTab()

getTab ( string $tabId)

См. определение в файле dialog.php строка 272

◆ getTabs()

getTabs ( )
Возвращает
Tab[]

См. определение в файле dialog.php строка 267

◆ handleItemAdd()

handleItemAdd ( Item $item)

См. определение в файле dialog.php строка 215

◆ jsonSerialize()

jsonSerialize ( )

См. определение в файле dialog.php строка 746

◆ load()

load ( )

См. определение в файле dialog.php строка 306

◆ loadPreselectedItems()

loadPreselectedItems ( $preselectedMode = true)

См. определение в файле dialog.php строка 410

◆ removeTab()

removeTab ( string $id)

См. определение в файле dialog.php строка 785

◆ saveRecentItems()

saveRecentItems ( array $recentItems)

См. определение в файле dialog.php строка 527

◆ setFooter()

setFooter ( string $footer,
array $options = [] )

См. определение в файле dialog.php строка 196

◆ setHeader()

setHeader ( string $header,
array $options = [] )

См. определение в файле dialog.php строка 177

◆ setPreselectedItems()

setPreselectedItems ( array $preselectedItems)

См. определение в файле dialog.php строка 397

◆ shouldClearUnavailableItems()

shouldClearUnavailableItems ( )

См. определение в файле dialog.php строка 464

Поля

◆ $clearUnavailableItems

$clearUnavailableItems = false
protected

См. определение в файле dialog.php строка 50

◆ $context

$context
protected

См. определение в файле dialog.php строка 35

◆ $entities

$entities = []
protected

См. определение в файле dialog.php строка 20

◆ $errors

$errors
protected

См. определение в файле dialog.php строка 32

◆ $footer

$footer
protected

См. определение в файле dialog.php строка 44

◆ $footerOptions

$footerOptions
protected

См. определение в файле dialog.php строка 47

◆ $globalRecentItems

$globalRecentItems
protected

См. определение в файле dialog.php строка 26

◆ $header

$header
protected

См. определение в файле dialog.php строка 38

◆ $headerOptions

$headerOptions
protected

См. определение в файле dialog.php строка 41

◆ $id

$id
protected

См. определение в файле dialog.php строка 11

◆ $itemCollection

$itemCollection
protected

См. определение в файле dialog.php строка 14

◆ $preselectedItems

$preselectedItems
protected

См. определение в файле dialog.php строка 29

◆ $recentItems

$recentItems
protected

См. определение в файле dialog.php строка 23

◆ $recentItemsLimit

int $recentItemsLimit = 50
protected

См. определение в файле dialog.php строка 53

◆ $tabs

$tabs = []
protected

См. определение в файле dialog.php строка 17

◆ MAX_RECENT_ITEMS_LIMIT

const MAX_RECENT_ITEMS_LIMIT = 50
protected

См. определение в файле dialog.php строка 55


Объявления и описания членов класса находятся в файле:
  • C:/bitrix/modules/ui/lib/entityselector/dialog.php