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

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

 __construct (array $options)
 getId ()
 getTitle ()
 getTitleNode ()
 setTitle ($title)
 getIcon ()
 setIcon (array $icon)
 getTextColor ()
 setTextColor (array $textColor)
 getBgColor ()
 setBgColor (array $bgColor)
 setVisible (bool $flag)
 isVisible ()
 setItemOrder (array $order)
 getItemOrder ()
 setItemMaxDepth (int $depth)
 getItemMaxDepth ()
 setStub ($stub)
 getStub ()
 setStubOptions (array $options)
 getStubOptions ()
 setHeader (string $header, array $options=[])
 getHeader ()
 getHeaderOptions ()
 canShowDefaultHeader ()
 enableDefaultHeader ()
 disableDefaultHeader ()
 setFooter (string $footer, array $options=[])
 getFooter ()
 getFooterOptions ()
 canShowDefaultFooter ()
 enableDefaultFooter ()
 disableDefaultFooter ()
 setShowAvatars (bool $flag)
 getShowAvatars ()
 jsonSerialize ()

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

 $id
 $title = ''
 $visible = true
 $itemOrder = []
 $itemMaxDepth
 $icon = []
 $textColor = []
 $bgColor = []
 $stub
 $stubOptions
 $header
 $headerOptions
 $showDefaultHeader = true
 $footer
 $footerOptions
 $showDefaultFooter = true
 $showAvatars

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

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

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

◆ __construct()

__construct ( array $options)
Аргументы
array{id?: string, title?: string|array|null, icon?: string|array<string, string>, textColor?: string|array<string, string>, bgColor?: string|array<string, string>, visible?: bool, itemOrder?: array<int|string, mixed>, itemMaxDepth?: int, stub?: bool|string, stubOptions?: array<string, mixed>, header?: string, headerOptions?: array<string, mixed>, showDefaultHeader?: bool, footer?: string, footerOptions?: array<string, mixed>, showDefaultFooter?: bool, showAvatars?: bool } $options

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

Методы

◆ canShowDefaultFooter()

canShowDefaultFooter ( )

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

◆ canShowDefaultHeader()

canShowDefaultHeader ( )

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

◆ disableDefaultFooter()

disableDefaultFooter ( )

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

◆ disableDefaultHeader()

disableDefaultHeader ( )

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

◆ enableDefaultFooter()

enableDefaultFooter ( )

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

◆ enableDefaultHeader()

enableDefaultHeader ( )

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

◆ getBgColor()

getBgColor ( )

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

◆ getFooter()

getFooter ( )

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

◆ getFooterOptions()

getFooterOptions ( )

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

◆ getHeader()

getHeader ( )

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

◆ getHeaderOptions()

getHeaderOptions ( )

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

◆ getIcon()

getIcon ( )

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

◆ getId()

getId ( )

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

◆ getItemMaxDepth()

getItemMaxDepth ( )

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

◆ getItemOrder()

getItemOrder ( )

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

◆ getShowAvatars()

getShowAvatars ( )

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

◆ getStub()

getStub ( )

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

◆ getStubOptions()

getStubOptions ( )

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

◆ getTextColor()

getTextColor ( )

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

◆ getTitle()

getTitle ( )

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

◆ getTitleNode()

getTitleNode ( )

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

◆ isVisible()

isVisible ( )

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

◆ jsonSerialize()

jsonSerialize ( )

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

◆ setBgColor()

setBgColor ( array $bgColor)

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

◆ setFooter()

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

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

◆ setHeader()

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

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

◆ setIcon()

setIcon ( array $icon)

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

◆ setItemMaxDepth()

setItemMaxDepth ( int $depth)

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

◆ setItemOrder()

setItemOrder ( array $order)

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

◆ setShowAvatars()

setShowAvatars ( bool $flag)

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

◆ setStub()

setStub ( $stub)

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

◆ setStubOptions()

setStubOptions ( array $options)

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

◆ setTextColor()

setTextColor ( array $textColor)

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

◆ setTitle()

setTitle ( $title)

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

◆ setVisible()

setVisible ( bool $flag)

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

Поля

◆ $bgColor

$bgColor = []
protected

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

◆ $footer

$footer
protected

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

◆ $footerOptions

$footerOptions
protected

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

◆ $header

$header
protected

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

◆ $headerOptions

$headerOptions
protected

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

◆ $icon

$icon = []
protected

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

◆ $id

$id
protected

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

◆ $itemMaxDepth

$itemMaxDepth
protected

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

◆ $itemOrder

$itemOrder = []
protected

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

◆ $showAvatars

$showAvatars
protected

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

◆ $showDefaultFooter

$showDefaultFooter = true
protected

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

◆ $showDefaultHeader

$showDefaultHeader = true
protected

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

◆ $stub

$stub
protected

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

◆ $stubOptions

$stubOptions
protected

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

◆ $textColor

$textColor = []
protected

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

◆ $title

$title = ''
protected

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

◆ $visible

$visible = true
protected

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


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