org.broadleafcommerce.openadmin.client.presenter.entity
public abstract class DynamicEntityPresenterWithoutForm extends AbstractEntityPresenter
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.event.shared.HandlerRegistration |
addClickHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
cellSavedHandlerRegistration |
protected Boolean |
disabled |
protected DynamicEditDisplayWithoutForm |
display |
protected com.google.gwt.event.shared.HandlerRegistration |
entityTypeChangedHandlerRegistration |
protected com.smartgwt.client.data.Criteria |
fetchAfterAddCriteria |
protected String[] |
gridFields |
protected Map<String,Object> |
initialValues |
protected com.smartgwt.client.widgets.grid.ListGridRecord |
lastSelectedRecord |
protected Boolean |
loaded |
protected String |
newItemTitle |
protected PresenterSequenceSetupManager |
presenterSequenceSetupManager |
protected com.google.gwt.event.shared.HandlerRegistration |
removeClickHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
selectionChangedHandlerRegistration |
defaultItemId, eventBus| Constructor and Description |
|---|
DynamicEntityPresenterWithoutForm() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addClicked() |
protected void |
addClicked(String newItemTitle) |
protected void |
addNewItem(String newItemTitle) |
void |
bind() |
protected void |
changeSelection(com.smartgwt.client.data.Record selectedRecord) |
protected Boolean |
containsDisplay(com.smartgwt.client.widgets.Canvas container) |
void |
disable() |
void |
enable() |
com.google.gwt.event.shared.HandlerRegistration |
getAddClickHandlerRegistration() |
com.google.gwt.event.shared.HandlerRegistration |
getCellSavedHandlerRegistration() |
DynamicEditDisplayWithoutForm |
getDisplay() |
com.google.gwt.event.shared.HandlerRegistration |
getEntityTypeChangedHandlerRegistration() |
Boolean |
getLoaded() |
PresenterSequenceSetupManager |
getPresenterSequenceSetupManager() |
com.google.gwt.event.shared.HandlerRegistration |
getRemoveClickHandlerRegistration() |
com.google.gwt.event.shared.HandlerRegistration |
getSelectionChangedHandlerRegistration() |
void |
postSetup(com.smartgwt.client.widgets.Canvas container) |
protected void |
removeClicked() |
void |
setAddNewItemTitle(String newItemTitle) |
void |
setDisplay(Display display) |
void |
setFetchAfterAddCriteria(com.smartgwt.client.data.Criteria criteria) |
void |
setGridFields(String[] gridFields) |
void |
setReadOnly(Boolean readOnly) |
void |
setStartState() |
protected void |
setupDisplayItems(com.smartgwt.client.data.DataSource entityDataSource,
com.smartgwt.client.data.DataSource... additionalDataSources) |
getDefaultItemId, getEventBus, setDefaultItemId, setEventBusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetupprotected DynamicEditDisplayWithoutForm 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 removeClickHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration addClickHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration entityTypeChangedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration cellSavedHandlerRegistration
protected PresenterSequenceSetupManager presenterSequenceSetupManager
protected Boolean disabled
protected String newItemTitle
protected com.smartgwt.client.data.Criteria fetchAfterAddCriteria
protected String[] gridFields
public void setStartState()
public void enable()
public void disable()
public void setReadOnly(Boolean readOnly)
public void bind()
public void postSetup(com.smartgwt.client.widgets.Canvas container)
protected Boolean containsDisplay(com.smartgwt.client.widgets.Canvas container)
public DynamicEditDisplayWithoutForm getDisplay()
public void setDisplay(Display display)
protected void setupDisplayItems(com.smartgwt.client.data.DataSource entityDataSource,
com.smartgwt.client.data.DataSource... additionalDataSources)
protected void changeSelection(com.smartgwt.client.data.Record selectedRecord)
protected void addClicked()
protected void addClicked(String newItemTitle)
protected void addNewItem(String newItemTitle)
protected void removeClicked()
public com.google.gwt.event.shared.HandlerRegistration getSelectionChangedHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getRemoveClickHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getAddClickHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getEntityTypeChangedHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getCellSavedHandlerRegistration()
public PresenterSequenceSetupManager getPresenterSequenceSetupManager()
public Boolean getLoaded()
public void setAddNewItemTitle(String newItemTitle)
public void setFetchAfterAddCriteria(com.smartgwt.client.data.Criteria criteria)
public void setGridFields(String[] gridFields)
Copyright © 2015. All Rights Reserved.