datechooser.model
Class DaysGrid

java.lang.Object
  extended by datechooser.model.DaysGrid

public class DaysGrid
extends java.lang.Object

Describes day selection grid size. Currently hardcoded (6 weeks for 7 days).
Класс отвечающий за размерность сетки выбора дня. Покамест жестко задана (показывает 6 недель по 7 дней в каждой).

Since:
1.0
Author:
Androsov Vadim

Method Summary
static int getColsCount()
           
static int getRowsCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRowsCount

public static int getRowsCount()

getColsCount

public static int getColsCount()