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

More...

Inheritance diagram for Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >:
Ext.Net.AbstractPanel.Builder< TCalendarPanelBase, TBuilder >

Public Member Functions

 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)
 

Detailed Description

Type Constraints
TCalendarPanelBase :CalendarPanelBase 
TBuilder :Builder 
TBuilder :TCalendarPanelBase 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder()

Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >.Builder ( TCalendarPanelBase  component)
inline

Member Function Documentation

◆ CalendarStore()

virtual TBuilder Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >.CalendarStore ( CalendarStore  calendarStore)
inlinevirtual

◆ CalendarStoreID()

virtual TBuilder Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >.CalendarStoreID ( string  calendarStoreID)
inlinevirtual

The calendar store ID to use.

◆ DayText()

virtual TBuilder Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >.DayText ( string  dayText)
inlinevirtual

Alternate text to use for the 'Day' nav bar button.

◆ DayView()

virtual TBuilder Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >.DayView ( DayView  dayView)
inlinevirtual

◆ EventDetails()

virtual TBuilder Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >.EventDetails ( EventDetails  eventDetails)
inlinevirtual

◆ EventStore()

virtual TBuilder Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >.EventStore ( EventStore  eventStore)
inlinevirtual

◆ EventStoreID()

virtual TBuilder Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >.EventStoreID ( string  eventStoreID)
inlinevirtual

The event store ID to use.

◆ MonthText()

virtual TBuilder Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >.MonthText ( string  monthText)
inlinevirtual

Alternate text to use for the 'Month' nav bar button.

◆ MonthView()

virtual TBuilder Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >.MonthView ( MonthView  monthView)
inlinevirtual

◆ ShowDayView()

virtual TBuilder Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >.ShowDayView ( bool  showDayView)
inlinevirtual

True to include the day view (and toolbar button), false to hide them (defaults to true).

◆ ShowMonthView()

virtual TBuilder Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >.ShowMonthView ( bool  showMonthView)
inlinevirtual

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.

◆ ShowNavBar()

virtual TBuilder Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >.ShowNavBar ( bool  showNavBar)
inlinevirtual

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.

◆ ShowTime()

virtual TBuilder Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >.ShowTime ( bool  showTime)
inlinevirtual

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).

◆ ShowTodayText()

virtual TBuilder Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >.ShowTodayText ( bool  showTodayText)
inlinevirtual

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).

◆ ShowWeekView()

virtual TBuilder Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >.ShowWeekView ( bool  showWeekView)
inlinevirtual

True to include the week view (and toolbar button), false to hide them (defaults to true).

◆ TodayText()

virtual TBuilder Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >.TodayText ( string  todayText)
inlinevirtual

Alternate text to use for the 'Today' nav bar button.

◆ WeekText()

virtual TBuilder Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >.WeekText ( string  weekText)
inlinevirtual

Alternate text to use for the 'Week' nav bar button.

◆ WeekView()

virtual TBuilder Ext.Net.CalendarPanelBase.Builder< TCalendarPanelBase, TBuilder >.WeekView ( WeekView  weekView)
inlinevirtual


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