패키지 | com.adobe.mosaic.skinning |
인터페이스 | public interface IMosaicComponent extends ILayoutChild |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
런타임 버전: | AIR 2.6, Flash Player 10.2 |
IMosaicComponent
interface is implemented by composite application user-interface components.
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
allowDelete : Boolean [읽기 전용]
Indicates if this component may be deleted or not. | IMosaicComponent | ||
columnIndex : int
The column index of the component. | ILayoutChild | ||
enableDrag : Boolean
Indicates if the item may be dragged. | ILayoutChild | ||
label : String
The title of the component. | IMosaicComponent | ||
mosaicNode : IMosaicNode [읽기 전용]
Do Not Use. | IMosaicComponent | ||
rowIndex : int
The row index of the component
| ILayoutChild |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Records the new size of the component in the DOM structure representing
the component. | IMosaicComponent | ||
Creates an displayable object (eg, Image) of the
child suitable for use in a drag/drop operation as the
drag proxy. | ILayoutChild | ||
Returns the localized string associated with the given key. | IMosaicComponent |
속성 세부 정보
allowDelete | 속성 |
label | 속성 |
label:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
런타임 버전: | AIR 2.6, Flash Player 10.2 |
The title of the component.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 labelChanged
이벤트를 전달합니다.
구현
public function get label():String
public function set label(value:String):void
mosaicNode | 속성 |
mosaicNode:IMosaicNode
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10.1 |
런타임 버전: | AIR 2.6, Flash Player 10.2 |
Do Not Use. For internal use only.
구현
public function get mosaicNode():IMosaicNode
메서드 세부 정보
commitResize | () | 메서드 |
public function commitResize(newWidth:Number, newHeight:Number):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
런타임 버전: | AIR 2.6, Flash Player 10.2 |
Records the new size of the component in the DOM structure representing the component.
매개 변수
newWidth:Number — The width of the component.
| |
newHeight:Number — The height of the component.
|
getLocalizedString | () | 메서드 |
public function getLocalizedString(key:String, params:Array = null):String
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
런타임 버전: | AIR 2.6, Flash Player 10.2 |
Returns the localized string associated with the given key.
매개 변수
key:String — Specifies the index of the string in the localized resource bundles.
| |
params:Array (default = null ) — (Optional) Specifies the array of substitution values if the localized string contains {#}.
placeholders.
|
String — The translated string in the current locale.
|
Tue Jun 12 2018, 03:17 PM Z