1 | <?php |
||
8 | class Column extends Container |
||
9 | { |
||
10 | |||
11 | public function setText($text){ |
||
14 | |||
15 | public function setDataIndex($dataIndex){ |
||
18 | |||
19 | public function getDataIndex(){ |
||
22 | |||
23 | |||
24 | /** |
||
25 | * False to prevent the user from hiding this column. |
||
26 | * @param $hideable |
||
27 | * @return $this |
||
28 | */ |
||
29 | public function setHideable($hideable){ |
||
32 | |||
33 | public function getHideable(){ |
||
36 | |||
37 | public function setRenderer($renderer){ |
||
40 | |||
41 | public function getRenderer(){ |
||
44 | |||
45 | public function setFilter(Filter $filter){ |
||
48 | |||
49 | public function getFilter(){ |
||
52 | |||
53 | |||
54 | |||
55 | |||
56 | } |