org.broadleafcommerce.cms.admin.client.presenter.sandbox
Class MySandBoxPresenter

java.lang.Object
  extended by org.broadleafcommerce.openadmin.client.presenter.entity.AbstractEntityPresenter
      extended by org.broadleafcommerce.cms.admin.client.presenter.sandbox.SandBoxPresenter
          extended by org.broadleafcommerce.cms.admin.client.presenter.sandbox.MySandBoxPresenter
All Implemented Interfaces:
EntityPresenter, Instantiable

public class MySandBoxPresenter
extends SandBoxPresenter
implements Instantiable

Created by IntelliJ IDEA. User: jfischer Date: 10/5/11 Time: 7:49 PM To change this template use File | Settings | File Templates.


Field Summary
protected  com.google.gwt.event.shared.HandlerRegistration pendingPreviewClickHandlerRegistration
           
protected  com.google.gwt.event.shared.HandlerRegistration pendingRefreshClickHandlerRegistration
           
protected  com.google.gwt.event.shared.HandlerRegistration pendingSelectionChangedHandlerRegistration
           
protected  com.google.gwt.event.shared.HandlerRegistration reclaimAllClickHandlerRegistration
           
protected  com.google.gwt.event.shared.HandlerRegistration reclaimSelectionClickHandlerRegistration
           
protected  com.google.gwt.event.shared.HandlerRegistration releaseAllClickHandlerRegistration
           
protected  com.google.gwt.event.shared.HandlerRegistration releaseSelectionClickHandlerRegistration
           
 
Fields inherited from class org.broadleafcommerce.cms.admin.client.presenter.sandbox.SandBoxPresenter
disabled, display, lastSelectedRecord, loaded, presenterSequenceSetupManager, previewClickHandlerRegistration, promoteAllClickHandlerRegistration, promoteSelectionClickHandlerRegistration, refreshClickHandlerRegistration, revertRejectAllClickHandlerRegistration, revertRejectSelectionClickHandlerRegistration, selectionChangedHandlerRegistration
 
Fields inherited from class org.broadleafcommerce.openadmin.client.presenter.entity.AbstractEntityPresenter
defaultItemId, eventBus
 
Constructor Summary
MySandBoxPresenter()
           
 
Method Summary
 void bind()
           
protected  MySandBoxDisplay getMySandBoxDisplay()
           
protected  String getPendingSelectedRecords()
           
protected  void invalidateOtherCache()
           
 void pendingEnable()
           
 void setPendingStartState()
           
 void setup()
           
protected  void setupDisplayItems(com.smartgwt.client.data.DataSource entityDataSource, com.smartgwt.client.data.DataSource... additionalDataSources)
           
 
Methods inherited from class org.broadleafcommerce.cms.admin.client.presenter.sandbox.SandBoxPresenter
containsDisplay, disable, enable, getDisplay, getLoaded, getPresenterSequenceSetupManager, getPromoteAllClickHandlerRegistration, getPromoteSelectionClickHandlerRegistration, getRefreshClickHandlerRegistration, getRevertRejectAllClickHandlerRegistration, getRevertRejectSelectionClickHandlerRegistration, getSelectedRecords, getSelectionChangedHandlerRegistration, invalidateMyCache, postSetup, previewSelection, setDisplay, setStartState
 
Methods inherited from class org.broadleafcommerce.openadmin.client.presenter.entity.AbstractEntityPresenter
getDefaultItemId, getEventBus, setDefaultItemId, setEventBus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pendingRefreshClickHandlerRegistration

protected com.google.gwt.event.shared.HandlerRegistration pendingRefreshClickHandlerRegistration

pendingPreviewClickHandlerRegistration

protected com.google.gwt.event.shared.HandlerRegistration pendingPreviewClickHandlerRegistration

reclaimAllClickHandlerRegistration

protected com.google.gwt.event.shared.HandlerRegistration reclaimAllClickHandlerRegistration

reclaimSelectionClickHandlerRegistration

protected com.google.gwt.event.shared.HandlerRegistration reclaimSelectionClickHandlerRegistration

pendingSelectionChangedHandlerRegistration

protected com.google.gwt.event.shared.HandlerRegistration pendingSelectionChangedHandlerRegistration

releaseAllClickHandlerRegistration

protected com.google.gwt.event.shared.HandlerRegistration releaseAllClickHandlerRegistration

releaseSelectionClickHandlerRegistration

protected com.google.gwt.event.shared.HandlerRegistration releaseSelectionClickHandlerRegistration
Constructor Detail

MySandBoxPresenter

public MySandBoxPresenter()
Method Detail

setup

public void setup()
Specified by:
setup in interface EntityPresenter
Overrides:
setup in class SandBoxPresenter

getMySandBoxDisplay

protected MySandBoxDisplay getMySandBoxDisplay()

setupDisplayItems

protected void setupDisplayItems(com.smartgwt.client.data.DataSource entityDataSource,
                                 com.smartgwt.client.data.DataSource... additionalDataSources)
Overrides:
setupDisplayItems in class SandBoxPresenter

setPendingStartState

public void setPendingStartState()

pendingEnable

public void pendingEnable()

getPendingSelectedRecords

protected String getPendingSelectedRecords()

invalidateOtherCache

protected void invalidateOtherCache()
Overrides:
invalidateOtherCache in class SandBoxPresenter

bind

public void bind()
Overrides:
bind in class SandBoxPresenter


Copyright © 2012. All Rights Reserved.