Class InfoTabBehavior

java.lang.Object
com.novomind.ecom.api.iagent.frontend.tab.InfoTabBehavior

public class InfoTabBehavior extends Object
The interface defined several behaviors of a info tab
Since:
10.0.28
  • Constructor Details

    • InfoTabBehavior

      public InfoTabBehavior(InfoTabNotification notification)
      Parameters:
      notification - The visible mark placed within the tab's label e.g. with an exclamation mark
      Since:
      10.0.28
    • InfoTabBehavior

      public InfoTabBehavior(InfoTabBehavior.SelectionType selectionType)
      Parameters:
      selectionType - The action that is being taken when the tab's parent view is renederd e.g. the automatic toggle of the info tab on ticket selection
      Since:
      10.0.28
    • InfoTabBehavior

      public InfoTabBehavior(InfoTabBehavior.HighlightType highlightType)
      Parameters:
      highlightType - The visual effect to highlight the complete tab e.g. with a background color
      Since:
      10.0.28
    • InfoTabBehavior

      public InfoTabBehavior(InfoTabNotification notification, InfoTabBehavior.SelectionType selectionType, InfoTabBehavior.HighlightType highlightType)
      Parameters:
      notification - The visible mark placed within the tab's label e.g. with an exclamation mark
      selectionType - The action that is being taken when the tab's parent view is renederd e.g. the automatic toggle of the info tab on ticket selection
      highlightType - The visual effect to highlight the complete tab e.g. with a background color
      Since:
      10.0.28
  • Method Details

    • getHighlightType

      public InfoTabBehavior.HighlightType getHighlightType()
      The HighlightType is a visual effect to highlight the complete tab e.g. with a background color
      Returns:
      the HighlightType
      Since:
      10.0.28
    • getSelectionType

      public InfoTabBehavior.SelectionType getSelectionType()
      The SelectionType defines an action that is being taken when the tab's parent view is renederd e.g. the automatic toggle of the info tab on ticket selection
      Returns:
      the SelectionType
      Since:
      10.0.28
    • getNotification

      public InfoTabNotification getNotification()
      The InfoTabNotification is a visible mark placed within the tab's label e.g. with an exclamation mark
      Returns:
      the InfoTabNotification
      Since:
      10.0.28