org.broadleafcommerce.gwt.client.presenter.entity
Class DynamicEntityPresenter
java.lang.Object
org.broadleafcommerce.gwt.client.presenter.entity.AbstractEntityPresenter
org.broadleafcommerce.gwt.client.presenter.entity.DynamicEntityPresenter
- All Implemented Interfaces:
- EntityPresenter
public abstract class DynamicEntityPresenter
- extends AbstractEntityPresenter
- Author:
- jfischer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.broadleafcommerce.gwt.client.presenter.entity.EntityPresenter |
setup |
display
protected DynamicEditDisplay display
lastSelectedRecord
protected com.smartgwt.client.widgets.grid.ListGridRecord lastSelectedRecord
loaded
protected java.lang.Boolean loaded
formPresenter
protected DynamicFormPresenter formPresenter
selectionChangedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration selectionChangedHandlerRegistration
removeClickHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration removeClickHandlerRegistration
addClickHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration addClickHandlerRegistration
entityTypeChangedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration entityTypeChangedHandlerRegistration
cellSavedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration cellSavedHandlerRegistration
presenterSequenceSetupManager
protected PresenterSequenceSetupManager presenterSequenceSetupManager
disabled
protected java.lang.Boolean disabled
DynamicEntityPresenter
public DynamicEntityPresenter()
setStartState
public void setStartState()
enable
public void enable()
disable
public void disable()
setReadOnly
public void setReadOnly(java.lang.Boolean readOnly)
bind
public void bind()
postSetup
public void postSetup(com.smartgwt.client.widgets.Canvas container)
containsDisplay
protected java.lang.Boolean containsDisplay(com.smartgwt.client.widgets.Canvas container)
getDisplay
public DynamicEditDisplay getDisplay()
setDisplay
public void setDisplay(Display display)
setupDisplayItems
protected void setupDisplayItems(com.smartgwt.client.data.DataSource entityDataSource,
com.smartgwt.client.data.DataSource... additionalDataSources)
changeSelection
protected abstract void changeSelection(com.smartgwt.client.data.Record selectedRecord)
addClicked
protected abstract void addClicked()
removeClicked
protected void removeClicked()
getSelectionChangedHandlerRegistration
public com.google.gwt.event.shared.HandlerRegistration getSelectionChangedHandlerRegistration()
getRemoveClickHandlerRegistration
public com.google.gwt.event.shared.HandlerRegistration getRemoveClickHandlerRegistration()
getAddClickHandlerRegistration
public com.google.gwt.event.shared.HandlerRegistration getAddClickHandlerRegistration()
getEntityTypeChangedHandlerRegistration
public com.google.gwt.event.shared.HandlerRegistration getEntityTypeChangedHandlerRegistration()
getCellSavedHandlerRegistration
public com.google.gwt.event.shared.HandlerRegistration getCellSavedHandlerRegistration()
getPresenterSequenceSetupManager
public PresenterSequenceSetupManager getPresenterSequenceSetupManager()
getLoaded
public java.lang.Boolean getLoaded()
Copyright © 2011. All Rights Reserved.