Interface CommentLayerAwareModel
-
public interface CommentLayerAwareModel
This is a contract of a component model that is aware of the cockpit comment layer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommentLayerContext
getCommentLayerContext()
Returns the context of the comment layer.java.lang.Object
getCommentLayerTarget()
Returns the object that is the target of the comment layer for the given model.org.zkoss.zk.ui.Component
getParentAreaComponent()
boolean
isCommentLayerActive()
Determines if the comment layer is now active
-
-
-
Method Detail
-
getCommentLayerContext
CommentLayerContext getCommentLayerContext()
Returns the context of the comment layer. The context has reference to the current state of the comment layer.- Returns:
CommentLayerContext
-
getCommentLayerTarget
java.lang.Object getCommentLayerTarget()
Returns the object that is the target of the comment layer for the given model. I.e for PrintPageBrowserModel, that is the target Page.- Returns:
Object
-
isCommentLayerActive
boolean isCommentLayerActive()
Determines if the comment layer is now active
-
getParentAreaComponent
org.zkoss.zk.ui.Component getParentAreaComponent()
-
-