Class Atk4\Ui\CardTable

extends Table

Card class displays a single record data.

IMPORTANT: Although the purpose of the "Card" component will remain the same, we do plan to improve implementation of a card to to use https://fomantic-ui.com/views/card.html .

Methods
Methods inherited from Atk4\Ui\Table
initChunks(), addColumn(), setFilterColumn(), addDecorator(), getColumnDecorators(), getColumn(), decoratorFactory(), resizableColumn(), addJsPaginator(), addTotals(), renderView(), renderRow(), onRowClick(), jsRow(), jsRemoveRow(), updateTotals(), getHeaderRowHtml(), getTotalsRowHtml(), getDataRowHtml()
Methods inherited from Atk4\Ui\Lister
init(), renderToJsonArr()
Methods inherited from Atk4\Ui\View
__construct(), setSource(), setMissingProperty(), setElement(), link(), getExecutorFactory(), add(), getClosestOwner(), set(), addClass(), removeClass(), setStyle(), removeStyle(), setAttr(), removeAttr(), url(), jsUrl(), _getStickyArgs(), stickyGet(), recursiveRender(), renderAll(), renderTemplateToHtml(), render(), renderToTab(), getHtml(), js(), vue(), jsEmitEvent(), jsGetStoreData(), jsClearStoreData(), jsAddStoreData(), jsReload(), on(), getHtmlId(), getJsRenderActions(), getJs()
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()
Methods used from Atk4\Core\HookTrait
_rebindHookFxToFakeInstance(), _unbindHookFxIfBoundToThis(), _rebindHooksIfCloned(), onHook(), onHookShort(), _makeHookDynamicFx(), onHookDynamic(), onHookDynamicShort(), hookHasCallbacks(), removeHook(), hook(), breakHook()
Constants inherited from Atk4\Ui\Lister
HOOK_BEFORE_ROW, HOOK_AFTER_ROW
Properties
Properties inherited from Atk4\Ui\Table
$ui, $defaultTemplate, $reload, $columns, $useHtmlTags, $totalsPlan, $header, $totals, $tHead, $tRowMaster, $tRow, $tTotals, $sortable, $sortBy, $sortDirection, $hasCollapsingCssActionColumn, $typeToDecorator
Properties inherited from Atk4\Ui\Lister
$tEmpty, $jsPaginator, $ipp, $currentRow, $_renderedRowsCount
Properties inherited from Atk4\Ui\View
$_jsActions, $model, $region, $class, $style, $attr, $template, $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
Properties used from Atk4\Core\HookTrait
$hooks, $_hookIndexCounter, $_hookOrigThis