Part II. LFC Reference

Table of Contents

V. Animation
animator (LzAnimator) — Changes the value of another object's attribute over time.
animatorgroup (LzAnimatorGroup) — Coordinates the behavior of several animators.
VI. CSS
LzCSSStyle (as2)
LzCSSStyleDeclaration() (as2)
LzCSSStyleRule() (as2)
LzCSSStyleSheet() (as2)
VII. Data
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.
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.
datasource (LzHTTPDatasource) — A way of representing a server-side HTTP datasource.
LzLazyReplicationManager — An optimization for displaying large sets of data.
LzReplicationManager — The controller for views replicated by data.
LzResizeReplicationManager — An optimization for displaying large sets of data that allows the elements to resize.
VIII. 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.
IX. Helpers
state (LzState) — A description of an instance hierarchy that can be applied and removed at runtime.
X. Services
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.
LzIdleClass — Idle service.
LzKeys — Keyboard input service.
LzModeManager — Controls pass-through of mouse events.
LzTimer
LzTimerClass — Handles calling of a delegate after a specified number of milliseconds.
LzTrackClass — Enables tracking mouse events over a group of views.
XI. Text
inputtext (LzInputText) — The basic input-text element.
text (LzText) — The basic text display element.
XII. 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.
view (LzView) — The most basic viewable element.