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

Documentation
TableGroupNodeRealizer element definition.
Properties
This component is not nillable.

Model
<TableNode
  configuration = xs:string
  selected = xs:boolean>
(Geometry?, Fill, BorderStyle?, NodeLabel* ) (UserData?, StyleProperties? ) (State, Insets?, BorderInsets? ) Table
</TableNode>


Nested Element Summary
Insets.typeBorderInsets
           The extra insets of a GroupNodeRealizer.  
LineStyle.typeBorderStyle
           The LineStyle of the border.  
 Fill
           The fill attributes of the node.  
Geometry.typeGeometry
           The location and size of the node.  
Insets.typeInsets
           The minimal insets of a GroupNodeRealizer.  
NodeLabel.typeNodeLabel
           The (optional) node label.  
 State
           The state of a GenericGroupNodeRealizer (open/closed etc.).  
StyleProperties.typeStyleProperties
           Represents the StyleProperties of this realizer instance.  
Table.typeTable
           Represents the table structure of this realizer instance.  
UserData.typeUserData
           Represents the UserData that holds the actual state of this realizer instance.  

Attribute Summary
 xs:stringconfiguration
          The name of the configuration. 
 xs:booleanselected
           Whether the node is currently selected.  

Attribute Detail

configuration

The name of the configuration. This configuration must have been registered previously.

Type:
xs:string
Use:
required
Form:
unqualified

selected

Whether the node is currently selected.

Type:
xs:boolean
Use:
optional
Form:
unqualified

Source
<xs:element name="TableNode" type="TableNode.type">
</xs:element>


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