Part II. LFC Reference

Table of Contents

IX. Controllers
<animator>
Changes the value of another object's attribute over time.
<animatorgroup>
Coordinates the behavior of several animators.
<layout>
Abstract layout base class.
X. CSS
LzCSSStyle
LzCSSStyleClass
LzCSSStyleDeclaration
LzCSSStyleRule
LzCSSStyleSheet
XI. Data
LzDataElement
A node of hierarchical data.
LzDataElementMixin
A node of hierarchical data.
LzDataNode
The base class for a node of hierarchical data.

LzDataNode is deprecated, all methods and constants have been moved to LzDataElement

LzDataNodeMixin
The base class for a node of hierarchical data.
<datapath>
The binder between data and nodes.
<datapointer>
A cursor in a dataset.
<dataprovider>
An abstract class to represent backend data sources.
<datarequest>
An abstract class to represent data requests.
<dataset>
An in-memory xml-style data hierarchy.
LzDataText
Represents a text node in a set of data.
<httpdataprovider>
DataProvider which implements HTTP request transport
<httpdatarequest>
A class to represent HTTP data requests.
LzLazyReplicationManager
An optimization for displaying large sets of data.
<params>
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.
XII. Events
<handler>
The receiver in Laszlo's point-to-point event system.
<event>
The sender in Laszlo's point-to-point event system.
LzEventable
Base class for all LZX classes that wish to send or receive events.
LzHistory
LzHistory is a shortcut for LzHistoryService. Use lz.History instead.
LzHistoryService
Manages interaction with the browser history and back button.
LzKeys
LzKeys is a shortcut for LzKeysService. Use lz.Keys instead.
LzKeysService
Keyboard input service.
<handler>
Attaches an event handler to an object or class.
XIII. Helpers
<dataselectionmanager>
A selection manager for views generated by a lazily-replicated datapath
<font>
Tag for including fonts.
<selectionmanager>
Manages selection among a series of objects.
<state>
A description of an instance hierarchy that can be applied and removed at runtime.
XIV. Services
LzAudio
LzAudio is a shortcut for LzAudioService. Use lz.Audio instead.
LzAudioService
This service manages audio resource playback. Check canvas.capabilities.audio to ensure your runtime supports audio.
LzBrowser
LzBrowser is a shortcut for LzBrowserService.LzBrowser
LzBrowserService
Provides access to the browser and player environment
LzCursor
LzCursor is a shortcut for LzCursorService.LzCursor. Use lz.Cursor instead.
LzCursorService
LzCursorService provides methods for changing the mouse cursor.
LzFocus
LzFocus is a shortcut for LzFocusService.LzFocus. Use lz.Focus instead.
LzFocusService
Handles keyboard focus.
LzGlobalMouse
LzGlobalMouse is a shortcut for LzGlobalMouseService.LzGlobalMouse. Use lz.GlobalMouse instead.
LzGlobalMouseService
Application-wide control of and information about the mouse.
LzIdle
LzIdle is a shortcut for LzIdleService.LzIdle Use lz.Idle instead.
LzIdleService
Idle service.
LzModeManager
LzModeManager is a shortcut for LzModeManagerService. Use lz.ModeManager instead.
LzModeManagerService
Controls pass-through of mouse events.
LzTimer
LzTimer is a shortcut for LzTimerService.LzTimer Use lz.Timer instead.
LzTimerService
Handles calling of a delegate after a specified number of milliseconds.
LzTrack
LzTrack is a shortcut for LzTrackService. Use lz.Track instead.
LzTrackService
Enables tracking mouse events over a group of views.
LzURL
XV. Text
<inputtext>
The basic input-text element.
<text>
The basic text display element.
XVI. Views
<drawview>
Adds procedural drawing APIs to view.
<canvas>
The top-most view in a Laszlo application.
<command>
An element that sends events in response to keyboard input.
LzContextMenu
A contextual menu
LzContextMenuItem
A menu item within a context menu
<view>
The most basic viewable element.