extends |
Popup |
|---|
Implement a filterPopup in a table column. The popup contains a form associate to a field type model and use session to store it's data.
| Methods | ||
|---|---|---|
protected
|
init(): void
|
# |
public
|
isFilterOn(): bool
|
# |
public
|
recallData(): ?array
|
# |
public
|
setFilterCondition(Model $tableModel): Model
|
# |
| Methods inherited from Atk4\Ui\Popup |
|---|
__construct(), set(), setTriggerBy(), setTargetByName(), setHoverable(), setOption(), jsPopup(), renderView() |
| Methods inherited from Atk4\Ui\AbstractView |
|---|
getOwner() |
| Methods used from Atk4\Core\AppScopeTrait |
|---|
assertInstanceOfApp(), issetApp(), getApp(), setApp() |
| Methods used from Atk4\Core\ContainerTrait |
|---|
_uniqueElementName(), _addContainer(), removeElement(), _shorten(), getElement(), hasElement() |
| Methods used from Atk4\Core\InitializerTrait |
|---|
isInitialized(), assertIsInitialized(), invokeInit() |
| Methods used from Atk4\Core\StaticAddToTrait |
|---|
_addToAdd(), addTo(), addToWithCl(), addToWithClUnsafe() |
| Methods used from Atk4\Core\TrackableTrait |
|---|
issetOwner(), setOwner(), unsetOwner(), getDesiredName(), destroy() |
| Properties | |||
|---|---|---|---|
public
|
Form
|
$form
|
# |
public
|
Field
|
$field
|
# |
public
|
View|null
|
$reload
|
# |
public
|
string
|
$colTrigger
|
# |
| Properties inherited from Atk4\Ui\Popup |
|---|
$ui, $triggerBy, $triggerOn, $position, $target, $popOptions, $cb, $dynamicContent, $useCache, $minWidth, $minHeight, $stopClickEvent |
| Properties inherited from Atk4\Ui\View |
|---|
$_jsActions, $model, $region, $class, $style, $attr, $template, $defaultTemplate, $content, $element, $executorFactory, $stickyArgs |
| Properties inherited from Atk4\Ui\AbstractView |
|---|
$_addLater, $_rendered, $elements |
| Properties used from Atk4\Core\AppScopeTrait |
|---|
$_app, $maxNameLength, $uniqueNameHashes |
| Properties used from Atk4\Core\ContainerTrait |
|---|
$_elementNameCounts |
| Properties used from Atk4\Core\InitializerTrait |
|---|
$_initialized |
| Properties used from Atk4\Core\NameTrait |
|---|
$name |
| Properties used from Atk4\Core\TrackableTrait |
|---|
$_owner, $shortName |