Interface NotificationForm

All Known Implementing Classes:
CEditNotification, PanelNewNotificationLight

public interface NotificationForm
  • Method Details

    • setElementVisibility

      void setElementVisibility(boolean visibility, String elementName)
      Parameters:
      visibility - true to show the element, false otherwise
      elementName - the name of the element to which change the visibility
    • setElementEditability

      void setElementEditability(boolean editable, String elementName)
      Parameters:
      editable - true to allow the editing, false to deny1 it
      elementName - the name of the element to which change the read only status
    • setElementMandatory

      void setElementMandatory(boolean mandatory, String elementName)
      Parameters:
      mandatory - true if the element is mandatory, false otherwise
      elementName - the name of the element to which change not null status
    • getAvailableElementNames

      Collection<String> getAvailableElementNames()
      Returns:
      the Collection of elements that compose this form