ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
Column.php
Go to the documentation of this file.
1
<?php declare(strict_types=1);
2
3
/* Copyright (c) 2020 Nils Haagen <nhaagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Component\Table\Column
;
6
7
use
ILIAS\Refinery\Transformation
;
8
13
interface
Column
14
{
15
public
function
getTitle
() : string;
16
public
function
getType
() : string;
17
18
public
function
withIsSortable
(
bool
$flag) :
Column
;
19
public
function
isSortable
() : bool;
20
21
public
function
withIsOptional
(
bool
$flag) :
Column
;
22
public
function
isOptional
() : bool;
23
24
public
function
withIsInitiallyVisible
(
bool
$flag) :
Column
;
25
public
function
isInitiallyVisible
() : bool;
26
}
ILIAS\UI\Component\Table\Column\Column\isInitiallyVisible
isInitiallyVisible()
ILIAS\UI\Component\Table\Column\Column\isSortable
isSortable()
ILIAS\UI\Component\Table\Column\Column\withIsSortable
withIsSortable(bool $flag)
ILIAS\UI\Component\Table\Column\Column\isOptional
isOptional()
Transformation
ILIAS\UI\Component\Table\Column\Column\getType
getType()
ILIAS\UI\Component\Table\Column\Column\getTitle
getTitle()
ILIAS\UI\Component\Table\Column\Column\withIsInitiallyVisible
withIsInitiallyVisible(bool $flag)
ILIAS\UI\Component\Table\Column
Definition:
Column.php:5
ILIAS\UI\Component\Table\Column\Column
A Column describes the form of presentation for a certain aspect of data, i.e.
Definition:
Column.php:13
ILIAS\UI\Component\Table\Column\Column\withIsOptional
withIsOptional(bool $flag)
src
UI
Component
Table
Column
Column.php
Generated on Mon Apr 14 2025 21:01:48 for ILIAS by
1.8.13 (using
Doxyfile
)