palmos
Class DaySelector

java.lang.Object
  |
  +--palmos.DaySelector

public class DaySelector
extends java.lang.Object


Field Summary
 short bounds_extent_x
           
 short bounds_extent_y
           
 short bounds_topLeft_x
           
 short bounds_topLeft_y
           
 short selected_day
           
 short selected_hour
           
 short selected_minute
           
 short selected_month
           
 short selected_second
           
 short selected_weekDay
           
 short selected_year
           
 boolean visible
           
 short visibleMonth
           
 short visibleYear
           
 
Constructor Summary
DaySelector()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

bounds_topLeft_x

public short bounds_topLeft_x

bounds_topLeft_y

public short bounds_topLeft_y

bounds_extent_x

public short bounds_extent_x

bounds_extent_y

public short bounds_extent_y

visible

public boolean visible

visibleMonth

public short visibleMonth

visibleYear

public short visibleYear

selected_second

public short selected_second

selected_minute

public short selected_minute

selected_hour

public short selected_hour

selected_day

public short selected_day

selected_month

public short selected_month

selected_year

public short selected_year

selected_weekDay

public short selected_weekDay
Constructor Detail

DaySelector

public DaySelector()