| Package | ardisia.components.calculator |
| Class | public class CalculatorGridEditor |
| Inheritance | CalculatorGridEditor spark.components.gridClasses.GridItemEditor |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| calculator : Calculator | CalculatorGridEditor | ||
| dropShadow : RectangularDropShadow | CalculatorGridEditor | ||
| popupAnchor : PopUpAnchor popup anchor | CalculatorGridEditor | ||
| popupButton : Button | CalculatorGridEditor | ||
| textInput : TextInput restricted to numeric values | CalculatorGridEditor | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | CalculatorGridEditor | ||
setFocus():void [override] | CalculatorGridEditor | ||
| calculator | property |
public var calculator:CalculatorThis property can be used as the source for data binding.
| dropShadow | property |
public var dropShadow:RectangularDropShadowThis property can be used as the source for data binding.
| popupAnchor | property |
public var popupAnchor:PopUpAnchorpopup anchor
This property can be used as the source for data binding.
| popupButton | property |
public var popupButton:ButtonThis property can be used as the source for data binding.
| textInput | property |
public var textInput:TextInputrestricted to numeric values
This property can be used as the source for data binding.
| CalculatorGridEditor | () | Constructor |
public function CalculatorGridEditor()Constructor.
| setFocus | () | method |
override public function setFocus():void