|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A MarkupRenderContext represents the context in which a markup bean will be rendering its markup output. This is a call-back interface used in the MarkupDesignInfo.customizeRender(...) method. A component (bean) author can use the methods in this interface to alter the markup stream that will be displayed on the design surface. They can also associate custom behavior with portions of markup using the associateMouseRegion(...) method.
IMPLEMENTED BY CREATOR - This interface is implemented by Creator for use by the component (bean) author.
MarkupDesignInfo.customizeRender(MarkupDesignBean, MarkupRenderContext)| Method Summary | |
void |
associateMouseRegion(org.w3c.dom.Element element,
MarkupMouseRegion region)
Associates a mouse region with a particular element of rendered markup. |
MarkupPosition |
getBeginPosition()
The starting position within the renderFragment from where nodes were rendered for this component. |
org.w3c.dom.DocumentFragment |
getDocumentFragment()
The 'rendered' DOM document fragment from the JSF component. |
MarkupPosition |
getEndPosition()
The ending position within the renderFragment to which nodes were rendered for this component. |
| Method Detail |
public void associateMouseRegion(org.w3c.dom.Element element,
MarkupMouseRegion region)
element - Elementregion - MarkupMouseRegionpublic MarkupPosition getBeginPosition()
public org.w3c.dom.DocumentFragment getDocumentFragment()
public MarkupPosition getEndPosition()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||