org.broadleafcommerce.openadmin.client.presenter.structure
public class CreateBasedListStructurePresenter 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 |
editDialogTitle |
protected String[] |
gridFields |
protected Map<String,Object> |
initialValues |
protected com.google.gwt.event.shared.HandlerRegistration |
removedClickedHandlerRegistration |
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 |
|---|
CreateBasedListStructurePresenter(CreateBasedListStructurePresenter template) |
CreateBasedListStructurePresenter(String prefix,
GridStructureDisplay display,
String editDialogTitle) |
CreateBasedListStructurePresenter(String prefix,
GridStructureDisplay display,
String[] availableToTypes,
String editDialogTitle) |
CreateBasedListStructurePresenter(String prefix,
GridStructureDisplay display,
String[] availableToTypes,
String editDialogTitle,
Map<String,Object> initialValues) |
CreateBasedListStructurePresenter(String prefix,
GridStructureDisplay display,
String editDialogTitle,
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 |
getEditDialogTitle() |
String[] |
getGridFields() |
Map<String,Object> |
getInitialValues() |
com.google.gwt.event.shared.HandlerRegistration |
getRemovedClickedHandlerRegistration() |
com.google.gwt.event.shared.HandlerRegistration |
getRowDoubleClickedHandlerRegistration() |
com.google.gwt.event.shared.HandlerRegistration |
getSelectionChangedHandlerRegistration() |
void |
setDataSource(ListGridDataSource dataSource,
String[] gridFields,
Boolean[] editable) |
void |
setEditDialogTitle(String editDialogTitle) |
void |
setGridFields(String[] gridFields) |
void |
setInitialValues(Map<String,Object> initialValues) |
disable, enable, getDisplay, getRelationshipValue, load, load, setReadOnly, setStartStateprotected String editDialogTitle
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 removedClickedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration addClickedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration rowDoubleClickedHandlerRegistration
public CreateBasedListStructurePresenter(String prefix, GridStructureDisplay display, String editDialogTitle)
public CreateBasedListStructurePresenter(String prefix, GridStructureDisplay display, String[] availableToTypes, String editDialogTitle)
public CreateBasedListStructurePresenter(String prefix, GridStructureDisplay display, String editDialogTitle, Map<String,Object> initialValues)
public CreateBasedListStructurePresenter(String prefix, GridStructureDisplay display, String[] availableToTypes, String editDialogTitle, Map<String,Object> initialValues)
public CreateBasedListStructurePresenter(CreateBasedListStructurePresenter template)
public void setDataSource(ListGridDataSource dataSource, String[] gridFields, Boolean[] editable)
setDataSource in interface SubPresentablesetDataSource in class AbstractSubPresentablepublic 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 getRemovedClickedHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getRowDoubleClickedHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getSelectionChangedHandlerRegistration()
public String getEditDialogTitle()
public void setEditDialogTitle(String editDialogTitle)
public String[] getGridFields()
public void setGridFields(String[] gridFields)
Copyright © 2015. All Rights Reserved.