public static interface ExplorerChip.ContentDockingListener extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
contentHidden(ExplorerChip explorer)
Is called each time when this chip has been showing as explorer content but is replaced by another chip.
|
void |
contentRemoved(ExplorerChip explorer,
boolean external)
Called when this chip is no longer shown ( as explorer content or externally ) and is not re-used.
|
void |
contentShown(ExplorerChip explorer,
boolean external)
Is called each time this chip is either shown as new explorer content or as external window organizer.
|
void contentShown(ExplorerChip explorer, boolean external)
explorer - the explorer chipexternal - whether or not this chip is shown within a window of its ownvoid contentHidden(ExplorerChip explorer)
explorer - the explorer chipvoid contentRemoved(ExplorerChip explorer, boolean external)
explorer - the explorer chipexternal - whether or not this chip is shown within a window of its ownCopyright © 2017 SAP SE. All Rights Reserved.