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:Calculator
This property can be used as the source for data binding.
dropShadow | property |
public var dropShadow:RectangularDropShadow
This property can be used as the source for data binding.
popupAnchor | property |
public var popupAnchor:PopUpAnchor
popup anchor
This property can be used as the source for data binding.
popupButton | property |
public var popupButton:Button
This property can be used as the source for data binding.
textInput | property |
public var textInput:TextInput
restricted 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