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

java.lang.Object
  extended by org.broadleafcommerce.openadmin.client.presenter.entity.DynamicFormPresenter
      extended by org.broadleafcommerce.openadmin.client.presenter.entity.SubPresenter
          extended by org.broadleafcommerce.admin.client.presenter.catalog.product.ProductOptionValueSubPresenter
All Implemented Interfaces:
SubPresentable

public class ProductOptionValueSubPresenter
extends SubPresenter

Author:
Jeff Fischer

Field Summary
protected  Map<String,Object> initialValues
           
protected  String newEntityDialogTitle
           
 
Fields inherited from class org.broadleafcommerce.openadmin.client.presenter.entity.SubPresenter
abstractDynamicDataSource, associatedRecord, availableToTypes, canEdit, disabled, display, prefix, readOnly, removeButtonHandlerRegistration, selectionChangedHandlerRegistration, showDisabledState, showId
 
Fields inherited from class org.broadleafcommerce.openadmin.client.presenter.entity.DynamicFormPresenter
itemChangedHandlerRegistration, refreshButtonHandlerRegistration, saveButtonHandlerRegistration
 
Constructor Summary
ProductOptionValueSubPresenter(SubItemDisplay display, String newEntityDialogTitle, String[] availableToTypes, Boolean showDisabledState, Boolean canEdit, Boolean showId)
           
 
Method Summary
 void bind()
           
 
Methods inherited from class org.broadleafcommerce.openadmin.client.presenter.entity.SubPresenter
disable, enable, getDisplay, getRelationshipValue, getRemoveButtonHandlerRegistration, getSelectionChangedHandlerRegistration, load, load, setDataSource, setReadOnly, setStartState, updatePresenterReadOnlyStatus
 
Methods inherited from class org.broadleafcommerce.openadmin.client.presenter.entity.DynamicFormPresenter
enableSaveButton, getItemChangedHandlerRegistration, getRefreshButtonHandlerRegistration, getSaveButtonHandlerRegistration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newEntityDialogTitle

protected String newEntityDialogTitle

initialValues

protected Map<String,Object> initialValues
Constructor Detail

ProductOptionValueSubPresenter

public ProductOptionValueSubPresenter(SubItemDisplay display,
                                      String newEntityDialogTitle,
                                      String[] availableToTypes,
                                      Boolean showDisabledState,
                                      Boolean canEdit,
                                      Boolean showId)
Method Detail

bind

public void bind()
Specified by:
bind in interface SubPresentable
Overrides:
bind in class SubPresenter


Copyright © 2013. All Rights Reserved.