Namespace Atk4\Ui

Classes
AbstractView Abstract view tree item (used only for View and Callback, you want probably to extend one of these).
Accordion Accordion is a View holding accordion sections.
AccordionSection An accordion item in Accordion.
App
Breadcrumb
Button Component implementing UI Button.
Callback Add this object to your render tree and it will expose a unique URL which, when executed directly will perform a PHP…
CallbackLater Works same as Callback but will be executed when the current pass completes. Agile UI uses two-pass system - first to…
Card Card can contain arbitrary information.
CardDeck A collection of Card set from a model.
CardSection Display a card section within a Card View.
CardTable Card class displays a single record data.
Columns Vertically distributed columns based on CSS Grid system.
Console Console is a black square component resembling terminal window. It can be programmed to run a job and output results to…
Crud
Dropdown
DropdownButton
Form
Grid
GridLayout
Header Set size to 1, 2, 3, 4 or 5 if you are looking for Page Header. The size is not affected by header placement on the…
HelloWorld Implements Hello World. Add this view anywhere!
HtmlTemplate
Icon
Image
ItemsPerPageSelector Implement an item per page length selector. Set as a dropdown menu which contains the number of items per page need.
JsCallback
JsPaginator Paginate content using scroll event in JS.
JsSearch A Search input field that will reload View using the view->url with a _q arguments attach to URL.
JsSortable
JsSse
Label
Layout
Lister
Loader Dynamically render it's content. To provide content for a loader, use set() callback.
LoremIpsum Provides a handy object that generates some amount of random text-filler.
Menu
MenuItem
Message Message::addTo($page, [ 'type' => 'error', 'text' => 'Unable to save your document', ]) ->text->addParagraph(''…
Modal This class add modal dialog to a page.
Paginator
Popup Implement popup view.
ProgressBar $bar = ProgressBar::addTo($app, [10, 'label' => 'Processing files']);.
Table
Tabs
TabsSubview
TabsTab
Text Simple text block view.
View Base view of all UI components.
VirtualPage Virtual page normally does not render, yet it has it's own trigger and will respond to the trigger in a number of…
Wizard
WizardStep
Traits
SessionTrait
Exceptions
Exception
Namespaces
Atk4\Ui\App
Atk4\Ui\Behat
Atk4\Ui\Exception
Atk4\Ui\Form
Atk4\Ui\HtmlTemplate
Atk4\Ui\Js
Atk4\Ui\Layout
Atk4\Ui\Misc
Atk4\Ui\Panel
Atk4\Ui\Persistence
Atk4\Ui\Table
Atk4\Ui\UserAction
Atk4\Ui\VueComponent