Grid/Column.php
- Classes
- Kwf_Grid_Column
\Kwf_Grid_Column
- Implements
- \Kwf_Collection_Item_Interface
- Constants
- ROLE_DISPLAY
- ROLE_EXPORT
- ROLE_PDF
- SHOW_IN_ALL
- SHOW_IN_CSV
- SHOW_IN_GRID
- SHOW_IN_PDF
- SHOW_IN_XLS
- Methods
- __call
- __construct
- getByName
- getChildren
- getData
- getMetaData
- getName
- getProperty
- hasChildren
- load
- prepareSave
- save
- setData
- setEditor
- setProperty
- validate
Constants
ROLE_DISPLAY
ROLE_DISPLAY = '1'
Details
- value
- 1
ROLE_EXPORT
ROLE_EXPORT = '2'
Details
- value
- 2
ROLE_PDF
ROLE_PDF = '3'
Details
- value
- 3
SHOW_IN_GRID
SHOW_IN_GRID = '1'
Details
- value
- 1
SHOW_IN_PDF
SHOW_IN_PDF = '2'
Details
- value
- 2
SHOW_IN_XLS
SHOW_IN_XLS = '4'
Details
- value
- 4
SHOW_IN_CSV
SHOW_IN_CSV = '8'
Details
- value
- 8
SHOW_IN_ALL
SHOW_IN_ALL = '15'
Details
- value
- 15
Methods
__call
__call(
$method, $arguments
)
:
Arguments
- $method
- $arguments
Details
- visibility
- public
- final
- false
- static
- false
__construct
__construct(
$dataIndex
=
null, $header
=
null, $width
=
null
)
:
Zeigt mehrere Checkboxes an und speichert diese in einer Relationstabelle
Arguments
- $dataIndex
- $header
- $width
Details
- visibility
- public
- final
- false
- static
- false
getByName
getByName(
$name
)
:
\Kwf_Form_Field_Abstract
returns a field by its name
Arguments
- $name
Output
Details
- visibility
- public
- final
- false
- static
- false
getChildren
getChildren(
)
:
Details
- visibility
- public
- final
- false
- static
- false
getData
getData(
)
:
Details
- visibility
- public
- final
- false
- static
- false
getMetaData
getMetaData(
$model, $tableInfo
=
null
)
:
Arguments
- $model
- $tableInfo
Details
- visibility
- public
- final
- false
- static
- false
getName
getName(
)
:
Details
- visibility
- public
- final
- false
- static
- false
getProperty
getProperty(
$name
)
:
Get any property supported by ExtJS for this field
Alternatively use getFooBar() to get property fooBar
Arguments
- $name
Details
- visibility
- public
- final
- false
- static
- false
hasChildren
hasChildren(
)
:
Details
- visibility
- public
- final
- false
- static
- false
load
load(
$row, $role, $info
)
:
Arguments
- $row
- $role
- $info
Details
- visibility
- public
- final
- false
- static
- false
prepareSave
prepareSave(
$row, $submitRow
)
:
Arguments
- $row
- $submitRow
Details
- visibility
- public
- final
- false
- static
- false
save
save(
$row, $submitRow
)
:
Arguments
- $row
- $submitRow
Details
- visibility
- public
- final
- false
- static
- false
setData
setData(
$data
)
:
Arguments
- $data
Details
- visibility
- public
- final
- false
- static
- false
setEditor
setEditor(
$ed
)
:
Arguments
- $ed
Details
- visibility
- public
- final
- false
- static
- false
setProperty
setProperty(
$name, $value
)
:
Set any property supported by ExtJS for this field
Alternatively use setFooBar() to set property fooBar
Arguments
- $name
- $value
Details
- visibility
- public
- final
- false
- static
- false
validate
validate(
$row, $submitRow
)
:
Arguments
- $row
- $submitRow
Details
- visibility
- public
- final
- false
- static
- false