org.broadleafcommerce.admin.client.presenter.customer
Class CustomerPresenter

java.lang.Object
  extended by org.broadleafcommerce.openadmin.client.presenter.entity.AbstractEntityPresenter
      extended by org.broadleafcommerce.openadmin.client.presenter.entity.DynamicEntityPresenter
          extended by org.broadleafcommerce.admin.client.presenter.customer.CustomerPresenter
All Implemented Interfaces:
EntityPresenter, Instantiable

public class CustomerPresenter
extends DynamicEntityPresenter
implements Instantiable

Author:
jfischer

Field Summary
protected  java.util.HashMap<java.lang.String,java.lang.Object> library
           
 
Fields inherited from class org.broadleafcommerce.openadmin.client.presenter.entity.DynamicEntityPresenter
addClickHandlerRegistration, cellSavedHandlerRegistration, disabled, display, entityTypeChangedHandlerRegistration, formPresenter, lastSelectedRecord, loaded, presenterSequenceSetupManager, removeClickHandlerRegistration, selectionChangedHandlerRegistration
 
Fields inherited from class org.broadleafcommerce.openadmin.client.presenter.entity.AbstractEntityPresenter
eventBus
 
Constructor Summary
CustomerPresenter()
           
 
Method Summary
protected  void addClicked()
           
 void bind()
           
protected  void changeSelection(com.smartgwt.client.data.Record selectedRecord)
           
 CustomerDisplay getDisplay()
           
 void setup()
           
 
Methods inherited from class org.broadleafcommerce.openadmin.client.presenter.entity.DynamicEntityPresenter
containsDisplay, disable, enable, getAddClickHandlerRegistration, getCellSavedHandlerRegistration, getEntityTypeChangedHandlerRegistration, getLoaded, getPresenterSequenceSetupManager, getRemoveClickHandlerRegistration, getSelectionChangedHandlerRegistration, postSetup, removeClicked, setAddNewItemTitle, setDisplay, setFetchAfterAddCriteria, setGridFields, setReadOnly, setStartState, setupDisplayItems
 
Methods inherited from class org.broadleafcommerce.openadmin.client.presenter.entity.AbstractEntityPresenter
getEventBus, setEventBus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

library

protected java.util.HashMap<java.lang.String,java.lang.Object> library
Constructor Detail

CustomerPresenter

public CustomerPresenter()
Method Detail

changeSelection

protected void changeSelection(com.smartgwt.client.data.Record selectedRecord)
Overrides:
changeSelection in class DynamicEntityPresenter

addClicked

protected void addClicked()
Overrides:
addClicked in class DynamicEntityPresenter

bind

public void bind()
Overrides:
bind in class DynamicEntityPresenter

setup

public void setup()
Specified by:
setup in interface EntityPresenter

getDisplay

public CustomerDisplay getDisplay()
Specified by:
getDisplay in interface EntityPresenter
Overrides:
getDisplay in class DynamicEntityPresenter


Copyright © 2011. All Rights Reserved.