Package com._1c.g5.aef2.standard.events
Class SectionExpansionEvent
java.lang.Object
com._1c.g5.aef2.standard.events.SectionExpansionEvent
- All Implemented Interfaces:
IEvent
The expansion event is sent by View to its channel when the Section control is expanded or collapsed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returnstrue
if the section control was expanded,false
if it was 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()Returnstrue
if the section control was expanded,false
if it was collapsed.- Returns:
- the expanded value.
-