| Пакет | com.adobe.mosaic.layouts |
| Интерфейс | public interface ILayoutChild |
| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Общедоступные свойства
| Свойство | Определено | ||
|---|---|---|---|
| columnIndex : int
The column index of the component. | ILayoutChild | ||
| enableDrag : Boolean
Indicates if the item may be dragged. | ILayoutChild | ||
| rowIndex : int
The row index of the component
| ILayoutChild | ||
Общедоступные методы
| Метод | Определено | ||
|---|---|---|---|
Creates an displayable object (eg, Image) of the
child suitable for use in a drag/drop operation as the
drag proxy. | ILayoutChild | ||
Сведения о свойстве
columnIndex | свойство |
columnIndex:int| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The column index of the component.
Реализация
public function get columnIndex():int public function set columnIndex(value:int):voidenableDrag | свойство |
enableDrag:Boolean| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Indicates if the item may be dragged. The default is false.
Реализация
public function get enableDrag():Boolean public function set enableDrag(value:Boolean):voidrowIndex | свойство |
rowIndex:int| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The row index of the component
Реализация
public function get rowIndex():int public function set rowIndex(value:int):voidСведения о методе
createDragProxy | () | метод |
public function createDragProxy():IFlexDisplayObject| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Creates an displayable object (eg, Image) of the child suitable for use in a drag/drop operation as the drag proxy.
ВозвращаетIFlexDisplayObject — A suitable drag proxy, including null, which will
cause a default image to be used.
|
Tue Jun 12 2018, 11:34 AM Z