Interface CommentLayerAwareModel
-
public interface CommentLayerAwareModelThis 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 CommentLayerContextgetCommentLayerContext()Returns the context of the comment layer.java.lang.ObjectgetCommentLayerTarget()Returns the object that is the target of the comment layer for the given model.org.zkoss.zk.ui.ComponentgetParentAreaComponent()booleanisCommentLayerActive()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()
-
-