Class DefaultListingConfig
Class DefaultListingConfig.
Default implementation of a listing config.
- DcGeneral\DataDefinition\Definition\View\DefaultListingConfig implements DcGeneral\DataDefinition\Definition\View\ListingConfigInterface
Namespace: DcGeneral\DataDefinition\Definition\View
Package: DcGeneral\DataDefinition\Definition\View
Located at DataDefinition/Definition/View/DefaultListingConfig.php
Package: DcGeneral\DataDefinition\Definition\View
Located at DataDefinition/Definition/View/DefaultListingConfig.php
GROUP_CHAR,
GROUP_DAY,
GROUP_DIGIT,
GROUP_MONTH,
GROUP_NONE,
GROUP_WEEK,
GROUP_WEEKDAY,
GROUP_YEAR,
SORT_ASC,
SORT_DESC,
SORT_RANDOM
|
protected
string
|
$groupingMode | |
#
The grouping mode to use. |
protected
string
|
$groupingLength | |
#
The grouing length to use. |
protected
string
|
$sortingMode | |
#
The default sorting mode. |
protected
array
|
$defaultSortingFields | |
#
The names of the properties that will be used for sorting by default. |
protected
array
|
$headerProperties | |
#
The properties to display in the heder (parented mode only). |
protected
string
|
$rootIcon | |
#
The root icon to use (hierarchical mode only). |
protected
string
|
$itemCssClass | |
#
The CSS class to apply to each item in the listing. |
protected
|
$itemFormatter | |
#
The item formatter to use. |
protected
boolean
|
$showColumns | |
#
Flag if the properties displayed shall be shown as table layout. |