Develop > Presentation layer > Management Center framework > Customize the Management Center user interface > Create a new tool for the Management Center > Define OpenLaszlo classes instantiated in a tool definition class > Defining views for a Management Center object
Define a calendar view
A calendar view shows details about an object from a scheduling perspective, using horizontal bar graphs (for example, a scheduling view showing the duration of a promotion). Calendar views are available in the Promotions and Marketing tools.
Before you begin
A calendar view is a specific type of list view. Calendar views are classes that extend wcfGanttGrid.
The steps for defining a calender view are the same as those for a list view with the exception that you use wcfGanttGrid instead of wcfObjectGrid. See Define a list view.
Related concepts
Management Center user interface
Related tasks
Create a new tool for the Management Center
Define OpenLaszlo classes instantiated in a tool definition class
Define views for a Management Center object