beautypg.com

Griddimensionlayoutbean, Field summary, Constructor summary – MiG InfoCom MiG Calendar JavaBeans User Manual

Page 164: Method summary, Com.miginfocom.beans class griddimensionlayoutbean

background image

com.miginfocom.beans
Class GridDimensionLayoutBean

java.lang.Object
|
+-com.miginfocom.beans.AbstractBean
|
+-com.miginfocom.beans.GridDimensionLayoutBean

public class GridDimensionLayoutBean
extends AbstractBean

A bean that shows set the properties for how a dimension (horozontal or vertical) of a

com.miginfocom.calendar.grid.Grid

should be laied out.

It set the size specs for the rows (cells) in the dimension it describes.

It has three major types of rows:


1.

Normal - Basically a row that isn't any of the other types.

2.

Compressed - A row designated to be compressed by the properties

CompressRowsFormat

and

CompressRowsRanges

3.

Sub row - A row (only for the secondary dimension) that is a sub row of another sub row or one of the main rows. Main rows
are the first level cells in the grid.

4.

All Implemented Interfaces:

Serializable

Field Summary

public static final

ABSOLUTE_CELLS

Value:

0

public static final

DATE

Value:

3

public static final

DAY_OF_WEEK

Value:

2

public static final

TIME_OF_DAY

Value:

1

Constructor Summary

public

GridDimensionLayoutBean

()

Constructor.

Method Summary

GridDimensionLayout

createLayout

(Grid grid, int dimIx)

Returns the layout that this bean represents.

Page 164 of 196

com.miginfocom.beans.GridDimensionLayoutBean