Class InfoTabBehavior


  • public class InfoTabBehavior
    extends java.lang.Object
    The interface defined several behaviors of a info tab
    Since:
    10.0.28
    • Constructor Detail

      • 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 Detail

      • 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