trait HasFooterActions (View source)

Traits

Properties

protected Alignment|Closure|null $footerActionsAlignment from  HasFooterActionsAlignment
protected Action[] $cachedFooterActions
protected array $footerActions

Methods

footerActionsAlignment(Alignment|Closure|null $alignment)

No description

Alignment|null
getFooterActionsAlignment()

No description

footerActions(array $actions)

No description

array
getFooterActions()

No description

array
cacheFooterActions()

No description

Details

HasFooterActionsAlignment footerActionsAlignment(Alignment|Closure|null $alignment)

No description

Parameters

Alignment|Closure|null $alignment

Return Value

HasFooterActionsAlignment

Alignment|null getFooterActionsAlignment()

No description

Return Value

Alignment|null

HasFooterActions footerActions(array $actions)

No description

Parameters

array $actions

Return Value

HasFooterActions

array getFooterActions()

No description

Return Value

array

array cacheFooterActions()

No description

Return Value

array