Documentation in progress: please use the 3.4 Reference Manual.

Part II. LFC Reference

Table of Contents

VI. Controllers
animator (LzAnimator) — Changes the value of another object's attribute over time.
animatorgroup (LzAnimatorGroup) — Coordinates the behavior of several animators.
layout (LzLayout) — Abstract layout base class.
VII. CSS
LzCSSStyle
LzCSSStyleDeclaration()
LzCSSStyleRule()
LzCSSStyleSheet()
VIII. Data
defaultdataprovider
httpdataprovider
connection (LzConnection) (swf7 swf8 swf9) — A connection manager to create a persistent connection and an authenticated session.
connectiondatasource (LzConnectionDatasource) (swf7 swf8 swf9) — The connection datasource to receive and send messages through the persistent connection.
LzDataElement — A node of hierarchical data.
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.
LzDataProvider — DataProvider
datarequest (LzDataRequest) — An abstract class to represent data requests.
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.
httpdataprovider (LzHTTPDataProvider) — DataProvider which implements HTTP request transport
httpdatarequest (LzHTTPDataRequest) — A class to represent HTTP data requests.
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
LzReplicationManager — The controller for views replicated by data.
LzResizeReplicationManager — An optimization for displaying large sets of data that allows the elements to resize.
IX. Events
LzDelegate — The receiver in Laszlo's point-to-point event system.
LzEvent — The sender in Laszlo's point-to-point event system.
LzHistory (dhtml) — Manages interaction with the browser history and back button.
LzHistory (swf7 swf8 swf9) — Manages interaction with the browser history and back button.
LzKeys (swf7 swf8 swf9) — Keyboard input service.
X. Helpers
LzDataSelectionManager
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.
XI. Services
Lz (swf7 swf8 swf9)
LzBrowser (dhtml)
LzBrowser (swf7 swf8 swf9) — 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 (dhtml) — 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.
LzURL()
XII. Text
inputtext (LzInputText) — The basic input-text element.
text (LzText) — The basic text display element.
XIII. Views
drawview — Adds procedural drawing APIs to view.
canvas (LzCanvas) — The top-most view in a Laszlo application.
command (LzCommand) — An element that sends events in response to keyboard input.
LzContextMenu (dhtml) — A contextual menu
LzContextMenu (swf7 swf8 swf9) — A contextual menu
LzContextMenuItem (dhtml) — A menu item within a context menu
LzContextMenuItem (swf7 swf8 swf9) — A menu item within a context menu
view (LzView) — The most basic viewable element.