public class GridPreviewSlot extends AbstractPreviewSlot
| Constructor and Description |
|---|
GridPreviewSlot(PreviewPage page,
int gridElementID) |
GridPreviewSlot(PreviewPage page,
int gridElementID,
double x,
double y,
double width,
double height) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear(boolean deletePlacement)
Removes placement (if any)
|
int |
getGridElementID() |
TypedObject |
getPlacement() |
protected PrintcockpitService |
getPrintcockpitService() |
boolean |
isEmpty() |
void |
setPlacement(TypedObject placement) |
String |
toString() |
getPagegetXPos, getXSize, getYPos, getYSize, resizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetXPos, getXSize, getYPos, getYSizepublic GridPreviewSlot(PreviewPage page, int gridElementID)
public GridPreviewSlot(PreviewPage page, int gridElementID, double x, double y, double width, double height)
public TypedObject getPlacement()
public void setPlacement(TypedObject placement)
public int getGridElementID()
public void clear(boolean deletePlacement)
PreviewSlotdeletePlacement - set to true if you wish to delete placement as well.public boolean isEmpty()
protected PrintcockpitService getPrintcockpitService()
Copyright © 2017 SAP SE. All Rights Reserved.