org.broadleafcommerce.openadmin.client.presenter.structure
Class SimpleSearchJoinStructurePresenter
java.lang.Object
org.broadleafcommerce.openadmin.client.presenter.entity.AbstractSubPresentable
org.broadleafcommerce.openadmin.client.presenter.structure.SimpleSearchJoinStructurePresenter
- All Implemented Interfaces:
- SubPresentable
public class SimpleSearchJoinStructurePresenter
- extends AbstractSubPresentable
- Author:
- jfischer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
searchDialog
protected EntitySearchDialog searchDialog
searchDialogTitle
protected String searchDialogTitle
editCompletedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration editCompletedHandlerRegistration
addClickedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration addClickedHandlerRegistration
recordDroppedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration recordDroppedHandlerRegistration
selectionChangedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration selectionChangedHandlerRegistration
removeClickedHandlerRegistration
protected com.google.gwt.event.shared.HandlerRegistration removeClickedHandlerRegistration
SimpleSearchJoinStructurePresenter
public SimpleSearchJoinStructurePresenter(GridStructureDisplay display,
EntitySearchDialog searchDialog,
String[] availableToTypes,
String searchDialogTitle)
SimpleSearchJoinStructurePresenter
public SimpleSearchJoinStructurePresenter(GridStructureDisplay display,
EntitySearchDialog searchDialog,
String searchDialogTitle)
setDataSource
public void setDataSource(ListGridDataSource dataSource,
String[] gridFields,
Boolean[] editable)
- Specified by:
setDataSource in interface SubPresentable- Overrides:
setDataSource in class AbstractSubPresentable
bind
public void bind()
getAddClickedHandlerRegistration
public com.google.gwt.event.shared.HandlerRegistration getAddClickedHandlerRegistration()
getEditCompletedHandlerRegistration
public com.google.gwt.event.shared.HandlerRegistration getEditCompletedHandlerRegistration()
getRecordDroppedHandlerRegistration
public com.google.gwt.event.shared.HandlerRegistration getRecordDroppedHandlerRegistration()
getRemoveClickedHandlerRegistration
public com.google.gwt.event.shared.HandlerRegistration getRemoveClickedHandlerRegistration()
getSelectionChangedHandlerRegistration
public com.google.gwt.event.shared.HandlerRegistration getSelectionChangedHandlerRegistration()
Copyright © 2012. All Rights Reserved.