Interface HasFormulaUpdatedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
CalendarView, CubeGrid, DateGrid, EditTree, ListGrid, ListPalette, Menu, MenuPalette, PickListMenu, RecordEditor, SelectionTreeMenu, TableView, TreeGrid, TreePalette

public interface HasFormulaUpdatedHandlers extends HasHandlers
  • Method Details

    • addFormulaUpdatedHandler

      HandlerRegistration addFormulaUpdatedHandler(FormulaUpdatedHandler handler)
      Notification fired when a user either creates a new formula field or edits an existing formula field.
      Parameters:
      handler - the formulaUpdated handler
      Returns:
      HandlerRegistration used to remove this handler