public abstract class AbstractItemView extends Div implements UIItemView
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractItemView.LoadImage |
| Modifier and Type | Field and Description |
|---|---|
protected LoadingProgressContainer |
loadingProgressContainer |
static java.lang.String |
ON_CONTINUE_LOADING |
| Constructor and Description |
|---|
AbstractItemView() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
delayLazyload() |
protected DragAndDropContext |
getDDContext() |
int |
getInitialPackageSize() |
int |
getLazyloadPackageSize() |
boolean |
isSimpleSelectionMode() |
void |
setDDContext(DragAndDropContext context) |
void |
setSimpleSelectionMode(boolean simpleSelectionMode) |
void |
setupLazyLoading(int initialPackageSize,
int lazyloadPackageSize) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateActivation, updateActiveItems, updateItem, updateItems, updateSelectioninitialize, updatepublic static final java.lang.String ON_CONTINUE_LOADING
protected LoadingProgressContainer loadingProgressContainer
public void setupLazyLoading(int initialPackageSize,
int lazyloadPackageSize)
protected DragAndDropContext getDDContext()
public void setDDContext(DragAndDropContext context)
setDDContext in interface UIItemViewpublic int getLazyloadPackageSize()
public int getInitialPackageSize()
public boolean isSimpleSelectionMode()
public void setSimpleSelectionMode(boolean simpleSelectionMode)
protected void delayLazyload()
Copyright © 2018 SAP SE. All Rights Reserved.