Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Пространство имен Bitrix\Main\Grid\Column\UI

Классы

class  Hint
 
class  Icon
 
class  Layout
 

Функции

 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
 

Функции

◆ getAlign()

getAlign ( )

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

◆ getCssClassName()

getCssClassName ( )

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

◆ getCssColorClassName()

getCssColorClassName ( )

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

◆ getCssColorValue()

getCssColorValue ( )

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

◆ getFirstOrder()

getFirstOrder ( )

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

◆ getHint()

getHint ( )

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

◆ getIcon()

getIcon ( )

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

◆ getLayout()

getLayout ( )

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

◆ getNextSortOrder()

getNextSortOrder ( )

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

◆ getSection()

getSection ( )

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

◆ getSortIndex()

getSortIndex ( )

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

◆ getSortOrder()

getSortOrder ( )

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

◆ getSortState()

getSortState ( )

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

◆ getSortUrl()

getSortUrl ( )

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

◆ getTitle()

getTitle ( )

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

◆ getWidth()

getWidth ( )

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

◆ isDefault()

isDefault ( )
abstract

◆ isPreventDefault()

isPreventDefault ( )

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

◆ isResizeable()

isResizeable ( )

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

◆ isShift()

isShift ( )

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

◆ isShown()

isShown ( )

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

◆ isShowname()

isShowname ( )

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

◆ isSticked()

isSticked ( )

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

◆ setAlign()

setAlign ( ?string $align)

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

◆ setCssClassName()

setCssClassName ( ?string $cssClassName)

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

◆ setCssColorClassName()

setCssColorClassName ( string $color)

Set color class name.

If need to set specific color value, see setCssColorValue method

См. также
\Bitrix\Main\Grid\Column\Color for details about available values.
Аргументы
string$colorclass name of style
Возвращает
self

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

◆ setCssColorValue()

setCssColorValue ( string $value)

Set color css value.

Аргументы
string$valuein css format: #222, rgb(1,2,3), hsl(2,3,4), ...
Возвращает
self

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

◆ setFirstOrder()

setFirstOrder ( string $firstOrder)
Аргументы
string$firstOrderasc or desc value
Возвращает
self

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

◆ setHint()

setHint ( ?Hint $value)

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

◆ setIcon()

setIcon ( ?Icon $value)

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

◆ setPreventDefault()

setPreventDefault ( bool $preventDefault)

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

◆ setResizeable()

setResizeable ( bool $resizeable)

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

◆ setSection()

setSection ( ?string $value)

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

◆ setShift()

setShift ( bool $shift)

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

◆ setShown()

setShown ( bool $value)

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

◆ setShowname()

setShowname ( bool $showname)

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

◆ setSortIndex()

setSortIndex ( int $value)

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

◆ setSortState()

setSortState ( string $value)
Аргументы
string$valueasc or desc
Возвращает
self

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

◆ setSortUrl()

setSortUrl ( string $value)

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

◆ setSticked()

setSticked ( bool $sticked)

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

◆ setTitle()

setTitle ( ?string $title)

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

◆ setWidth()

setWidth ( ?int $width)

Sets column width.

Аргументы
int | null$widthpixels
Возвращает
self

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

Переменные

◆ $align

string $align = null
protected

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

◆ $cssClassName

string $cssClassName = null
protected

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

◆ $cssColorClassName

string $cssColorClassName = null
protected

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

◆ $cssColorValue

string $cssColorValue = null
protected

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

◆ $hint

Hint $hint = null
protected

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

◆ $icon

Icon $icon = null
protected

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

◆ $layout

Layout $layout
protected

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

◆ $preventDefault

bool $preventDefault = true
protected

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

◆ $resizeable

bool $resizeable = true
protected

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

◆ $sectionId

string $sectionId = null
protected

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

◆ $shift

bool $shift = false
protected

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

◆ $shown

bool $shown
protected

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

◆ $showname

bool $showname = true
protected

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

◆ $sortIndex

int $sortIndex = 0
protected

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

◆ $sortState

string $sortState = null
protected

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

◆ $sortUrl

string $sortUrl = null
protected

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

◆ $sticked

bool $sticked = false
protected

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

◆ $title

string $title = null
protected

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

◆ $width

int $width = null
protected

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

◆ ColumnFields

trait ColumnFields
Инициализатор
{
protected string $firstOrder = 'asc'

Column fields used in the UI, in particular the main.ui.grid component.

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