org.broadleafcommerce.admin.client.presenter.catalog.category
Class AllChildCategoriesPresenter

java.lang.Object
  extended by org.broadleafcommerce.openadmin.client.presenter.entity.AbstractSubPresentable
      extended by org.broadleafcommerce.admin.client.presenter.catalog.category.AllChildCategoriesPresenter
All Implemented Interfaces:
SubPresentable

public class AllChildCategoriesPresenter
extends AbstractSubPresentable

Author:
jfischer

Field Summary
protected  CategoryPresenter categoryPresenter
           
protected  EntitySearchDialog searchDialog
           
protected  String searchDialogTitle
           
 
Fields inherited from class org.broadleafcommerce.openadmin.client.presenter.entity.AbstractSubPresentable
abstractDynamicDataSource, associatedRecord, availableToTypes, disabled, display, prefix, readOnly
 
Constructor Summary
AllChildCategoriesPresenter(CategoryPresenter categoryPresenter, GridStructureDisplay display, EntitySearchDialog searchDialog, String[] availableToTypes, String searchDialogTitle)
           
 
Method Summary
 void bind()
           
 void setDataSource(ListGridDataSource dataSource, String[] gridFields, Boolean[] editable)
           
 
Methods inherited from class org.broadleafcommerce.openadmin.client.presenter.entity.AbstractSubPresentable
disable, enable, getDisplay, getRelationshipValue, load, 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 String searchDialogTitle

categoryPresenter

protected CategoryPresenter categoryPresenter
Constructor Detail

AllChildCategoriesPresenter

public AllChildCategoriesPresenter(CategoryPresenter categoryPresenter,
                                   GridStructureDisplay display,
                                   EntitySearchDialog searchDialog,
                                   String[] availableToTypes,
                                   String searchDialogTitle)
Method Detail

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()


Copyright © 2012. All Rights Reserved.