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

More...

Inheritance diagram for Ext.Net.MonthView.Builder< TMonthView, TBuilder >:
Ext.Net.MonthViewBase.Builder< TMonthView, TBuilder >

Public Member Functions

 Builder (TMonthView component)
 
virtual TBuilder Listeners (Action< MonthViewListeners > action)
 Client-side JavaScript Event Handlers More...
 
virtual TBuilder DirectEvents (Action< MonthViewDirectEvents > action)
 Server-side Ajax Event Handlers More...
 
 Builder ()
 
 Builder (MonthView component)
 
 Builder (MonthView.Config config)
 
- Public Member Functions inherited from Ext.Net.MonthViewBase.Builder< TMonthView, TBuilder >
 Builder (TMonthViewBase component)
 
virtual TBuilder MoreText (string moreText)
 The template text used to indicate events which overflow the day box, defaults to "+ {0} more...". More...
 
virtual TBuilder ShowHeader (bool showHeader)
 True to display a header beneath the navigation bar containing the week names above each week's column, false not to show it and instead display the week names in the first row of days in the calendar (defaults to false). More...
 
virtual TBuilder ShowTime (bool showTime)
 True to display the current time in today's box in the calendar, false to not display it (defautls to true) More...
 
virtual TBuilder ShowTodayText (bool showTodayText)
 True to display the todayText string in today's box in the calendar, false to not display it (defautls to true) More...
 
virtual TBuilder ShowWeekLinks (bool showWeekLinks)
 True to display an extra column before the first day in the calendar that links to the view for each individual week, false to not show it (defaults to false). If true, the week links can also contain the week number depending on the value of showWeekNumbers. More...
 
virtual TBuilder ShowWeekNumbers (bool showWeekNumbers)
 True to show the week number for each week in the calendar in the week link column, false to show nothing (defaults to false). Note that if showWeekLinks is false this config will have no affect even if true. More...
 
virtual TBuilder WeekLinkOverClass (string weekLinkOverClass)
 The CSS class name applied when the mouse moves over a week link element (only applies when showWeekLinks is true, defaults to 'ext-week-link-over'). More...
 

Static Public Member Functions

static implicit operator Builder (MonthView component)
 

Detailed Description

Type Constraints
TMonthView :MonthView 
TBuilder :Builder 
TBuilder :TMonthView 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder() [1/4]

Ext.Net.MonthView.Builder< TMonthView, TBuilder >.Builder ( TMonthView  component)
inline

◆ Builder() [2/4]

Ext.Net.MonthView.Builder< TMonthView, TBuilder >.Builder ( )
inline

◆ Builder() [3/4]

Ext.Net.MonthView.Builder< TMonthView, TBuilder >.Builder ( MonthView  component)
inline

◆ Builder() [4/4]

Ext.Net.MonthView.Builder< TMonthView, TBuilder >.Builder ( MonthView.Config  config)
inline

Member Function Documentation

◆ DirectEvents()

virtual TBuilder Ext.Net.MonthView.Builder< TMonthView, TBuilder >.DirectEvents ( Action< MonthViewDirectEvents action)
inlinevirtual

Server-side Ajax Event Handlers

Parameters
actionThe action delegate
Returns
An instance of TBuilder

◆ Listeners()

virtual TBuilder Ext.Net.MonthView.Builder< TMonthView, TBuilder >.Listeners ( Action< MonthViewListeners action)
inlinevirtual

Client-side JavaScript Event Handlers

Parameters
actionThe action delegate
Returns
An instance of TBuilder

◆ operator Builder()

static implicit Ext.Net.MonthView.Builder< TMonthView, TBuilder >.operator Builder ( MonthView  component)
inlinestatic


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