|
1C-Bitrix 25.700.0
|
Пространства имен | |
| namespace | Bitrix\Main\Grid\Column\UI |
Функции | |
| getFirstOrder () | |
| setFirstOrder (string $firstOrder) | |
| isShowname () | |
| setShowname (bool $showname) | |
| getCssClassName () | |
| setCssClassName (?string $cssClassName) | |
| getAlign () | |
| setAlign (?string $align) | |
| getTitle () | |
| setTitle (?string $title) | |
| getWidth () | |
| setWidth (?int $width) | |
| getCssColorClassName () | |
| setCssColorClassName (string $color) | |
| setCssColorValue (string $value) | |
| getCssColorValue () | |
| isResizeable () | |
| setResizeable (bool $resizeable) | |
| isPreventDefault () | |
| setPreventDefault (bool $preventDefault) | |
| isShift () | |
| setShift (bool $shift) | |
| isSticked () | |
| setSticked (bool $sticked) | |
| setSection (?string $value) | |
| getSection () | |
| setSortIndex (int $value) | |
| getSortIndex () | |
| setSortState (string $value) | |
| getSortState () | |
| setSortUrl (string $value) | |
| getSortUrl () | |
| getSortOrder () | |
| getNextSortOrder () | |
| setShown (bool $value) | |
| isDefault () | |
| isShown () | |
| getLayout () | |
| setIcon (?Icon $value) | |
| getIcon () | |
| setHint (?Hint $value) | |
| getHint () | |
Переменные | |
| trait | ColumnFields |
| bool | $showname = true |
| string | $align = null |
| string | $title = null |
| int | $width = null |
| bool | $resizeable = true |
| bool | $preventDefault = true |
| bool | $sticked = false |
| bool | $shift = false |
| string | $sectionId = null |
| int | $sortIndex = 0 |
| string | $sortUrl = null |
| string | $sortState = null |
| bool | $shown |
| Icon | $icon = null |
| Hint | $hint = null |
| Layout | $layout |
| string | $cssClassName = null |
| string | $cssColorValue = null |
| string | $cssColorClassName = null |