Packagelc.endpoint
Classpublic class EndpointTileList

The EndpointTileList component is configured to use the EndpointCardRenderer component to display endpoints in a grid, as well as pass on relevant events from the renderer. Use this component in situations where a grid of endpoint cards are required similar to the ones used in LiveCycle Workspace ES.

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

See also

lc.endpoint.EndpointCardRenderer
lc.endpoint.EndpointEvent
lc.endpoint.EndpointCardRenderer


Public Methods
 MethodDefined By
  
Constructor.
EndpointTileList
Events
 Event Summary Defined By
   Dispatched when a user has selected the details of process (or endpoint) in the list.EndpointTileList
   Dispatched when a user has selected to start a process from the list (invoke an endpoint).EndpointTileList
Constructor Detail
EndpointTileList()Constructor
public function EndpointTileList()

Constructor.

Event Detail
detailsSelect Event
Event Object Type: lc.endpoint.EndpointEvent
EndpointEvent.type property = lc.endpoint.EndpointEvent

Dispatched when a user has selected the details of process (or endpoint) in the list.

invokeSelect Event  
Event Object Type: lc.endpoint.EndpointEvent
EndpointEvent.type property = lc.endpoint.EndpointEvent

Dispatched when a user has selected to start a process from the list (invoke an endpoint).





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/endpoint/EndpointTileList.html