Class DefaultSortElement
Default implementation of a sort element.
- DcGeneral\Panel\AbstractElement implements DcGeneral\Panel\PanelElementInterface
-
DcGeneral\Panel\DefaultSortElement implements DcGeneral\Panel\SortElementInterface
protected
array
|
|
protected
|
|
protected
integer
|
|
protected
string
|
|
protected
array
|
|
public
|
#
initialize(
Initialize the passed configuration with the values of the element. |
public
|
#
render(
Render the element using the given Template. |
public
|
#
setDefaultFlag( integer $intFlag )
Set the default flag to use when no flag has been defined for a certain property. |
public
integer
|
#
getDefaultFlag( )
Get the default flag to use when no flag has been defined for a certain property. |
public
mixed
|
|
public
string[]
|
|
public
mixed
|
|
public
string
|
|
public
integer
|
getEnvironment(),
getInputProvider(),
getOtherConfig(),
getPanel(),
setPanel()
|
public
integer
|
$intDefaultFlag |
|
#
The default flag to use. |
protected
array
|
$arrSorting | array() |
#
The sorting properties including the direction. |
protected
mixed
|
$strSelected |
|
#
The selected sorting value. |
$objPanel
|