org.broadleafcommerce.openadmin.client.presenter.structure
Class SimpleSearchJoinStructurePresenter

java.lang.Object
  extended by org.broadleafcommerce.openadmin.client.presenter.entity.AbstractSubPresentable
      extended by org.broadleafcommerce.openadmin.client.presenter.structure.SimpleSearchJoinStructurePresenter
All Implemented Interfaces:
SubPresentable

public class SimpleSearchJoinStructurePresenter
extends AbstractSubPresentable

Author:
jfischer

Field Summary
protected  EntitySearchDialog searchDialog
           
protected  java.lang.String searchDialogTitle
           
 
Fields inherited from class org.broadleafcommerce.openadmin.client.presenter.entity.AbstractSubPresentable
abstractDynamicDataSource, associatedRecord, availableToTypes, disabled, display
 
Constructor Summary
SimpleSearchJoinStructurePresenter(GridStructureDisplay display, EntitySearchDialog searchDialog, java.lang.String searchDialogTitle)
           
SimpleSearchJoinStructurePresenter(GridStructureDisplay display, EntitySearchDialog searchDialog, java.lang.String[] availableToTypes, java.lang.String searchDialogTitle)
           
 
Method Summary
 void bind()
           
 void setDataSource(ListGridDataSource dataSource, java.lang.String[] gridFields, java.lang.Boolean[] editable)
           
 
Methods inherited from class org.broadleafcommerce.openadmin.client.presenter.entity.AbstractSubPresentable
disable, enable, load, setReadOnly, setStartState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

searchDialog

protected EntitySearchDialog searchDialog

searchDialogTitle

protected java.lang.String searchDialogTitle
Constructor Detail

SimpleSearchJoinStructurePresenter

public SimpleSearchJoinStructurePresenter(GridStructureDisplay display,
                                          EntitySearchDialog searchDialog,
                                          java.lang.String[] availableToTypes,
                                          java.lang.String searchDialogTitle)

SimpleSearchJoinStructurePresenter

public SimpleSearchJoinStructurePresenter(GridStructureDisplay display,
                                          EntitySearchDialog searchDialog,
                                          java.lang.String searchDialogTitle)
Method Detail

setDataSource

public void setDataSource(ListGridDataSource dataSource,
                          java.lang.String[] gridFields,
                          java.lang.Boolean[] editable)
Specified by:
setDataSource in interface SubPresentable
Overrides:
setDataSource in class AbstractSubPresentable

bind

public void bind()


Copyright © 2011. All Rights Reserved.