Interface IScopedVariableComponent

All Known Implementing Classes:
AbstractCompositeViewControl, AbstractCompositeViewModalDialog, AttachmentsList, AttachmentsPanel, ExportTableButton, ImportTemplate, PeoplePickerDialog, PeopleSearchBar, PeopleSwapBox, PersonCalendarDialog, PersonProfileDialog, PrincipalPickerModalDialog, ResourcePickerModalDialog, SearchBar, VariableContainer

public interface IScopedVariableComponent
Controls that provide scoped variables for use in expressions should implement this interface to get callbacks when the variables go into and out of scope
  • Method Details

    • getScopedVariableName

      String getScopedVariableName()
      Get the name of the scoped variable
      Returns:
    • getScopedVariable

      Object getScopedVariable()
      Gets the scoped variable object
      Returns:
      variable object