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

java.lang.Object
  extended by org.broadleafcommerce.openadmin.client.presenter.entity.AbstractEntityPresenter
      extended by org.broadleafcommerce.openadmin.client.presenter.entity.DynamicEntityPresenter
          extended by org.broadleafcommerce.admin.client.presenter.catalog.product.ProductOptionPresenter
All Implemented Interfaces:
EntityPresenter, Instantiable

public class ProductOptionPresenter
extends DynamicEntityPresenter
implements Instantiable

Author:
Phillip Verheyden

Field Summary
protected  SubPresentable productOptionValuesPresenter
           
 
Fields inherited from class org.broadleafcommerce.openadmin.client.presenter.entity.DynamicEntityPresenter
addClickHandlerRegistration, cellSavedHandlerRegistration, collectionMetadatas, disabled, display, entityTypeChangedHandlerRegistration, fetchDataHandlerRegistration, formPresenter, gridFields, gridHelper, initialValues, lastSelectedRecord, loaded, lookupMetadatas, presenterSequenceSetupManager, removeClickHandlerRegistration, saveButtonHandlerRegistration, selectionChangedHandlerRegistration, showArchivedButtonHandlerRegistration, subPresentables
 
Fields inherited from class org.broadleafcommerce.openadmin.client.presenter.entity.AbstractEntityPresenter
defaultItemId, eventBus
 
Constructor Summary
ProductOptionPresenter()
           
 
Method Summary
 void bind()
           
protected  void changeSelection(com.smartgwt.client.data.Record selectedRecord)
           
 ProductOptionDisplay getDisplay()
           
 void postSetup(com.smartgwt.client.widgets.Canvas container)
           
 void setup()
           
 
Methods inherited from class org.broadleafcommerce.openadmin.client.presenter.entity.DynamicEntityPresenter
addClicked, addClicked, addNewItem, compileDefaultValuesFromCurrentFilter, containsDisplay, disable, enable, getAddClickHandlerRegistration, getCellSavedHandlerRegistration, getEntityTypeChangedHandlerRegistration, getInitialValues, getLoaded, getPresenterSequenceSetupManager, getRemoveClickHandlerRegistration, getSaveButtonHandlerRegistration, getSelectionChangedHandlerRegistration, itemSaved, loadInitialItem, removeClicked, saveClicked, setDisplay, setGridFields, setInitialValues, setReadOnly, setStartState, setSubPresentable, setupDisplayItems
 
Methods inherited from class org.broadleafcommerce.openadmin.client.presenter.entity.AbstractEntityPresenter
getDefaultItemId, getEventBus, setDefaultItemId, setEventBus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

productOptionValuesPresenter

protected SubPresentable productOptionValuesPresenter
Constructor Detail

ProductOptionPresenter

public ProductOptionPresenter()
Method Detail

changeSelection

protected void changeSelection(com.smartgwt.client.data.Record selectedRecord)
Overrides:
changeSelection in class DynamicEntityPresenter

bind

public void bind()
Overrides:
bind in class DynamicEntityPresenter

setup

public void setup()
Specified by:
setup in interface EntityPresenter

postSetup

public void postSetup(com.smartgwt.client.widgets.Canvas container)
Specified by:
postSetup in interface EntityPresenter
Overrides:
postSetup in class DynamicEntityPresenter

getDisplay

public ProductOptionDisplay getDisplay()
Specified by:
getDisplay in interface EntityPresenter
Overrides:
getDisplay in class DynamicEntityPresenter


Copyright © 2012. All Rights Reserved.