Packages:
System
System.Collections
System.Data
System.I18N
System.Util
System.Web.Services
System.Web.UI.ActiveControls
System.Web.UI.WebControls


Classes:
Common
   LAnchorForm
   LPoweredBy
CMS.Support
   LBaseBrick
   LBrick
   LCell
CMS
   LContentBrick
   LMediaBrick
   LNoteBrick
Configuration
   LCultureChooser
   LStyleSheetThemeChooser
Debug
   LDummyBrick
Graphics
   LFontgen
   LImage
   LThickboxImage
   LThickboxLink
Links
   LPopupLink
   LServiceHyperLink

Class LBaseBrick

TTemplateControl
   |
   --LBaseBrick

Basic template for bricks with admin buttons, menu and display panel

This file and its template is used for a consistent interface. It also handles events for the slave.


Method Summary
void
applyClicked ( TWebControl $sender, TEventParameter $param)
Passes command to slave LBrick
void
brickControl ( TWebControl $sender, TEventParameter $param)
Passes command to slave LBrick
void
cancelClicked ( TWebControl $sender, TEventParameter $param)
Passes command to slave LBrick
LBrick
void

Method Details

applyClicked

public void applyClicked (TWebControl $sender , TEventParameter $param )

Passes command to slave LBrick

Input
TWebControl$sendercontrol sending event
TEventParameter$paramcontrol parameters
Output
Exception

brickControl

public void brickControl (TWebControl $sender , TEventParameter $param )

Passes command to slave LBrick

Input
TWebControl$sendercontrol sending event
TEventParameter$paramcontrol parameters
Output
Exception

cancelClicked

public void cancelClicked (TWebControl $sender , TEventParameter $param )

Passes command to slave LBrick

Input
TWebControl$sendercontrol sending event
TEventParameter$paramcontrol parameters
Output
Exception

getSlave

public LBrick getSlave ()

Output
LBrick the slave control
Exception

setSlave

public void setSlave (LBrick $s )

Input
LBrick$sthe slave control
Output
Exception