Part IV. LFC Reference

Table of Contents

XII. Animation
animator (LzAnimator) — Changes the value of another object's attribute over time.
animatorgroup (LzAnimatorGroup) — Coordinates the behavior of several animators.
XIII. CSS
LzCSSStyle (as2)
LzCSSStyleDeclaration() (as2)
LzCSSStyleRule() (as2)
LzCSSStyleSheet() (as2)
XIV. Data
AnonDatasetGenerator
connection (LzConnection) (as2) — A connection manager to create a persistent connection and an authenticated session.
connectiondatasource (LzConnectionDatasource) (as2) — The connection datasource to receive and send messages through the persistent connection.
LzDataAttrBind
LzDataElement — A node of hierarchical data.
LzDataElementTrait
LzDataNode — The base class for a node of hierarchical data.
datapath (LzDatapath) — The binder between data and nodes.
datapointer (LzDatapointer) — A cursor in a dataset.
dataset (LzDataset) — An in-memory xml-style data hierarchy.
datasource (LzDatasource) — An abstract class to represent backend data sources.
LzDataText — Represents a text node in a set of data.
LzHttpDatasetPool
__LzHttpDatasetPoolClass — Allows http datasets to be pooled, or recycled when no longer in use
datasource (LzHTTPDatasource) — A way of representing a server-side HTTP datasource.
LzLazyReplicationManager — An optimization for displaying large sets of data.
params (LzParam) — A utility class for manipulating name-value pairs
LzParsedPath
LzReplicationManager — The controller for views replicated by data.
LzResizeReplicationManager — An optimization for displaying large sets of data that allows the elements to resize.
XV. Events
LzDelegate — The receiver in Laszlo's point-to-point event system.
LzEvent — The sender in Laszlo's point-to-point event system.
LzHistory — Manages interaction with the browser history and back button.
LzHistory (as2) — Manages interaction with the browser history and back button.
LzKeys (as2) — Keyboard input service.
mouseListener (as2)
XVI. Helpers
dataselectionmanager (LzDataSelectionManager)
font (LzFont) — Tag for including fonts.
selectionmanager (LzSelectionManager) — Manages selection among a series of objects.
state (LzState) — A description of an instance hierarchy that can be applied and removed at runtime.
XVII. Services
__idleupdate()
Lz (as2)
LzBrowser (as2) — Provides access to the browser and player environment
LzCursor — Provides methods for changing the mouse cursor.
LzFocus — Handles keyboard focus.
LzGlobalMouse — Application-wide control of and information about the mouse.
LzIdle
LzIdleClass — Idle service.
LzKeys — Keyboard input service.
LzModeManager — Controls pass-through of mouse events.
LzStyleSheet() (as2)
LzTimer
LzTimerClass — Handles calling of a delegate after a specified number of milliseconds.
LzTrack
LzTrackClass — Enables tracking mouse events over a group of views.
XVIII. Text
inputtext (LzInputText) — The basic input-text element.
text (LzText) — The basic text display element.
XIX. Views
canvas (LzCanvas) — The top-most view in a Laszlo application.
command (LzCommand) — An element that sends events in response to keyboard input.
LzContextMenu (as2) — A contextual menu
LzContextMenu (dhtml) — A contextual menu
LzContextMenuItem (as2) — A menu item within a context menu
LzContextMenuItem (dhtml) — A menu item within a context menu
layout (LzLayout) — Abstract layout base class.
LzPlatform (as2)
LzPlatform (dhtml)
LzPlatform (svg)
view (LzView) — The most basic viewable element.
LzViewLinkage