Uses of Class
com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.SinglePage
-
-
Uses of SinglePage in com.hybris.cockpitng.widgets.collectionbrowser.mold
Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold that return SinglePage Modifier and Type Method Description SinglePageCollectionBrowserMoldContext. getCurrentPage()SinglePageDefaultCollectionBrowserContext. getCurrentPage()Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold with parameters of type SinglePage Modifier and Type Method Description voidCollectionBrowserMoldStrategy. render(org.zkoss.zk.ui.Component parent, SinglePage singlePage)Render mold inside given parent component with single page.voidCollectionBrowserMoldStrategy. setPage(SinglePage singlePage)Set data for a single page. -
Uses of SinglePage in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl
Fields in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl declared as SinglePage Modifier and Type Field Description static SinglePageSinglePage. EMPTYMethods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl that return SinglePage Modifier and Type Method Description SinglePagePagingDelegateController. getCurrentSinglePage()SinglePagePagingDelegateController. getCurrentSinglePageWithTypeCode(java.lang.String typeCode)Gets current single page with type code. -
Uses of SinglePage in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.common
Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.common with parameters of type SinglePage Modifier and Type Method Description protected java.lang.StringAbstractMoldStrategy. chooseEmptyMessageToDisplayFor(SinglePage singlePage)voidAbstractMoldStrategy. setPage(SinglePage singlePage) -
Uses of SinglePage in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.gridview
Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.gridview with parameters of type SinglePage Modifier and Type Method Description protected voidGridViewCollectionBrowserMoldStrategy. processViewWith(java.util.List<?> list, SinglePage singlePage)voidGridViewCollectionBrowserMoldStrategy. render(org.zkoss.zk.ui.Component parent, SinglePage singlePage)voidGridViewCollectionBrowserMoldStrategy. setPage(SinglePage singlePage) -
Uses of SinglePage in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.listview
Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.listview with parameters of type SinglePage Modifier and Type Method Description protected voidListViewCollectionBrowserMoldStrategy. initialize(SinglePage singlePage)protected booleanListViewCollectionBrowserMoldStrategy. isEmptyOrNotConfiguredPage(SinglePage singlePage, ListView columnConfiguration)protected voidListViewCollectionBrowserMoldStrategy. processViewWith(SinglePage singlePage)voidListViewCollectionBrowserMoldStrategy. render(org.zkoss.zk.ui.Component parent, SinglePage singlePage)protected voidListViewCollectionBrowserMoldStrategy. renderListWithoutConfiguration(SinglePage singlePage)voidListViewCollectionBrowserMoldStrategy. setPage(SinglePage singlePage) -
Uses of SinglePage in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.treeview
Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.treeview with parameters of type SinglePage Modifier and Type Method Description protected TreeViewCollectionBrowserTreeModel<? extends TreeViewCollectionBrowserNode>TreeViewCollectionBrowserMoldStrategy. createTreeModel(java.util.List<java.lang.Object> currentPage, SinglePage singlePage)voidTreeViewCollectionBrowserMoldStrategy. render(org.zkoss.zk.ui.Component parent, SinglePage singlePage)voidTreeViewCollectionBrowserMoldStrategy. setPage(SinglePage singlePage)
-