com.yworks.yfiles.server.graphml.flexio.data.markup
Class TableExtension

java.lang.Object
  extended bycom.yworks.yfiles.server.graphml.flexio.MarkupExtension
      extended bycom.yworks.yfiles.server.graphml.flexio.data.markup.TableExtension

public class TableExtension
extends MarkupExtension

Markup extension for reflection based (de)serialization of Tables.


Constructor Summary
TableExtension()
           
TableExtension(Table table, Lookup lookup)
           
 
Method Summary
 Table.StripeDefaults getColumnDefaults()
           
 java.util.ArrayList getColumns()
           
 Insets getInsets()
           
 YPoint getRelativeLocation()
           
 Table.StripeDefaults getRowDefaults()
           
 java.util.ArrayList getRows()
           
 java.lang.Object provideValue(Lookup lookup)
          Implementations of subclasses return an object that had been specified as target attribute of the markup extension.
 void setColumnDefaults(Table.StripeDefaults columnDefaults)
           
 void setColumns(java.util.ArrayList columns)
           
 void setInsets(Insets insets)
           
 void setRelativeLocation(YPoint relativeLocation)
           
 void setRowDefaults(Table.StripeDefaults rowDefaults)
           
 void setRows(java.util.ArrayList rows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableExtension

public TableExtension()

TableExtension

public TableExtension(Table table,
                      Lookup lookup)
Method Detail

provideValue

public java.lang.Object provideValue(Lookup lookup)
Description copied from class: MarkupExtension
Implementations of subclasses return an object that had been specified as target attribute of the markup extension.

Specified by:
provideValue in class MarkupExtension
Parameters:
lookup - An object that can provide additional functionality for the markup extension.
Returns:
The object value to set on the property where the extension is applied.

getInsets

public Insets getInsets()

setInsets

public void setInsets(Insets insets)

getRelativeLocation

public YPoint getRelativeLocation()

setRelativeLocation

public void setRelativeLocation(YPoint relativeLocation)

getRowDefaults

public Table.StripeDefaults getRowDefaults()

setRowDefaults

public void setRowDefaults(Table.StripeDefaults rowDefaults)

getColumnDefaults

public Table.StripeDefaults getColumnDefaults()

setColumnDefaults

public void setColumnDefaults(Table.StripeDefaults columnDefaults)

getRows

public java.util.ArrayList getRows()

setRows

public void setRows(java.util.ArrayList rows)

getColumns

public java.util.ArrayList getColumns()

setColumns

public void setColumns(java.util.ArrayList columns)


Copyright © 2000-2013 yWorks GmbH. All rights reserved