ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
lc.procmgmt.ui.startpoint 

StartpointTileList  - AS3 ADEP Workspace

Packagelc.procmgmt.ui.startpoint
Classpublic class StartpointTileList
InheritanceStartpointTileList Inheritance WorkspaceTileList

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 10
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The StartpointTileList component is configured to use the StartpointCardRenderer component to display startpoints in a grid, as well as pass on relevant events from the renderer. Use this component in scenarios where a grid of startpoint cards are required similar to the ones used in Workspace.

MXML SyntaxexpandedHide MXML Syntax
The <lc:StartpointTileList> tag inherits all of the tag attributes of its superclass, and adds the following tag attributes::
	 	<lc:StartpointTileList
	 		Properties
	 			id="startpointTileList"
	 			styleName="cardTileList"
	 
	 		Events
	 			detailsSelect="dispatchEvent(event)"
	 			invokeSelect="dispatchEvent(event)">
	 
	 			   <lc:itemRenderer>
	 			    <mx:Component>
	 				    <lc:StartpointCardRenderer 
	 					       detailsSelect="owner.dispatchEvent(event)"
	 					       invokeSelect="owner.dispatchEvent(event)"/>
	 			    </mx:Component>
	 		</lc:itemRenderer>
	 
	 	</lc:StartpointTileList>
	 

Default MXML PropertydataProvider

Related API Elements



Public Methods
 MethodDefined By
  
Constructor.
StartpointTileList
Events
 Event Summary Defined By
  Dispatched when a user has selected the details of process in the list from Workspace.StartpointTileList
  Dispatched when a user has selected to start a process from the list.StartpointTileList
Constructor Detail

StartpointTileList

()Constructor
public function StartpointTileList()

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 10
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

Event Detail

detailsSelect

Event
Event Object Type: lc.procmgmt.ui.startpoint.StartpointEvent
property StartpointEvent.type = lc.procmgmt.ui.startpoint.StartpointEvent

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 10
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Dispatched when a user has selected the details of process in the list from Workspace.

invokeSelect

Event  
Event Object Type: lc.procmgmt.ui.startpoint.StartpointEvent
property StartpointEvent.type = lc.startpoint.StartpointEvent

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 10
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

Dispatched when a user has selected to start a process from the list. When a user selects a process, an startpoint is invoked.