public abstract class AbstractContainer extends Object implements DataTransferAcceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractContainer.EmptySpaceDropLocation
Simple drop location which indicates that the object has been dropped at the empty space inside this flow box.
|
| Modifier and Type | Field and Description |
|---|---|
protected TransferHandler |
dataTransferHandler |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractContainer(Component mainArea,
boolean chainedPages) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
containerClicked() |
protected void |
desktopRemoved() |
protected void |
gainFocus() |
TransferHandler |
getDataTransferHandler() |
DataTransferLocation |
getLocation(Component targetComponent) |
Component |
getMainContainer() |
Div |
getStripesContainer() |
protected void |
initMainContainer() |
boolean |
isChainedPages() |
protected boolean |
isShowing() |
boolean |
isShowPerformanceInfo() |
protected void |
onFocusLost() |
void |
setDataTransferHandler(TransferHandler dataTransferHandler) |
void |
setShowPerformanceInfo(boolean showPerformanceInfo) |
protected TransferHandler dataTransferHandler
protected AbstractContainer(Component mainArea,
boolean chainedPages)
chainedPages - Set to true if this container is a part of multi pages structure view. If set to 'true' all pages will
be displayed in the same scale regardless of their grid mode (single/double). If set to 'false' pages in (single)
view mode will appear bigger.protected boolean isShowing()
protected void initMainContainer()
protected void containerClicked()
public Component getMainContainer()
protected void gainFocus()
protected void onFocusLost()
protected void desktopRemoved()
public TransferHandler getDataTransferHandler()
public void setDataTransferHandler(TransferHandler dataTransferHandler)
public DataTransferLocation getLocation(Component targetComponent)
getLocation in interface DataTransferAcceptorpublic void setShowPerformanceInfo(boolean showPerformanceInfo)
public boolean isShowPerformanceInfo()
public boolean isChainedPages()
public Div getStripesContainer()
Copyright © 2017 SAP SE. All Rights Reserved.