trait HasEmptyState (View source)

Properties

protected Htmlable|Closure|null $emptyState
protected Htmlable|Closure|null $emptyStateDescription
protected Htmlable|Closure|null $emptyStateHeading
protected string|Closure|null $emptyStateIcon
protected array $emptyStateActions

Methods

emptyStateDescription(Htmlable|Closure|null $description)

No description

emptyState(Htmlable|Closure|null $emptyState)

No description

emptyStateActions(ActionGroup $actions, bool $shouldOverwriteExistingActions = false)

No description

pushEmptyStateActions(ActionGroup $actions, bool $shouldOverwriteExistingActions = false)

No description

emptyStateHeading(Htmlable|Closure|null $heading)

No description

emptyStateIcon(string|Closure|null $icon)

No description

Htmlable|null
getEmptyState()

No description

array
getEmptyStateActions()

No description

Htmlable|null
getEmptyStateDescription()

No description

Htmlable
getEmptyStateHeading()

No description

string
getEmptyStateIcon()

No description

Details

HasEmptyState emptyStateDescription(Htmlable|Closure|null $description)

No description

Parameters

Htmlable|Closure|null $description

Return Value

HasEmptyState

HasEmptyState emptyState(Htmlable|Closure|null $emptyState)

No description

Parameters

Htmlable|Closure|null $emptyState

Return Value

HasEmptyState

HasEmptyState emptyStateActions(ActionGroup $actions, bool $shouldOverwriteExistingActions = false)

No description

Parameters

ActionGroup $actions
bool $shouldOverwriteExistingActions

Return Value

HasEmptyState

HasEmptyState pushEmptyStateActions(ActionGroup $actions, bool $shouldOverwriteExistingActions = false)

No description

Parameters

ActionGroup $actions
bool $shouldOverwriteExistingActions

Return Value

HasEmptyState

HasEmptyState emptyStateHeading(Htmlable|Closure|null $heading)

No description

Parameters

Htmlable|Closure|null $heading

Return Value

HasEmptyState

HasEmptyState emptyStateIcon(string|Closure|null $icon)

No description

Parameters

string|Closure|null $icon

Return Value

HasEmptyState

Htmlable|null getEmptyState()

No description

Return Value

Htmlable|null

array getEmptyStateActions()

No description

Return Value

array

Htmlable|null getEmptyStateDescription()

No description

Return Value

Htmlable|null

Htmlable getEmptyStateHeading()

No description

Return Value

Htmlable

string getEmptyStateIcon()

No description

Return Value

string