info.magnolia.ui.vaadin.gwt.client.editor.dom.processor
Class ElementProcessor

java.lang.Object
  extended by info.magnolia.ui.vaadin.gwt.client.editor.dom.processor.ElementProcessor

public class ElementProcessor
extends Object

Processor for DOM Elements. This is a crucial part of the page editor as it:

  
 


Constructor Summary
ElementProcessor(com.google.web.bindery.event.shared.EventBus eventBus, Model model)
           
 
Method Summary
 void process(com.google.gwt.dom.client.Element element, MgnlElement mgnlElement, boolean preview)
          Processes the current Element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementProcessor

public ElementProcessor(com.google.web.bindery.event.shared.EventBus eventBus,
                        Model model)
Method Detail

process

public void process(com.google.gwt.dom.client.Element element,
                    MgnlElement mgnlElement,
                    boolean preview)
Processes the current Element.

Parameters:
element - the current node beeing processed
mgnlElement - the associated MgnlElement
preview -


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.