public class MapStructurePresenter extends AbstractSubPresentable
Modifier and Type | Field and Description |
---|---|
protected com.google.gwt.event.shared.HandlerRegistration |
addClickedHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
dataArrivedHandlerRegistration |
protected MapStructureEntityEditDialog |
entityEditDialog |
protected String |
entityEditDialogTitle |
protected String[] |
gridFields |
protected Map<String,Object> |
initialValues |
protected com.google.gwt.event.shared.HandlerRegistration |
removeClickedHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
rowDoubleClickedHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
selectionChangedHandlerRegistration |
abstractDynamicDataSource, associatedRecord, availableToTypes, disabled, display, prefix, readOnly
Constructor and Description |
---|
MapStructurePresenter(MapStructurePresenter template) |
MapStructurePresenter(String prefix,
GridStructureDisplay display,
MapStructureEntityEditDialog entityEditDialog,
String entityEditDialogTitle) |
MapStructurePresenter(String prefix,
GridStructureDisplay display,
MapStructureEntityEditDialog entityEditDialog,
String[] availableToTypes,
String entityEditDialogTitle) |
MapStructurePresenter(String prefix,
GridStructureDisplay display,
MapStructureEntityEditDialog entityEditDialog,
String[] availableToTypes,
String entityEditDialogTitle,
Map<String,Object> initialValues) |
MapStructurePresenter(String prefix,
GridStructureDisplay display,
MapStructureEntityEditDialog entityEditDialog,
String entityEditDialogTitle,
Map<String,Object> initialValues) |
Modifier and Type | Method and Description |
---|---|
void |
bind() |
com.google.gwt.event.shared.HandlerRegistration |
getAddClickedHandlerRegistration() |
com.google.gwt.event.shared.HandlerRegistration |
getDataArrivedHandlerRegistration() |
MapStructureEntityEditDialog |
getEntityEditDialog() |
String |
getEntityEditDialogTitle() |
String[] |
getGridFields() |
Map<String,Object> |
getInitialValues() |
com.google.gwt.event.shared.HandlerRegistration |
getRemoveClickedHandlerRegistration() |
com.google.gwt.event.shared.HandlerRegistration |
getRowDoubleClickedHandlerRegistration() |
com.google.gwt.event.shared.HandlerRegistration |
getSelectionChangedHandlerRegistration() |
void |
setDataSource(ListGridDataSource dataSource,
String[] gridFields,
Boolean[] editable) |
void |
setEntityEditDialog(MapStructureEntityEditDialog entityEditDialog) |
void |
setEntityEditDialogTitle(String entityEditDialogTitle) |
void |
setGridFields(String[] gridFields) |
void |
setInitialValues(Map<String,Object> initialValues) |
disable, enable, getDisplay, getRelationshipValue, load, load, setReadOnly, setStartState
protected MapStructureEntityEditDialog entityEditDialog
protected String entityEditDialogTitle
protected String[] gridFields
protected com.google.gwt.event.shared.HandlerRegistration dataArrivedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration selectionChangedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration removeClickedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration addClickedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration rowDoubleClickedHandlerRegistration
public MapStructurePresenter(String prefix, GridStructureDisplay display, MapStructureEntityEditDialog entityEditDialog, String[] availableToTypes, String entityEditDialogTitle, Map<String,Object> initialValues)
public MapStructurePresenter(String prefix, GridStructureDisplay display, MapStructureEntityEditDialog entityEditDialog, String entityEditDialogTitle, Map<String,Object> initialValues)
public MapStructurePresenter(String prefix, GridStructureDisplay display, MapStructureEntityEditDialog entityEditDialog, String[] availableToTypes, String entityEditDialogTitle)
public MapStructurePresenter(String prefix, GridStructureDisplay display, MapStructureEntityEditDialog entityEditDialog, String entityEditDialogTitle)
public MapStructurePresenter(MapStructurePresenter template)
public void setDataSource(ListGridDataSource dataSource, String[] gridFields, Boolean[] editable)
setDataSource
in interface SubPresentable
setDataSource
in class AbstractSubPresentable
public void bind()
public com.google.gwt.event.shared.HandlerRegistration getAddClickedHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getDataArrivedHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getRemoveClickedHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getRowDoubleClickedHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getSelectionChangedHandlerRegistration()
public String[] getGridFields()
public void setGridFields(String[] gridFields)
public MapStructureEntityEditDialog getEntityEditDialog()
public void setEntityEditDialog(MapStructureEntityEditDialog entityEditDialog)
public String getEntityEditDialogTitle()
public void setEntityEditDialogTitle(String entityEditDialogTitle)
Copyright © 2013. All rights reserved.