org.broadleafcommerce.admin.client.presenter.catalog.product
Class AssociatedProductOptionPresenterBasic

java.lang.Object
  extended by org.broadleafcommerce.openadmin.client.presenter.entity.AbstractSubPresentable
      extended by org.broadleafcommerce.openadmin.client.presenter.structure.SimpleSearchListPresenter
          extended by org.broadleafcommerce.admin.client.presenter.catalog.product.AssociatedProductOptionPresenterBasic
All Implemented Interfaces:
SubPresentable

public class AssociatedProductOptionPresenterBasic
extends SimpleSearchListPresenter

Represents the Product -> ProductOption presenter that has a nested grid for the ProductOptionValues

Author:
Phillip Verheyden

Field Summary
 
Fields inherited from class org.broadleafcommerce.openadmin.client.presenter.structure.SimpleSearchListPresenter
addClickedHandlerRegistration, editCompletedHandlerRegistration, recordDroppedHandlerRegistration, removeClickedHandlerRegistration, searchDialog, searchDialogTitle, selectionChangedHandlerRegistration
 
Fields inherited from class org.broadleafcommerce.openadmin.client.presenter.entity.AbstractSubPresentable
abstractDynamicDataSource, associatedRecord, availableToTypes, disabled, display, prefix, readOnly
 
Constructor Summary
AssociatedProductOptionPresenterBasic(ExpandableGridStructureDisplay display, EntitySearchDialog searchDialog, String searchDialogTitle)
           
 
Method Summary
 void setExpansionDataSource(ListGridDataSource dataSource, String[] gridFields, Boolean[] editable)
           
 
Methods inherited from class org.broadleafcommerce.openadmin.client.presenter.structure.SimpleSearchListPresenter
bind, getAddClickedHandlerRegistration, getEditCompletedHandlerRegistration, getRecordDroppedHandlerRegistration, getRemoveClickedHandlerRegistration, getSearchDialog, getSearchDialogTitle, getSelectionChangedHandlerRegistration, setDataSource, setSearchDialog, setSearchDialogTitle
 
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
 

Constructor Detail

AssociatedProductOptionPresenterBasic

public AssociatedProductOptionPresenterBasic(ExpandableGridStructureDisplay display,
                                             EntitySearchDialog searchDialog,
                                             String searchDialogTitle)
Method Detail

setExpansionDataSource

public void setExpansionDataSource(ListGridDataSource dataSource,
                                   String[] gridFields,
                                   Boolean[] editable)


Copyright © 2013. All Rights Reserved.