| Package | com.keepcore.calendar.view |
| Class | public class CalendarControlBar |
| Inheritance | CalendarControlBar mx.containers.HBox |
| Property | Defined By | ||
|---|---|---|---|
| calendar : KCCalendar [write-only]
Set a reference to the controlled KCCalendar component instance. | CalendarControlBar | ||
| dateField : KCDateField | CalendarControlBar | ||
| dateLabel : String [write-only]
Set the KCDateField component label. | CalendarControlBar | ||
| dayButton : Button | CalendarControlBar | ||
| monthButton : Button | CalendarControlBar | ||
| nextButton : Image | CalendarControlBar | ||
| previousButton : Image | CalendarControlBar | ||
| todayButton : Button | CalendarControlBar | ||
| weekButton : Button | CalendarControlBar | ||
| yearButton : Button | CalendarControlBar | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | CalendarControlBar | ||
manageTodayButtonVisibility():void
Manages the Today button visibility according to the KCCalendar.todayButtonVisible property. | CalendarControlBar | ||
manageYearButtonVisibility():void
Manages the year view button visibility according to the KCCalendar.yearViewVisible property. | CalendarControlBar | ||
styleChanged(styleProp:String):void [override] | CalendarControlBar | ||
| Method | Defined By | ||
|---|---|---|---|
resourcesChanged():void [override]
Overidden resourcesChanged method to initialize button labels according to the new resources. | CalendarControlBar | ||
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | CalendarControlBar | ||
| calendar | property |
calendar:KCCalendar [write-only] Set a reference to the controlled KCCalendar component instance.
public function set calendar(value:KCCalendar):void| dateField | property |
public var dateField:KCDateFieldThis property can be used as the source for data binding.
| dateLabel | property |
dateLabel:String [write-only] Set the KCDateField component label.
public function set dateLabel(value:String):void| dayButton | property |
public var dayButton:ButtonThis property can be used as the source for data binding.
| monthButton | property |
public var monthButton:ButtonThis property can be used as the source for data binding.
| nextButton | property |
public var nextButton:ImageThis property can be used as the source for data binding.
| previousButton | property |
public var previousButton:ImageThis property can be used as the source for data binding.
| todayButton | property |
public var todayButton:ButtonThis property can be used as the source for data binding.
| weekButton | property |
public var weekButton:ButtonThis property can be used as the source for data binding.
| yearButton | property |
public var yearButton:ButtonThis property can be used as the source for data binding.
| CalendarControlBar | () | Constructor |
public function CalendarControlBar()Constructor.
| manageTodayButtonVisibility | () | method |
public function manageTodayButtonVisibility():voidManages the Today button visibility according to the KCCalendar.todayButtonVisible property.
| manageYearButtonVisibility | () | method |
public function manageYearButtonVisibility():voidManages the year view button visibility according to the KCCalendar.yearViewVisible property.
| resourcesChanged | () | method |
override protected function resourcesChanged():voidOveridden resourcesChanged method to initialize button labels according to the new resources.
| styleChanged | () | method |
override public function styleChanged(styleProp:String):voidParameters
styleProp:String |
| updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number | |
unscaledHeight:Number |