public abstract class AbstractAssignedListRenderer<K> extends java.lang.Object implements AssignedListRenderer
| Constructor and Description |
|---|
AbstractAssignedListRenderer(java.util.List<K> assignedValuesList) |
| Modifier and Type | Method and Description |
|---|---|
HtmlBasedComponent |
createMenuListViewComponent()
Creates main view for the component
|
protected java.util.List<? extends java.lang.Object> |
getAssignedValuesList() |
protected ObjectCollectionService |
getObjectCollectionService() |
protected void |
setNotification(java.lang.String captionKey,
java.lang.String messageKey,
java.lang.Object... messageAttrs) |
protected void |
setResultListData(Listbox collectionItems,
java.util.List<? extends java.lang.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 AbstractAssignedListRenderer(java.util.List<K> assignedValuesList)
public HtmlBasedComponent createMenuListViewComponent()
AssignedListRenderercreateMenuListViewComponent in interface AssignedListRendererprotected Label showMoreLabel(Listbox collectionAssignedItems,
Div labelContainer)
protected Label showLessLabel(Listbox collectionAssignedItems,
Div labelContainer)
protected void setResultListData(Listbox collectionItems,
java.util.List<? extends java.lang.Object> resultList,
int rows)
protected ObjectCollectionService getObjectCollectionService()
protected void setNotification(java.lang.String captionKey,
java.lang.String messageKey,
java.lang.Object... messageAttrs)
protected java.util.List<? extends java.lang.Object> getAssignedValuesList()
Copyright © 2018 SAP SE. All Rights Reserved.