Search
MonthRangeSettings Methods
 


 Public Methods

  Name Description

addChangeListener

Adds a ChangeListener to the view settings. (Inherited from ViewSettings.)

getContentsMargin

Gets the amount of space between the contents border and the actual contents of the view.

getHeaderHeight

Gets the height of the header in a CalendarView.MonthRange view.

getHeaderShadowColor

Gets the color of the shadows cast by headers.

getHeaderShadowOffset

Gets the offset of the shadows from the headers that cast them.

getHeaderShadowStyle

Gets the style of the shadows cast by headers.

getHeaderSpacing

Gets the amount of space between the headers.

getHeaderStyle

Gets the style of the CalendarView.MonthRange view header.

getMargin

Gets the amount of space between the outermost border of the view and its contents.

getMonthSpacing

Gets the amount of space between adjacent months.

getMonthsPerRow

Gets the number of months to be displayed in a row.

getNumberOfMonths

Gets the number of months to display in the CalendarView.MonthRange view.

getScrollInterval

Gets the number of months to scroll the view back or forth in time when a scroll button is pressed.

getStyle

Gets the appearance style used to paint calendar elements that don't have a distinct style assigned to them.

getTitleFormat

Gets the string used to format the month titles.

getTitleSeparator

Gets the string used as a title separator in a CalendarView.MonthRange view that displays more than 1 month at a time.

getVisibleRows

Gets the number of rows to display at the same time.

removeChangeListener

Removes the specified ChangeListener from the view settings. (Inherited from ViewSettings.)

setContentsMargin

Sets the amount of space between the contents border and the actual contents of the view.

setHeaderHeight

Sets the height of the header in a CalendarView.MonthRange view.

setHeaderShadowColor

Sets the color of the shadows cast by headers.

setHeaderShadowOffset

Sets the offset of the shadows from the headers that cast them.

setHeaderShadowStyle

Sets the style of the shadows cast by headers.

setHeaderSpacing

Sets the amount of space between the headers.

setHeaderStyle

Sets the style of the CalendarView.MonthRange view header.

setMargin

Sets the amount of space between the outermost border of the view and its contents.

setMonthSpacing

Sets the amount of space between adjacent months.

setMonthsPerRow

Sets the number of months to be displayed in a row.

setNumberOfMonths

Sets the number of months to display in the CalendarView.MonthRange view.

setScrollInterval

Sets the number of months to scroll the view back or forth in time when a scroll button is pressed.

setStyle

Sets the appearance style used to paint calendar elements that don't have a distinct style assigned to them.

setTitleFormat

Sets the string used to format the month titles.

setTitleSeparator

Sets the string used as a title separator in a CalendarView.MonthRange view that displays more than 1 month at a time.

setVisibleRows

Sets the number of rows to display at the same time.

 See Also