Projection, RibbonGalleryProjectionpublic abstract class BlackboxProjection<C extends ContentModel,P extends PresentationModel>
extends java.lang.Object
| Constructor | Description |
|---|---|
BlackboxProjection(C contentModel,
P presentationModel) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<Command,CommandButtonPresentationModel.Overlay> |
getCommandOverlays() |
|
C |
getContentModel() |
|
P |
getPresentationModel() |
|
void |
setCommandOverlays(java.util.Map<Command,CommandButtonPresentationModel.Overlay> commandOverlays) |
public C getContentModel()
public P getPresentationModel()
public void setCommandOverlays(java.util.Map<Command,CommandButtonPresentationModel.Overlay> commandOverlays)
public java.util.Map<Command,CommandButtonPresentationModel.Overlay> getCommandOverlays()