http://www.yworks.com/xml/graphml
element State

Super Types
{http://www.yworks.com/xml/graphml} (restriction)

Documentation
The state of a GroupNodeRealizer (open/closed etc.).
Properties
This component is not nillable.

Model
<State
  closed = xs:boolean
  innerGraphDisplayEnabled = xs:boolean>

</State>


Attribute Summary
 xs:booleanclosed
           Whether the group is currently closed.  
 xs:booleaninnerGraphDisplayEnabled
           Whether to display the inner graph even in closed state.  

Attribute Detail

closed

Whether the group is currently closed.

Type:
xs:boolean
Use:
optional
Form:
unqualified

innerGraphDisplayEnabled

Whether to display the inner graph even in closed state.

Type:
xs:boolean
Use:
optional
Form:
unqualified

Source
<xs:element maxOccurs="1" minOccurs="0" name="State">
<xs:complexType>
<xs:attribute name="closed" type="xs:boolean" use="optional">
</xs:attribute>
<xs:attribute name="innerGraphDisplayEnabled" type="xs:boolean" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>


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