C# Class Telerik.Web.Mvc.UI.CalendarHtmlBuilder

Inheritance: ICalendarHtmlBuilder
Show file Open project: juanplopes/simple-telerik

Public Methods

Method Description
Build ( ) : IHtmlNode
CalendarHtmlBuilder ( Calendar calendar ) : System
CellTag ( System.DateTime day, string urlFormat, bool isOtherMonth ) : IHtmlNode
ContentTag ( ) : IHtmlNode
HeaderCellTag ( string dayOfWeek ) : IHtmlNode
HeaderTag ( ) : IHtmlNode
MonthTag ( ) : IHtmlNode
NavigationTag ( ) : IHtmlNode
RowTag ( ) : IHtmlNode

Private Methods

Method Description
CompareDates ( System.DateTime focusedDate, System.DateTime boundaryDate, bool isPrev ) : int
GetUrl ( System.DateTime day, string urlFormat ) : string
NavigationLink ( string direction, System.DateTime focusedDate, bool isDisabled ) : IHtmlNode

Method Details

Build() public method

public Build ( ) : IHtmlNode
return IHtmlNode

CalendarHtmlBuilder() public method

public CalendarHtmlBuilder ( Calendar calendar ) : System
calendar Calendar
return System

CellTag() public method

public CellTag ( System.DateTime day, string urlFormat, bool isOtherMonth ) : IHtmlNode
day System.DateTime
urlFormat string
isOtherMonth bool
return IHtmlNode

ContentTag() public method

public ContentTag ( ) : IHtmlNode
return IHtmlNode

HeaderCellTag() public method

public HeaderCellTag ( string dayOfWeek ) : IHtmlNode
dayOfWeek string
return IHtmlNode

HeaderTag() public method

public HeaderTag ( ) : IHtmlNode
return IHtmlNode

MonthTag() public method

public MonthTag ( ) : IHtmlNode
return IHtmlNode

NavigationTag() public method

public NavigationTag ( ) : IHtmlNode
return IHtmlNode

RowTag() public method

public RowTag ( ) : IHtmlNode
return IHtmlNode