|
| getComponentName () |
|
| prepare () |
|
| __construct (ContextInterface $context, array $components=[], array $data=[]) |
|
| getContext () |
|
| getName () |
|
| prepare () |
|
| toHtml () |
|
| render () |
|
| addComponent ($name, UiComponentInterface $component) |
|
| getComponent ($name) |
|
| getChildComponents () |
|
| renderChildComponent ($name) |
|
| getTemplate () |
|
| getConfiguration () |
|
| getJsConfig (UiComponentInterface $component) |
|
| setData ($key, $value=null) |
|
| getData ($key='', $index=null) |
|
| prepareDataSource (array $dataSource) |
|
| getDataSourceData () |
|
| __construct (array $data=[]) |
|
| addData (array $arr) |
|
| setData ($key, $value=null) |
|
| unsetData ($key=null) |
|
| getData ($key='', $index=null) |
|
| getDataByPath ($path) |
|
| getDataByKey ($key) |
|
| setDataUsingMethod ($key, $args=[]) |
|
| getDataUsingMethod ($key, $args=null) |
|
| hasData ($key='') |
|
| toArray (array $keys=[]) |
|
| convertToArray (array $keys=[]) |
|
| toXml (array $keys=[], $rootName='item', $addOpenTag=false, $addCdata=true) |
|
| convertToXml (array $arrAttributes=[], $rootName='item', $addOpenTag=false, $addCdata=true) |
|
| toJson (array $keys=[]) |
|
| convertToJson (array $keys=[]) |
|
| toString ($format='') |
|
| __call ($method, $args) |
|
| isEmpty () |
|
| serialize ($keys=[], $valueSeparator='=', $fieldSeparator=' ', $quote='"') |
|
| debug ($data=null, &$objects=[]) |
|
| offsetSet ($offset, $value) |
|
| offsetExists ($offset) |
|
| offsetUnset ($offset) |
|
| offsetGet ($offset) |
|
@api
- Since
- 100.0.2
Definition at line 12 of file Paging.php.