Uses of Class
org.salespointframework.core.FormSheet.FormButton

Packages that use FormSheet.FormButton
org.salespointframework.core This package contains the central classes of the Framework. 
org.salespointframework.desktop.multiwindow Contains classes for the standard SalesPoint application GUI. 
 

Uses of FormSheet.FormButton in org.salespointframework.core
 

Methods in org.salespointframework.core that return FormSheet.FormButton
 FormSheet.FormButton FormSheet.getButton(int nID)
          Get a button from the FormSheet's button bar.
 FormSheet.FormButton FormSheet.removeButton(int nID)
          Remove a button from the FormSheet's button bar.
 

Methods in org.salespointframework.core that return types with arguments of type FormSheet.FormButton
 java.util.Iterator<FormSheet.FormButton> FormSheet.buttonIterator()
          Return a fail-fast, readonly iterator iterating over the buttons in the button bar.
 java.util.Iterator<FormSheet.FormButton> FormSheet.buttonIterator(boolean fSorted)
          Return a readonly iterator iterating over the buttons in the button bar.
 

Methods in org.salespointframework.core with parameters of type FormSheet.FormButton
 void FormSheet.addButton(FormSheet.FormButton fb)
          Add a button to the FormSheet's button bar.
 void JDisplayFrame.onFormSheetButtonAdded(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was added to the FormSheet's button bar.
 void JDisplayDialog.onFormSheetButtonAdded(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was added to the FormSheet's button bar.
 void FormSheetContainer.onFormSheetButtonAdded(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was added to the FormSheet's button bar.
 void JDisplayFrame.onFormSheetButtonRemoved(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was removed from the FormSheet's button bar.
 void JDisplayDialog.onFormSheetButtonRemoved(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was removed from the FormSheet's button bar.
 void FormSheetContainer.onFormSheetButtonRemoved(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was removed from the FormSheet's button bar.
 

Uses of FormSheet.FormButton in org.salespointframework.desktop.multiwindow
 

Methods in org.salespointframework.desktop.multiwindow with parameters of type FormSheet.FormButton
 void JTabDisplay.onFormSheetButtonAdded(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was added to the FormSheet's button bar.
 void JInternalDisplay.onFormSheetButtonAdded(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was added to the FormSheet's button bar.
 void JTabDisplay.onFormSheetButtonRemoved(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was removed from the FormSheet's button bar.
 void JInternalDisplay.onFormSheetButtonRemoved(FormSheet fs, FormSheet.FormButton fb)
          Notification event informing that a button was removed from the FormSheet's button bar.