info.magnolia.ui.vaadin.gwt.client.editor.model.focus
Class FocusModelImpl

java.lang.Object
  extended by info.magnolia.ui.vaadin.gwt.client.editor.model.focus.FocusModelImpl
All Implemented Interfaces:
FocusModel

public class FocusModelImpl
extends Object
implements FocusModel

Helper class to keep track of selected items. Welcome to the MindTwister.


Constructor Summary
FocusModelImpl(com.google.web.bindery.event.shared.EventBus eventBus, Model model)
           
 
Method Summary
 void init()
           
 void select(MgnlElement mgnlElement)
           
 void selectElement(com.google.gwt.dom.client.Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FocusModelImpl

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

selectElement

public void selectElement(com.google.gwt.dom.client.Element element)
Specified by:
selectElement in interface FocusModel

init

public void init()
Specified by:
init in interface FocusModel

select

public void select(MgnlElement mgnlElement)
Specified by:
select in interface FocusModel


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