Packagenet.systemeD.potlatch2.mapfeatures.editors
Classpublic class NumberEditor
InheritanceNumberEditor Inheritance SingleTagEditor Inheritance mx.containers.Box
Implementsmx.binding.IBindingClient



Public Properties
 PropertyDefined by
 Inheritedentity : Entity
SingleTagEditor
 Inheritedfactory : SingleTagEditorFactory
SingleTagEditor
 InheritedfieldDescription : String
SingleTagEditor
 InheritedfieldDirection : String
SingleTagEditor
 InheritedfieldName : String
SingleTagEditor
  maximum : Number
[read-only]
NumberEditor
  minimum : Number
[read-only]
NumberEditor
  stepSize : Number
[read-only]
NumberEditor
 Inheritedvalue : String
SingleTagEditor
Protected Properties
 PropertyDefined by
 Inherited_entity : Entity
SingleTagEditor
 Inherited_factory : SingleTagEditorFactory
SingleTagEditor
  prompt : String
[read-only]
NumberEditor
  warning : String
[read-only]
NumberEditor
Property detail
maximumproperty
maximum:Number  [read-only]

This property can be used as the source for data binding.

Implementation
    public function get maximum():Number
minimumproperty 
minimum:Number  [read-only]

This property can be used as the source for data binding.

Implementation
    public function get minimum():Number
promptproperty 
prompt:String  [read-only]

This property can be used as the source for data binding.

Implementation
    protected function get prompt():String
stepSizeproperty 
stepSize:Number  [read-only]

This property can be used as the source for data binding.

Implementation
    public function get stepSize():Number
warningproperty 
warning:String  [read-only]

This property can be used as the source for data binding.

Implementation
    protected function get warning():String