public class SimpleMapStructurePresenter 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 com.google.gwt.event.shared.HandlerRegistration |
editCompletedHandlerRegistration |
protected String[] |
gridFields |
protected Map<String,Object> |
initialValues |
protected com.google.gwt.event.shared.HandlerRegistration |
removeClickedHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
selectionChangedHandlerRegistration |
abstractDynamicDataSource, associatedRecord, availableToTypes, disabled, display, prefix, readOnly
Constructor and Description |
---|
SimpleMapStructurePresenter(SimpleMapStructurePresenter template) |
SimpleMapStructurePresenter(String prefix,
GridStructureDisplay display,
Map<String,Object> initialValues) |
SimpleMapStructurePresenter(String prefix,
GridStructureDisplay display,
String[] availableToTypes,
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() |
com.google.gwt.event.shared.HandlerRegistration |
getEditCompletedHandlerRegistration() |
String[] |
getGridFields() |
Map<String,Object> |
getInitialValues() |
com.google.gwt.event.shared.HandlerRegistration |
getRemoveClickedHandlerRegistration() |
com.google.gwt.event.shared.HandlerRegistration |
getSelectionChangedHandlerRegistration() |
void |
setDataSource(ListGridDataSource dataSource,
String[] gridFields,
Boolean[] editable) |
void |
setGridFields(String[] gridFields) |
void |
setInitialValues(Map<String,Object> initialValues) |
disable, enable, getDisplay, getRelationshipValue, load, load, setReadOnly, setStartState
protected String[] gridFields
protected com.google.gwt.event.shared.HandlerRegistration dataArrivedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration editCompletedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration selectionChangedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration removeClickedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration addClickedHandlerRegistration
public SimpleMapStructurePresenter(String prefix, GridStructureDisplay display, String[] availableToTypes, Map<String,Object> initialValues)
public SimpleMapStructurePresenter(String prefix, GridStructureDisplay display, Map<String,Object> initialValues)
public SimpleMapStructurePresenter(SimpleMapStructurePresenter 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 getEditCompletedHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getRemoveClickedHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getSelectionChangedHandlerRegistration()
public String[] getGridFields()
public void setGridFields(String[] gridFields)
Copyright © 2013. All rights reserved.