Uses of Class
info.magnolia.templating.editor.client.dom.MgnlElement

Packages that use MgnlElement
info.magnolia.templating.editor.client   
info.magnolia.templating.editor.client.dom   
info.magnolia.templating.editor.client.model   
info.magnolia.templating.editor.client.model.focus   
 

Uses of MgnlElement in info.magnolia.templating.editor.client
 

Methods in info.magnolia.templating.editor.client that return MgnlElement
 MgnlElement AbstractBarWidget.getBoundary()
           
 

Methods in info.magnolia.templating.editor.client with parameters of type MgnlElement
 void AbstractBarWidget.setBoundary(MgnlElement boundary)
           
 

Constructors in info.magnolia.templating.editor.client with parameters of type MgnlElement
AbstractBarWidget(MgnlElement boundary, CMSComment comment)
           
AbstractOverlayWidget(MgnlElement element)
           
AreaBarWidget(MgnlElement mgnlElement, CMSComment comment, PageEditor pageEditor)
           
AreaOverlayWidget(MgnlElement element)
           
EditBarWidget(MgnlElement mgnlElement, CMSComment comment, PageEditor pageEditor)
           
 

Uses of MgnlElement in info.magnolia.templating.editor.client.dom
 

Methods in info.magnolia.templating.editor.client.dom that return MgnlElement
 MgnlElement MgnlElement.getParent()
           
 MgnlElement MgnlElement.getParentArea()
           
 MgnlElement MgnlElement.getRoot()
           
 MgnlElement MgnlElement.getRootArea()
           
 

Methods in info.magnolia.templating.editor.client.dom that return types with arguments of type MgnlElement
 List<MgnlElement> MgnlElement.getAreas()
           
 List<MgnlElement> MgnlElement.getAscendants()
           
 LinkedList<MgnlElement> MgnlElement.getChildren()
           
 List<MgnlElement> MgnlElement.getComponents()
           
 List<MgnlElement> MgnlElement.getDescendants()
           
 

Methods in info.magnolia.templating.editor.client.dom with parameters of type MgnlElement
 boolean MgnlElement.isRelated(MgnlElement relative)
           
 void MgnlElement.setParent(MgnlElement parent)
           
 

Constructors in info.magnolia.templating.editor.client.dom with parameters of type MgnlElement
MgnlElement(CMSComment comment, MgnlElement parent)
           
 

Uses of MgnlElement in info.magnolia.templating.editor.client.model
 

Fields in info.magnolia.templating.editor.client.model with type parameters of type MgnlElement
 List<MgnlElement> ModelStorage.rootElements
           
 

Methods in info.magnolia.templating.editor.client.model that return MgnlElement
 MgnlElement ModelStorage.getMgnlElement(com.google.gwt.dom.client.Element element)
           
 MgnlElement ModelStorage.getSelectedMgnlElement()
           
 

Methods in info.magnolia.templating.editor.client.model that return types with arguments of type MgnlElement
 List<MgnlElement> ModelStorage.getRootElements()
           
 

Methods in info.magnolia.templating.editor.client.model with parameters of type MgnlElement
 void ModelStorage.addEditBar(MgnlElement mgnlElement, AbstractBarWidget editBar)
           
 void ModelStorage.addElement(MgnlElement mgnlElement, com.google.gwt.dom.client.Element element)
           
 void ModelStorage.addOverlay(MgnlElement mgnlElement, AbstractOverlayWidget overlayWidget)
           
 void ModelStorage.addRoot(MgnlElement boundary)
           
 AbstractBarWidget ModelStorage.getEditBar(MgnlElement mgnlElement)
           
 List<com.google.gwt.dom.client.Element> ModelStorage.getElements(MgnlElement mgnlElement)
           
 AbstractOverlayWidget ModelStorage.getOverlay(MgnlElement mgnlElement)
           
 void ModelStorage.setSelectedMgnlElement(MgnlElement selectedMgnlElement)
           
 

Uses of MgnlElement in info.magnolia.templating.editor.client.model.focus
 

Methods in info.magnolia.templating.editor.client.model.focus with parameters of type MgnlElement
 void FocusModelImpl3.deSelect(MgnlElement mgnlElement)
           
 void FocusModelImpl2.deSelect(MgnlElement mgnlElement)
           
 void FocusModelImpl.deSelect(MgnlElement mgnlElement)
           
 void FocusModelImpl3.handleClick(MgnlElement mgnlElement)
           
 void FocusModelImpl2.handleClick(MgnlElement mgnlElement)
           
 void FocusModelImpl.handleClick(MgnlElement mgnlElement)
           
 void FocusModel.handleClick(MgnlElement mgnlElement)
           
protected  void FocusModelImpl3.select(MgnlElement mgnlElement)
           
protected  void FocusModelImpl2.select(MgnlElement mgnlElement)
           
protected  void FocusModelImpl.select(MgnlElement mgnlElement)
           
 



Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.