Class SectionExpansionEvent

java.lang.Object
com._1c.g5.aef2.standard.events.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 Details

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

    • isExpanded

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