org.broadleafcommerce.cms.admin.client.presenter.sandbox
public class SandBoxPresenter extends AbstractEntityPresenter implements Instantiable
| Modifier and Type | Field and Description |
|---|---|
static CommentDialog |
COMMENT_DIALOG |
protected Boolean |
disabled |
protected SandBoxDisplay |
display |
protected com.smartgwt.client.widgets.grid.ListGridRecord |
lastSelectedRecord |
protected Boolean |
loaded |
protected PresenterSequenceSetupManager |
presenterSequenceSetupManager |
protected com.google.gwt.event.shared.HandlerRegistration |
previewClickHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
promoteAllClickHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
promoteSelectionClickHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
refreshClickHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
revertRejectAllClickHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
revertRejectSelectionClickHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
selectionChangedHandlerRegistration |
defaultItemId, eventBus| Constructor and Description |
|---|
SandBoxPresenter() |
| Modifier and Type | Method and Description |
|---|---|
void |
bind() |
protected Boolean |
containsDisplay(com.smartgwt.client.widgets.Canvas container) |
void |
disable() |
void |
enable() |
SandBoxDisplay |
getDisplay() |
Boolean |
getLoaded() |
PresenterSequenceSetupManager |
getPresenterSequenceSetupManager() |
com.google.gwt.event.shared.HandlerRegistration |
getPromoteAllClickHandlerRegistration() |
com.google.gwt.event.shared.HandlerRegistration |
getPromoteSelectionClickHandlerRegistration() |
com.google.gwt.event.shared.HandlerRegistration |
getRefreshClickHandlerRegistration() |
com.google.gwt.event.shared.HandlerRegistration |
getRevertRejectAllClickHandlerRegistration() |
com.google.gwt.event.shared.HandlerRegistration |
getRevertRejectSelectionClickHandlerRegistration() |
protected String |
getSelectedRecords() |
com.google.gwt.event.shared.HandlerRegistration |
getSelectionChangedHandlerRegistration() |
protected void |
invalidateMyCache() |
protected void |
invalidateOtherCache() |
void |
postSetup(com.smartgwt.client.widgets.Canvas container) |
protected void |
previewSelection(com.smartgwt.client.widgets.grid.ListGridRecord[] records) |
void |
setDisplay(Display display) |
void |
setStartState() |
void |
setup() |
protected void |
setupDisplayItems(com.smartgwt.client.data.DataSource entityDataSource,
com.smartgwt.client.data.DataSource... additionalDataSources) |
getDefaultItemId, getEventBus, setDefaultItemId, setEventBuspublic static final CommentDialog COMMENT_DIALOG
protected SandBoxDisplay display
protected com.smartgwt.client.widgets.grid.ListGridRecord lastSelectedRecord
protected Boolean loaded
protected com.google.gwt.event.shared.HandlerRegistration selectionChangedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration revertRejectAllClickHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration revertRejectSelectionClickHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration promoteAllClickHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration promoteSelectionClickHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration refreshClickHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration previewClickHandlerRegistration
protected PresenterSequenceSetupManager presenterSequenceSetupManager
protected Boolean disabled
public void setStartState()
public void enable()
public void disable()
protected String getSelectedRecords()
protected void previewSelection(com.smartgwt.client.widgets.grid.ListGridRecord[] records)
protected void invalidateMyCache()
public void bind()
public void postSetup(com.smartgwt.client.widgets.Canvas container)
postSetup in interface EntityPresenterpublic void setup()
setup in interface EntityPresenterprotected Boolean containsDisplay(com.smartgwt.client.widgets.Canvas container)
public SandBoxDisplay getDisplay()
getDisplay in interface EntityPresenterpublic void setDisplay(Display display)
setDisplay in interface EntityPresenterprotected void setupDisplayItems(com.smartgwt.client.data.DataSource entityDataSource,
com.smartgwt.client.data.DataSource... additionalDataSources)
public com.google.gwt.event.shared.HandlerRegistration getSelectionChangedHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getRevertRejectAllClickHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getRevertRejectSelectionClickHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getPromoteAllClickHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getPromoteSelectionClickHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getRefreshClickHandlerRegistration()
public PresenterSequenceSetupManager getPresenterSequenceSetupManager()
getPresenterSequenceSetupManager in interface EntityPresenterpublic Boolean getLoaded()
getLoaded in interface EntityPresenterprotected void invalidateOtherCache()
Copyright © 2015. All Rights Reserved.