| Package | lc.endpoint |
| Class | public class EndpointTileList |
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 Syntax
Hide MXML Syntax
<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
| Method | Defined By | ||
|---|---|---|---|
|
Constructor.
| EndpointTileList | ||
| 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 | |||
| EndpointTileList | () | Constructor |
public function EndpointTileList()
Constructor.
| detailsSelect | Event |
lc.endpoint.EndpointEvent
lc.endpoint.EndpointEvent
Dispatched when a user has selected the details of process (or endpoint) in the list.
| invokeSelect | Event |
lc.endpoint.EndpointEvent
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