org.broadleafcommerce.openadmin.client.view
Class UIFactory

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Display>
          extended by org.broadleafcommerce.openadmin.client.view.UIFactory
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Display>

public class UIFactory
extends HashMap<String,Display>

Author:
jfischer
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
UIFactory()
           
 
Method Summary
 void clearCurrentView()
           
 boolean equalsCurrentView(String key)
           
 void getPresenter(String value, AsyncClient asyncClient)
           
 void getView(String value, AsyncClient asyncClient)
           
 void getView(String value, boolean clearCurrentView, boolean storeView, AsyncClient asyncClient)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

UIFactory

public UIFactory()
Method Detail

getView

public void getView(String value,
                    AsyncClient asyncClient)

getView

public void getView(String value,
                    boolean clearCurrentView,
                    boolean storeView,
                    AsyncClient asyncClient)

getPresenter

public void getPresenter(String value,
                         AsyncClient asyncClient)

clearCurrentView

public void clearCurrentView()

equalsCurrentView

public boolean equalsCurrentView(String key)


Copyright © 2013. All Rights Reserved.