Package | feathers.controls |
Class | public class ItemRendererLayoutOrder |
Inheritance | ItemRendererLayoutOrder Object |
Product Version : | Feathers 3.0.0 |
See also
Constant | Defined 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 |
LABEL_ACCESSORY_ICON | Constant |
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_ACCESSORY | Constant |
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.