Packagefeathers.controls
Classpublic class ItemRendererLayoutOrder
InheritanceItemRendererLayoutOrder Inheritance Object

Product Version : Feathers 3.0.0

Layout options for the default item renderers.

See also

feathers.controls.DefaultListItemRenderer
feathers.controls.DefaultGroupedListItemRenderer


Public Constants
 ConstantDefined By
  LABEL_ACCESSORY_ICON : String = "labelAccessoryIcon"
[static] The layout order will be the label first, then the accessory relative to the label, then the icon relative to both.
ItemRendererLayoutOrder
  LABEL_ICON_ACCESSORY : String = "labelIconAccessory"
[static] The layout order will be the label first, then the icon relative to label, then the accessory relative to both.
ItemRendererLayoutOrder
Constant Detail
LABEL_ACCESSORY_ICONConstant
public static const LABEL_ACCESSORY_ICON:String = "labelAccessoryIcon"

Product Version : Feathers 3.0.0

The layout order will be the label first, then the accessory relative to the label, then the icon relative to both. Best used when the accessory should be between the label and the icon or when the icon position shouldn't be affected by the accessory.

LABEL_ICON_ACCESSORYConstant 
public static const LABEL_ICON_ACCESSORY:String = "labelIconAccessory"

Product Version : Feathers 3.0.0

The layout order will be the label first, then the icon relative to label, then the accessory relative to both.