EmptyCell Constructor

Summary

Initializes a new Cell class object with explicit parameters.

Syntax

JavaScript Syntax
EmptyCell = function( 
   manager, 
   viewer, 
   id, 
   rowPosition, 
   columnPosition 
) 
TypeScript Syntax
constructor( 
   manager: LayoutManager, 
   viewer: MedicalViewer, 
   id: string, 
   rowPosition: number, 
   columnPosition: number 
); 

Parameters

manager

The parent manager.

viewer

The parent viewer

id

The empty cell div element id

rowPosition

Initial row position, if the medical viewer is set to Grid, set to -1 will let the viewer detect the row position.

columnPosition

Initial column position, if the medical viewer is set to Grid, set to -1 will let the viewer detect the row position.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly