Search
CellSettings Methods
 


 Public Methods

  Name Description

addChangeListener

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

getFirstDayOfMonthFormat

Gets the string used to format and display the first day of each month in the calendar.

getFirstDayOfYearFormat

Gets the string used to format and display the first day of each year in the calendar.

getGeneralFormat

Gets the string used to format and display dates and times in the calendar.

getHeaderPosition

Gets the position of the cell header.

getHeaderSize

Gets the size of the cell header in pixels.

getMargin

Gets the distance between the outermost border of the cell and the cell contents.

getRotateHeader

Gets a value indicating whether to rotate the header text when the header position is set to Position.Left or Position.Right.

getShowToday

Gets a value indicating whether the calendar should mark the current cell by underlining the header area.

getStyle

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

getTodayColor

Gets the color used to paint the line that marks the current cell.

getTodayFillColor

Gets the color used to fill the header of the current cell.

removeChangeListener

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

setFirstDayOfMonthFormat

Sets the string used to format and display the first day of each month in the calendar.

setFirstDayOfYearFormat

Sets the string used to format and display the first day of each year in the calendar.

setGeneralFormat

Gets the string used to format and display dates and times in the calendar.

setHeaderPosition

Sets the position of the cell header.

setHeaderSize

Sets the size of the cell header in pixels.

setMargin

Sets the distance between the outermost border of the cell and the cell contents.

setRotateHeader

Sets a value indicating whether to rotate the header text when the header position is set to Position.Left or Position.Right.

setShowToday

Sets a value indicating whether the calendar should mark the current cell by underlining the header area.

setStyle

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

setTodayColor

Sets the color used to paint the line that marks the current cell.

setTodayFillColor

Sets the color used to fill the header of the current cell.

 See Also