About IT/Flex2 [Flex]수동으로 드래그앤 드랍 지원 추가하기 Classes used in drag-and-drop operationsYou use the following classes to implement the drag-and-drop operation: 클래스 기능 DragManager 드래그 앤 드랍 동작을 관리한다. 예를 들어 doDrag() 메소드는 드래그 동작을 시작한다. DragSource 드래그 될 데이터를 가지고 있다. 또한 데이터가 요구될때 호출되는 핸들러를 추가하는 기능과 같은 추가적인 드래그 관리 기능을 제공한다. DragEvent 모든 드래그 앤 드랍 이벤트를 표현하기 위한 이벤트 오브젝트. Drag initiator의 드래그 앤 드랍 이벤트A component that acts as a drag initiator handles the .. 2014. 2. 25. [Flex] 드래그 앤 드랍에 관하여 드래그 앤 드랍에 관하여 Visual development environments typically let you manipulate objects in an application by selecting them with a mouse and moving them around the screen. Drag and drop lets you select an object, such as an item in a List control, or a Flex control such as an Image control, and then drag it over another component to add it to that component.You can add support for drag and drop to al.. 2014. 2. 24. 이전 1 다음