Packagenet.systemeD.potlatch2.mapfeatures.editors
Classpublic class NumberEditorFactory
InheritanceNumberEditorFactory Inheritance SingleTagEditorFactory Inheritance EditorFactory



Public Properties
 PropertyDefined by
 Inheritedcategory : String = "Standard"
Default category: "Standard"
EditorFactory
 Inheriteddescription : String
The label given to the edited field, as defined in map features XML.
EditorFactory
 Inheriteddirection : String
SingleTagEditorFactory
 Inheritedkey : String
SingleTagEditorFactory
  maximum : Number
[read-only]
NumberEditorFactory
  minimum : Number
[read-only]
NumberEditorFactory
 Inheritedname : String
The name of the field/tag/edit control, as defined in map features XML.
EditorFactory
  notPresentText : String
[read-only]
NumberEditorFactory
  notValidText : String
[read-only]
NumberEditorFactory
 Inheritedpresence : Presence
Default Presence behaviour: onTagMatch
EditorFactory
 InheritedsortOrder : uint = 5
Default sorting: PRIORITY_NORMAL
EditorFactory
  stepSize : Number
[read-only]
NumberEditorFactory
Public Methods
 MethodDefined by
  
NumberEditorFactory(inputXML:XML)
NumberEditorFactory
 Inherited
areTagsMatching(entity:Entity):Boolean
SingleTagEditorFactory
 Inherited
createEditorInstance(entity:Entity):DisplayObject
SingleTagEditorFactory
 Inherited
createFactory(inputType:String, inputXML:XML):EditorFactory
[static] Returns a specific subclass of EditorFactory as appropriate for the type: "freetext", "checkbox", "choice", "slider", "number", "speed", "route", "turn".
EditorFactory
 Inherited
getPriority(priority:String):uint
[static] Translates a priority string ("highest") to a const (PRIORITY_HIGHEST).
EditorFactory
Protected Methods
 MethodDefined by
  
NumberEditorFactory
Property detail
maximumproperty
maximum:Number  [read-only]Implementation
    public function get maximum():Number
minimumproperty 
minimum:Number  [read-only]Implementation
    public function get minimum():Number
notPresentTextproperty 
notPresentText:String  [read-only]Implementation
    public function get notPresentText():String
notValidTextproperty 
notValidText:String  [read-only]Implementation
    public function get notValidText():String
stepSizeproperty 
stepSize:Number  [read-only]Implementation
    public function get stepSize():Number
Constructor detail
NumberEditorFactory()constructor
public function NumberEditorFactory(inputXML:XML)Parameters
inputXML:XML
Method detail
createSingleTagEditor()method
protected override function createSingleTagEditor():SingleTagEditor

Returns
SingleTagEditor