org.eclipse.higgins.ics.gwt.base.client.util
Class DatePicker

java.lang.Object
  extended bycom.google.gwt.user.client.ui.UIObject
      extended bycom.google.gwt.user.client.ui.Widget
          extended bycom.google.gwt.user.client.ui.Composite
              extended byorg.eclipse.higgins.ics.gwt.base.client.util.DatePicker
All Implemented Interfaces:
com.google.gwt.user.client.EventListener

public class DatePicker
extends com.google.gwt.user.client.ui.Composite


Field Summary
 String[] days
           
 String[] months
           
 com.google.gwt.user.client.ui.TextBox text
           
 
Constructor Summary
DatePicker()
           
 
Method Summary
 Date getDate()
           
 int getDay()
           
 int getMonth()
           
 int getYear()
           
 void nextMonth()
           
 void nextYear()
           
 void onClick(com.google.gwt.user.client.ui.Widget sender)
           
 void prevMonth()
           
 void prevYear()
           
 void setYear(String year)
           
 void show(com.google.gwt.user.client.ui.TextBox txtBox)
           
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getElement, isAttached
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
getParent, onBrowserEvent, removeFromParent
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

text

public com.google.gwt.user.client.ui.TextBox text

days

public String[] days

months

public String[] months
Constructor Detail

DatePicker

public DatePicker()
Method Detail

prevMonth

public void prevMonth()

nextMonth

public void nextMonth()

prevYear

public void prevYear()

nextYear

public void nextYear()

setYear

public void setYear(String year)

getYear

public int getYear()

getMonth

public int getMonth()

getDay

public int getDay()

getDate

public Date getDate()

show

public void show(com.google.gwt.user.client.ui.TextBox txtBox)

onClick

public void onClick(com.google.gwt.user.client.ui.Widget sender)