Search this API

y.option
Interface ExpansionStateTracker


public interface ExpansionStateTracker

An ExpansionStateTracker keeps track of the expanded state of an TableSectionEditor.

 
Your browser does not support SVG content.

Method Summary
 boolean isExpanded()
          Returns the current expanded state.
 void setExpanded(boolean expanded)
          Sets the current expanded state.
 

Method Detail

isExpanded

boolean isExpanded()
Returns the current expanded state.


setExpanded

void setExpanded(boolean expanded)
Sets the current expanded state.


© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.