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

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.SkusPresenter
All Implemented Interfaces:
SubPresentable

public class SkusPresenter
extends SubPresenter

Author:
Phillip Verheyden

Field Summary
protected  com.google.gwt.event.shared.HandlerRegistration addClickedHandlerRegistration
           
protected  Map<String,Object> initialValues
           
protected  String newEntityDialogTitle
           
protected  com.google.gwt.event.shared.HandlerRegistration removedClickedHandlerRegistration
           
 
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
SkusPresenter(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

removedClickedHandlerRegistration

protected com.google.gwt.event.shared.HandlerRegistration removedClickedHandlerRegistration

addClickedHandlerRegistration

protected com.google.gwt.event.shared.HandlerRegistration addClickedHandlerRegistration
Constructor Detail

SkusPresenter

public SkusPresenter(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 © 2012. All Rights Reserved.