org.broadleafcommerce.openadmin.client.presenter.entity
Class DynamicEntityPresenterWithoutForm
java.lang.Object
org.broadleafcommerce.openadmin.client.presenter.entity.AbstractEntityPresenter
org.broadleafcommerce.openadmin.client.presenter.entity.DynamicEntityPresenterWithoutForm
- All Implemented Interfaces:
- EntityPresenter
public abstract class DynamicEntityPresenterWithoutForm
- 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.openadmin.client.presenter.entity.EntityPresenter |
setup |
display
protected DynamicEditDisplayWithoutForm display
lastSelectedRecord
protected com.smartgwt.client.widgets.grid.ListGridRecord lastSelectedRecord
loaded
protected Boolean loaded
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 Boolean disabled
newItemTitle
protected String newItemTitle
fetchAfterAddCriteria
protected com.smartgwt.client.data.Criteria fetchAfterAddCriteria
gridFields
protected String[] gridFields
initialValues
protected Map<String,Object> initialValues
DynamicEntityPresenterWithoutForm
public DynamicEntityPresenterWithoutForm()
setStartState
public void setStartState()
enable
public void enable()
disable
public void disable()
setReadOnly
public void setReadOnly(Boolean readOnly)
bind
public void bind()
postSetup
public void postSetup(com.smartgwt.client.widgets.Canvas container)
containsDisplay
protected Boolean containsDisplay(com.smartgwt.client.widgets.Canvas container)
getDisplay
public DynamicEditDisplayWithoutForm 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 void changeSelection(com.smartgwt.client.data.Record selectedRecord)
addClicked
protected void addClicked()
addClicked
protected void addClicked(String newItemTitle)
addNewItem
protected void addNewItem(String newItemTitle)
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 Boolean getLoaded()
setAddNewItemTitle
public void setAddNewItemTitle(String newItemTitle)
setFetchAfterAddCriteria
public void setFetchAfterAddCriteria(com.smartgwt.client.data.Criteria criteria)
setGridFields
public void setGridFields(String[] gridFields)
Copyright © 2013. All Rights Reserved.