Uses of Class
org.broadleafcommerce.openadmin.client.view.dynamic.dialog.EntitySearchDialog

Packages that use EntitySearchDialog
org.broadleafcommerce.openadmin.client.presenter.entity   
org.broadleafcommerce.openadmin.client.presenter.structure   
org.broadleafcommerce.openadmin.client.presenter.user   
 

Uses of EntitySearchDialog in org.broadleafcommerce.openadmin.client.presenter.entity
 

Methods in org.broadleafcommerce.openadmin.client.presenter.entity with parameters of type EntitySearchDialog
 void FormItemCallbackHandlerManager.addSearchFormItemCallback(String fieldName, EntitySearchDialog searchView, String searchDialogTitle, DynamicFormDisplay dynamicFormDisplay)
           
 void FormItemCallbackHandlerManager.addSearchFormItemCallback(String fieldName, EntitySearchDialog searchView, String searchDialogTitle, DynamicFormDisplay dynamicFormDisplay, ForeignKey foreignKey, FormItemCallback cb)
           
 void FormItemCallbackHandlerManager.addSearchFormItemCallback(String fieldName, EntitySearchDialog searchView, String searchDialogTitle, DynamicFormDisplay dynamicFormDisplay, ForeignKey foreignKey, FormItemCallback cb, com.smartgwt.client.data.DataSource dataSource)
           
 void FormItemCallbackHandlerManager.addSearchFormItemCallback(String fieldName, EntitySearchDialog searchView, String searchDialogTitle, DynamicFormDisplay dynamicFormDisplay, FormItemCallback cb)
           
 

Uses of EntitySearchDialog in org.broadleafcommerce.openadmin.client.presenter.structure
 

Fields in org.broadleafcommerce.openadmin.client.presenter.structure declared as EntitySearchDialog
protected  EntitySearchDialog EditableAdornedTargetListPresenter.searchDialog
           
protected  EntitySearchDialog SimpleSearchListPresenter.searchDialog
           
 

Methods in org.broadleafcommerce.openadmin.client.presenter.structure that return EntitySearchDialog
 EntitySearchDialog EditableAdornedTargetListPresenter.getSearchDialog()
           
 EntitySearchDialog SimpleSearchListPresenter.getSearchDialog()
           
 

Methods in org.broadleafcommerce.openadmin.client.presenter.structure with parameters of type EntitySearchDialog
 void EditableAdornedTargetListPresenter.setSearchDialog(EntitySearchDialog searchDialog)
           
 void SimpleSearchListPresenter.setSearchDialog(EntitySearchDialog searchDialog)
           
 

Constructors in org.broadleafcommerce.openadmin.client.presenter.structure with parameters of type EntitySearchDialog
EditableAdornedTargetListPresenter(String prefix, GridStructureDisplay display, EntitySearchDialog searchDialog, String[] availableToTypes, String searchDialogTitle, String adornedTargetEditTitle, String... adornedTargetFields)
           
EditableAdornedTargetListPresenter(String prefix, GridStructureDisplay display, EntitySearchDialog searchDialog, String searchDialogTitle, String adornedTargetEditTitle, String... adornedTargetFields)
           
SimpleSearchListPresenter(String prefix, GridStructureDisplay display, EntitySearchDialog searchDialog, String searchDialogTitle)
           
SimpleSearchListPresenter(String prefix, GridStructureDisplay display, EntitySearchDialog searchDialog, String[] availableToTypes, String searchDialogTitle)
           
 

Uses of EntitySearchDialog in org.broadleafcommerce.openadmin.client.presenter.user
 

Fields in org.broadleafcommerce.openadmin.client.presenter.user declared as EntitySearchDialog
protected  EntitySearchDialog UserManagementPresenter.permissionSearchView
           
protected  EntitySearchDialog UserManagementPresenter.roleSearchView
           
protected  EntitySearchDialog UserRolePresenter.searchDialog
           
protected  EntitySearchDialog UserPermissionPresenter.searchDialog
           
 

Constructors in org.broadleafcommerce.openadmin.client.presenter.user with parameters of type EntitySearchDialog
UserPermissionPresenter(UserPermissionDisplay display, EntitySearchDialog searchDialog)
           
UserRolePresenter(UserRoleDisplay display, EntitySearchDialog searchDialog)
           
 



Copyright © 2013. All Rights Reserved.