|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.exadel.vpe.editor.template.VpeAbstractCreator
com.exadel.vpe.editor.template.VpeDataTableCreator
| Method Summary | |
VpeCreatorInfo |
create(VpePageContext pageContext,
org.w3c.dom.Node sourceNode,
com.exadel.swt.internal.mozilla.nsIDOMDocument visualDocument,
com.exadel.swt.internal.mozilla.nsIDOMElement visualElement,
java.util.Map visualNodeMap)
Creates a node of the visual tree on the node of the source tree. |
void |
removeAttribute(VpePageContext pageContext,
org.w3c.dom.Element sourceElement,
java.util.Map visualNodeMap,
java.lang.String name)
Informs on remove of attribute of the current source element. |
void |
setAttribute(VpePageContext pageContext,
org.w3c.dom.Element sourceElement,
java.util.Map visualNodeMap,
java.lang.String name,
java.lang.String value)
Sets value of attribute of the current visual element. |
void |
validate(VpePageContext pageContext,
org.w3c.dom.Element sourceElement,
com.exadel.swt.internal.mozilla.nsIDOMDocument visualDocument,
com.exadel.swt.internal.mozilla.nsIDOMElement visualParent,
com.exadel.swt.internal.mozilla.nsIDOMElement visualElement,
java.util.Map visualNodeMap)
Is invoked after construction of all child nodes of the current visual node. |
| Methods inherited from class com.exadel.vpe.editor.template.VpeAbstractCreator |
isRecreateAtAttrChange, nonctrlKeyPressHandler, pseudo, refreshElement, removeElement |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public VpeCreatorInfo create(VpePageContext pageContext,
org.w3c.dom.Node sourceNode,
com.exadel.swt.internal.mozilla.nsIDOMDocument visualDocument,
com.exadel.swt.internal.mozilla.nsIDOMElement visualElement,
java.util.Map visualNodeMap)
VpeAbstractCreator
create in interface VpeCreatorcreate in class VpeAbstractCreatorpageContext - Contains the information on edited page.sourceNode - The current node of the source tree.visualDocument - The document of the visual tree.visualElement - The current element of the visual tree.visualNodeMap - Is used for a storage padding information.
public void setAttribute(VpePageContext pageContext,
org.w3c.dom.Element sourceElement,
java.util.Map visualNodeMap,
java.lang.String name,
java.lang.String value)
VpeAbstractCreator
setAttribute in interface VpeCreatorsetAttribute in class VpeAbstractCreatorpageContext - Contains the information on edited page.sourceElement - The current element of the source tree.visualNodeMap - Is used for a storage padding information.name - Attribute name.value - Attribute value.
public void validate(VpePageContext pageContext,
org.w3c.dom.Element sourceElement,
com.exadel.swt.internal.mozilla.nsIDOMDocument visualDocument,
com.exadel.swt.internal.mozilla.nsIDOMElement visualParent,
com.exadel.swt.internal.mozilla.nsIDOMElement visualElement,
java.util.Map visualNodeMap)
VpeAbstractCreator
validate in interface VpeCreatorvalidate in class VpeAbstractCreatorpageContext - Contains the information on edited page.sourceElement - The current element of the source tree.visualDocument - The document of the visual tree.visualParent - The future parent of the current visual element.visualElement - The current element of the visual tree.visualNodeMap - Is used for a storage padding information.
public void removeAttribute(VpePageContext pageContext,
org.w3c.dom.Element sourceElement,
java.util.Map visualNodeMap,
java.lang.String name)
VpeAbstractCreator
removeAttribute in interface VpeCreatorremoveAttribute in class VpeAbstractCreatorpageContext - Contains the information on edited page.sourceElement - The current element of the source tree.visualNodeMap - Is used for a storage padding information.name - Attribute name.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||