Uses of Class
org.salespointframework.desktop.strategies.EditButtonStrategy

Packages that use EditButtonStrategy
org.salespointframework.desktop.formsheets   
org.salespointframework.desktop.strategies   
 

Uses of EditButtonStrategy in org.salespointframework.desktop.formsheets
 

Methods in org.salespointframework.desktop.formsheets with parameters of type EditButtonStrategy
 void SingleTableFormSheet.addAddButton(EditButtonStrategy ebsAdd)
          Add to the FormSheet a button that will allow the user to add records to the container being displayed.
 void SingleTableFormSheet.addEditingButtons(EditButtonStrategy ebsAdd, EditButtonStrategy ebsRemove)
          Convenience method.
 void SingleTableFormSheet.addRemoveButton(EditButtonStrategy ebsRemove)
          Add to the FormSheet a button that will allow the user to remove the currently selected record from the container being displayed.
 

Uses of EditButtonStrategy in org.salespointframework.desktop.strategies
 

Subclasses of EditButtonStrategy in org.salespointframework.desktop.strategies
 class AbstractAddCatalogItemStrategy
          A strategy that can be attached to the "Add" button of a SingleTableFormSheet that displays a Catalog's contents.
 class DefaultRemoveCatalogItemStrategy
          Strategy that can be associated to the "Remove" button of a SingleTableFormSheet that displays the contents of a Catalog.