Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.CalendarPanel.Builder< TCalendarPanel, TBuilder > Class Template Reference

More...

Inheritance diagram for Ext.Net.CalendarPanel.Builder< TCalendarPanel, TBuilder >:
Ext.Net.CalendarPanelBase.Builder< TCalendarPanel, TBuilder >

Public Member Functions

 Builder (TCalendarPanel component)
 
virtual TBuilder Listeners (Action< CalendarPanelListeners > action)
 Client-side JavaScript Event Handlers More...
 
virtual TBuilder DirectEvents (Action< CalendarPanelDirectEvents > action)
 Server-side Ajax Event Handlers More...
 
 Builder ()
 
 Builder (CalendarPanel component)
 
 Builder (CalendarPanel.Config config)
 
- Public Member Functions inherited from Ext.Net.CalendarPanelBase.Builder< TCalendarPanel, TBuilder >
 Builder (TCalendarPanelBase component)
 
virtual TBuilder DayText (string dayText)
 Alternate text to use for the 'Day' nav bar button. More...
 
virtual TBuilder MonthText (string monthText)
 Alternate text to use for the 'Month' nav bar button. More...
 
virtual TBuilder ShowDayView (bool showDayView)
 True to include the day view (and toolbar button), false to hide them (defaults to true). More...
 
virtual TBuilder ShowMonthView (bool showMonthView)
 True to include the month view (and toolbar button), false to hide them (defaults to true). If the day and week views are both hidden, the month view will show by default even if this config is false. More...
 
virtual TBuilder ShowNavBar (bool showNavBar)
 True to display the calendar navigation toolbar, false to hide it (defaults to true). Note that if you hide the default navigation toolbar you'll have to provide an alternate means of navigating the calendar. More...
 
virtual TBuilder ShowTime (bool showTime)
 True to display the current time next to the date in the calendar's current day box, false to not show it (defaults to true). More...
 
virtual TBuilder ShowTodayText (bool showTodayText)
 True to show the value of todayText instead of today's date in the calendar's current day box, false to display the day number(defaults to true). More...
 
virtual TBuilder ShowWeekView (bool showWeekView)
 True to include the week view (and toolbar button), false to hide them (defaults to true). More...
 
virtual TBuilder TodayText (string todayText)
 Alternate text to use for the 'Today' nav bar button. More...
 
virtual TBuilder WeekText (string weekText)
 Alternate text to use for the 'Week' nav bar button. More...
 
virtual TBuilder CalendarStoreID (string calendarStoreID)
 The calendar store ID to use. More...
 
virtual TBuilder CalendarStore (CalendarStore calendarStore)
 
virtual TBuilder EventStoreID (string eventStoreID)
 The event store ID to use. More...
 
virtual TBuilder EventStore (EventStore eventStore)
 
virtual TBuilder DayView (DayView dayView)
 
virtual TBuilder WeekView (WeekView weekView)
 
virtual TBuilder MonthView (MonthView monthView)
 
virtual TBuilder EventDetails (EventDetails eventDetails)
 

Static Public Member Functions

static implicit operator Builder (CalendarPanel component)
 

Detailed Description

Type Constraints
TCalendarPanel :CalendarPanel 
TBuilder :Builder 
TBuilder :TCalendarPanel 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder() [1/4]

Ext.Net.CalendarPanel.Builder< TCalendarPanel, TBuilder >.Builder ( TCalendarPanel  component)
inline

◆ Builder() [2/4]

Ext.Net.CalendarPanel.Builder< TCalendarPanel, TBuilder >.Builder ( )
inline

◆ Builder() [3/4]

Ext.Net.CalendarPanel.Builder< TCalendarPanel, TBuilder >.Builder ( CalendarPanel  component)
inline

◆ Builder() [4/4]

Ext.Net.CalendarPanel.Builder< TCalendarPanel, TBuilder >.Builder ( CalendarPanel.Config  config)
inline

Member Function Documentation

◆ DirectEvents()

virtual TBuilder Ext.Net.CalendarPanel.Builder< TCalendarPanel, TBuilder >.DirectEvents ( Action< CalendarPanelDirectEvents action)
inlinevirtual

Server-side Ajax Event Handlers

Parameters
actionThe action delegate
Returns
An instance of TBuilder

◆ Listeners()

virtual TBuilder Ext.Net.CalendarPanel.Builder< TCalendarPanel, TBuilder >.Listeners ( Action< CalendarPanelListeners action)
inlinevirtual

Client-side JavaScript Event Handlers

Parameters
actionThe action delegate
Returns
An instance of TBuilder

◆ operator Builder()

static implicit Ext.Net.CalendarPanel.Builder< TCalendarPanel, TBuilder >.operator Builder ( CalendarPanel  component)
inlinestatic


The documentation for this class was generated from the following file: