Class Date
Date input filter.
- Nette\Application\UI\PresenterComponent
-
Grido\Components\Component
-
Grido\Components\Filters\Filter
-
Grido\Components\Filters\Text
-
Grido\Components\Filters\Date
Direct known subclasses
Package: Grido\Components\Filters
Author: Petr Bugyík
Located at Components/Filters/Date.php
Methods summary
public
|
|
public
string
|
|
public
|
|
public
string
|
|
protected
Nette\Forms\Controls\TextInput
|
Methods inherited from Grido\Components\Filters\Text
getSuggestionCallback(),
getSuggestionColumn(),
getSuggestionLimit(),
setSuggestion(),
setSuggestionCallback(),
setSuggestionLimit()
Methods inherited from Grido\Components\Filters\Filter
__construct(),
formatValue(),
getCondition(),
getWrapperPrototype(),
setColumn(),
setCondition(),
setDefaultValue(),
setFormatValue(),
setWhere()
Methods inherited from Grido\Components\Component
addComponentToGrid(),
getForm(),
getGrid(),
getPropertyAccessor(),
translate()
Magic methods summary
Constants summary
Constants inherited from Grido\Components\Filters\Filter
ID,
RENDER_INNER,
RENDER_OUTER,
VALUE_IDENTIFIER
Properties summary
protected
string
|
$formatValue
|
|
protected
string
|
$dateFormatInput
|
#
'd.m.Y'
|
protected
string
|
$dateFormatOutput
|
#
'Y-m-d%'
|
Properties inherited from Grido\Components\Filters\Text
$condition,
$suggestion,
$suggestionCallback,
$suggestionColumn,
$suggestionLimit
Properties inherited from Grido\Components\Filters\Filter
$column,
$control,
$optional,
$where,
$wrapperPrototype
Properties inherited from Grido\Components\Component
$form,
$grid,
$label,
$propertyAccessor,
$type
Magic properties
public
string
|
$dateFormatInput
|
public
string
|
$dateFormatOutput
|
Magic properties inherited from Grido\Components\Filters\Text
$suggestionCallback,
$suggestionLimit
Magic properties inherited from Grido\Components\Filters\Filter
$column,
$condition,
$control,
$defaultValue,
$formatValue,
$where,
$wrapperPrototype