Packageorg.apache.flex.html.supportClasses
Classpublic class DateChooserButton
InheritanceDateChooserButton Inheritance TextButton Inheritance Button Inheritance UIButtonBase Inheritance flash.display.SimpleButton

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The DateChooserButton class is used for each button in the DateChooser. The button holds the day of the month the button is representing.



Public Properties
 PropertyDefined By
 Inheritedbeads : Array
The array property that is used to add additional beads to an MXML tag.
UIButtonBase
 InheritedclassName : String
The classname.
UIButtonBase
  dayOfMonth : int
The day of the month the button represents.
DateChooserButton
 Inheritedelement : Object
[read-only] Each IUIBase has an element that is actually added to the platform's display list DOM.
UIButtonBase
 Inheritedheight : Number
[override] The width of the component.
UIButtonBase
 Inheritedhtml : String
The html-formatted text to display in the label.
TextButton
 Inheritedid : String
An id property for MXML documents.
UIButtonBase
 InheritedmeasurementBead : IMeasurementBead
[read-only] A measurement bead, if one exists.
UIButtonBase
 Inheritedmodel : IBeadModel
An IBeadModel that serves as the data model for the component.
UIButtonBase
 Inheritedtext : String
The text to display in the label.
TextButton
 Inheritedwidth : Number
[override] The width of the component.
UIButtonBase
 Inheritedx : Number
[override]
UIButtonBase
 Inheritedy : Number
[override]
UIButtonBase
Protected Properties
 PropertyDefined By
 Inherited$height : Number
[read-only] Retrieve the low-level bounding box height.
UIButtonBase
 Inherited$width : Number
[read-only] Retrieve the low-level bounding box width.
UIButtonBase
 Inherited$x : Number
[read-only] Retrieve the low-level bounding box x.
UIButtonBase
 Inherited$y : Number
[read-only] Retrieve the low-level bounding box y.
UIButtonBase
Public Methods
 MethodDefined By
  
constructor.
DateChooserButton
 Inherited
addBead(bead:IBead):void
Add a bead to the strand.
UIButtonBase
 Inherited
UIButtonBase
 Inherited
getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand.
UIButtonBase
 Inherited
Remove a bead from the strand.
UIButtonBase
Events
 Event Summary Defined By
 InheritedDispatched when the user clicks on a button.Button
Property Detail
dayOfMonthproperty
dayOfMonth:int

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The day of the month the button represents.


Implementation
    public function get dayOfMonth():int
    public function set dayOfMonth(value:int):void
Constructor Detail
DateChooserButton()Constructor
public function DateChooserButton()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

constructor.