public interface SourceNavigator extends DataTransferProvider
| Modifier and Type | Method and Description |
|---|---|
void |
addButtons(Component component)
Adds navigator buttons to the passed component.
|
Set |
getSelectedItems()
Returns selected items from current browser
|
void |
init(XulElement parentComponent)
Initializes navigator component with default/start data.
|
boolean |
isSearchable()
Inidicates if navigator is able to perform search
|
void |
reload()
Invalidates navigator data model and resets its view
|
void |
setSearchTerm(String searchTerm)
Only applicable for navigators that are searchable
|
void |
show()
Shows navigator.
|
exportDatavoid init(XulElement parentComponent)
parentComponent - - component where navigator will be appended after calling show() methodvoid show()
org.zkoss.zk.ui.event.Events#ON_USER event to parentComponent passed in
init(XulElement) method, so the controller will be notified, and navigator will be set as active.boolean isSearchable()
void setSearchTerm(String searchTerm)
searchTerm - void reload()
void addButtons(Component component)
component - where navigator button will be placedSet getSelectedItems()
Copyright © 2017 SAP SE. All Rights Reserved.