public abstract class DynamicColumnTreePresenter 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 DynamicEditColumnTreeDisplay |
display |
protected com.google.gwt.event.shared.HandlerRegistration |
entityTypeChangedHandlerRegistration |
protected DynamicFormPresenter |
formPresenter |
protected Map<String,Object> |
initialValues |
protected com.smartgwt.client.widgets.grid.ListGridRecord |
lastSelectedRecord |
protected Boolean |
loaded |
protected PresenterSequenceSetupManager |
presenterSequenceSetupManager |
protected com.google.gwt.event.shared.HandlerRegistration |
removeClickHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
selectionChangedHandlerRegistration |
defaultItemId, eventBus
Constructor and Description |
---|
DynamicColumnTreePresenter() |
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() |
DynamicEditColumnTreeDisplay |
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, setEventBus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setup
protected DynamicEditColumnTreeDisplay display
protected com.smartgwt.client.widgets.grid.ListGridRecord lastSelectedRecord
protected Boolean loaded
protected DynamicFormPresenter formPresenter
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
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 DynamicEditColumnTreeDisplay 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(String newItemTitle)
protected void addNewItem(String newItemTitle)
protected void addClicked()
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 © 2013. All rights reserved.