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 TypeMethodDescriptionbooleanReturnstrueif the section control was expanded,falseif it was collapsed.
-
Constructor Details
-
SectionExpansionEvent
public SectionExpansionEvent(boolean expanded) Creates a new event.- Parameters:
expanded- the 'expanded' value,trueif the section was expanded,falseif it was collapsed.
-
-
Method Details
-
isExpanded
public boolean isExpanded()Returnstrueif the section control was expanded,falseif it was collapsed.- Returns:
- the expanded value.
-