JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table.beans
Class SpannedCellsWrapper

java.lang.Object
  |
  +--com.klg.jclass.table.beans.SpannedCellsWrapper
All Implemented Interfaces:
Serializable

public class SpannedCellsWrapper
extends Object
implements Serializable

SpannedCellsWrapper wraps up the spanned cells information. It is used for the spannedCells property in LiveTable.

See Also:
Serialized Form

Field Summary
 com.klg.jclass.table.JCCellRange[] spannedCells
           
 
Constructor Summary
SpannedCellsWrapper(com.klg.jclass.table.JCCellRange[] spannedCells)
          Creates a SpannedCellsWrapper instance for the given array representing the spanned cells.
 
Method Summary
 String getJavaInitializationString()
          Returns a fragment of Java code representing an initializer for the current value.
protected  String makeArrayString()
           
 String toString()
          Returns a representation of this wrapper values as a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

spannedCells

public com.klg.jclass.table.JCCellRange[] spannedCells
Constructor Detail

SpannedCellsWrapper

public SpannedCellsWrapper(com.klg.jclass.table.JCCellRange[] spannedCells)
Creates a SpannedCellsWrapper instance for the given array representing the spanned cells.

Parameters:
spannedCells - String[] representation of the spanned cells
Method Detail

toString

public String toString()
Returns a representation of this wrapper values as a string.

Overrides:
toString in class Object
Returns:
a string that must be used by a property editor.

getJavaInitializationString

public String getJavaInitializationString()
Returns a fragment of Java code representing an initializer for the current value.

Returns:
a string that must be used by a property editor.

makeArrayString

protected String makeArrayString()

Copyright © 2004 Quest Software Inc..
All rights reserved.