Packagecom.esri.ags.components.supportClasses
Classpublic final class FormItemsOrder
InheritanceFormItemsOrder Inheritance Object

Since : ArcGIS API for Flex 2.0

String enum of the form items sort order in the form.

See also

com.esri.ags.components.AttributeInspector.formItemsOrder


Public Constants
 ConstantDefined By
  FIELD_INSPECTOR : String = fieldInspector
[static] Sort by field inspector order.
FormItemsOrder
  LABEL : String = label
[static] Sort by form item label.
FormItemsOrder
  NONE : String = none
[static] No sorting.
FormItemsOrder
Constant Detail
FIELD_INSPECTORConstant
public static const FIELD_INSPECTOR:String = fieldInspector

Sort by field inspector order.

LABELConstant 
public static const LABEL:String = label

Sort by form item label.

NONEConstant 
public static const NONE:String = none

No sorting.