Class SectionExpansionEvent

  • All Implemented Interfaces:
    IEvent

    public final class SectionExpansionEvent
    extends Object
    implements IEvent
    The expansion event is sent by View to its channel when the Section control is expanded or collapsed.
    • Constructor Detail

      • SectionExpansionEvent

        public SectionExpansionEvent​(boolean expanded)
        Creates a new event.
        Parameters:
        expanded - the 'expanded' value, true if the section was expanded, false if it was collapsed.
    • Method Detail

      • isExpanded

        public boolean isExpanded()
        Returns true if the section control was expanded, false if it was collapsed.
        Returns:
        the expanded value.