Search code examples
javagwtsmartgwt

SmartGWT calendar month widget


I am evaluating whether to use SmartGWT, and have no prior experience with it. I have one particular question on the Calendar widget.

When you go to a airline/car rental website, and you need to specify the day of the month to make the booking, they pop up a month calendar which the customer-user could click forward/previous month to select the month. Then the customer-user selects the day of that month from the calendar.

In vaadin, you could constrain the calendar widget to do that.

Is there a way to define the behaviour and constrains of the calendar widget in SmargGWT to do that?


Solution

  • I think you are looking for smartgwt DateChooser.I am using this in my application for similar case.

    http://www.smartclient.com/smartgwt/javadoc/com/smartgwt/client/widgets/DateChooser.html