public abstract class AbstractAssignedListRenderer<K> extends Object implements AssignedListRenderer
| Constructor and Description |
|---|
AbstractAssignedListRenderer(List<K> assignedValuesList) |
| Modifier and Type | Method and Description |
|---|---|
HtmlBasedComponent |
createMenuListViewComponent()
Creates main view for the component
|
protected List<? extends Object> |
getAssignedValuesList() |
protected ObjectCollectionService |
getObjectCollectionService() |
protected void |
setNotification(String captionKey,
String messageKey,
Object... messageAttrs) |
protected void |
setResultListData(Listbox collectionItems,
List<? extends Object> resultList,
int rows) |
protected Label |
showLessLabel(Listbox collectionAssignedItems,
Div labelContainer) |
protected Label |
showMoreLabel(Listbox collectionAssignedItems,
Div labelContainer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateAvailableCollectionMenuItemListRenderer, getRemoveImageListenerpublic HtmlBasedComponent createMenuListViewComponent()
AssignedListRenderercreateMenuListViewComponent in interface AssignedListRendererprotected Label showMoreLabel(Listbox collectionAssignedItems,
Div labelContainer)
protected Label showLessLabel(Listbox collectionAssignedItems,
Div labelContainer)
protected void setResultListData(Listbox collectionItems,
List<? extends Object> resultList,
int rows)
protected ObjectCollectionService getObjectCollectionService()
protected void setNotification(String captionKey, String messageKey, Object... messageAttrs)
Copyright © 2017 SAP SE. All Rights Reserved.