org.broadleafcommerce.openadmin.client.presenter.structure
public class SimpleSearchListPresenter extends AbstractSubPresentable
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.event.shared.HandlerRegistration |
addClickedHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
editCompletedHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
recordDroppedHandlerRegistration |
protected com.google.gwt.event.shared.HandlerRegistration |
removeClickedHandlerRegistration |
protected EntitySearchDialog |
searchDialog |
protected String |
searchDialogTitle |
protected com.google.gwt.event.shared.HandlerRegistration |
selectionChangedHandlerRegistration |
abstractDynamicDataSource, associatedRecord, availableToTypes, disabled, display, prefix, readOnly| Constructor and Description |
|---|
SimpleSearchListPresenter(SimpleSearchListPresenter template) |
SimpleSearchListPresenter(String prefix,
GridStructureDisplay display,
EntitySearchDialog searchDialog,
String searchDialogTitle) |
SimpleSearchListPresenter(String prefix,
GridStructureDisplay display,
EntitySearchDialog searchDialog,
String[] availableToTypes,
String searchDialogTitle) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind() |
com.google.gwt.event.shared.HandlerRegistration |
getAddClickedHandlerRegistration() |
com.google.gwt.event.shared.HandlerRegistration |
getEditCompletedHandlerRegistration() |
com.google.gwt.event.shared.HandlerRegistration |
getRecordDroppedHandlerRegistration() |
com.google.gwt.event.shared.HandlerRegistration |
getRemoveClickedHandlerRegistration() |
EntitySearchDialog |
getSearchDialog() |
String |
getSearchDialogTitle() |
com.google.gwt.event.shared.HandlerRegistration |
getSelectionChangedHandlerRegistration() |
void |
setDataSource(ListGridDataSource dataSource,
String[] gridFields,
Boolean[] editable) |
void |
setSearchDialog(EntitySearchDialog searchDialog) |
void |
setSearchDialogTitle(String searchDialogTitle) |
disable, enable, getDisplay, getRelationshipValue, load, load, setReadOnly, setStartStateprotected EntitySearchDialog searchDialog
protected String searchDialogTitle
protected com.google.gwt.event.shared.HandlerRegistration editCompletedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration addClickedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration recordDroppedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration selectionChangedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration removeClickedHandlerRegistration
public SimpleSearchListPresenter(String prefix, GridStructureDisplay display, EntitySearchDialog searchDialog, String[] availableToTypes, String searchDialogTitle)
public SimpleSearchListPresenter(String prefix, GridStructureDisplay display, EntitySearchDialog searchDialog, String searchDialogTitle)
public SimpleSearchListPresenter(SimpleSearchListPresenter 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 getEditCompletedHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getRecordDroppedHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getRemoveClickedHandlerRegistration()
public com.google.gwt.event.shared.HandlerRegistration getSelectionChangedHandlerRegistration()
public EntitySearchDialog getSearchDialog()
public void setSearchDialog(EntitySearchDialog searchDialog)
public String getSearchDialogTitle()
public void setSearchDialogTitle(String searchDialogTitle)
Copyright © 2015. All Rights Reserved.