JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.table.beans
Class FrozenCellLayoutWrapper

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

public class FrozenCellLayoutWrapper
extends Object
implements Serializable

FrozenCellLayoutWrapper wraps up the frozen rows and columns properties. It is used for the frozenCellLayout property in LiveTable.

See Also:
Serialized Form

Field Summary
 int columnPlacement
           
 int columns
           
 int rowPlacement
           
 int rows
           
 
Constructor Summary
FrozenCellLayoutWrapper(int rows, int columns, int rowPlacement, int columnPlacement)
          Creates an FrozenCellLayoutWrapper for the given integers representing the frozen rows and columns placement.
 
Method Summary
 String getJavaInitializationString()
          Returns a fragment of Java code representing an initializer for the current value.
 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

rows

public int rows

columns

public int columns

rowPlacement

public int rowPlacement

columnPlacement

public int columnPlacement
Constructor Detail

FrozenCellLayoutWrapper

public FrozenCellLayoutWrapper(int rows,
                               int columns,
                               int rowPlacement,
                               int columnPlacement)
Creates an FrozenCellLayoutWrapper for the given integers representing the frozen rows and columns placement.

Parameters:
rows - number of the frozen rows
columns - number of the frozen columns
rowPlacement - placement of the frozen rows
columnPlacement - placement of the frozen columns
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.

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