<CELL> : Cell

Java class : leon.view.LyCell

ROLE

A cell may contain sub-cells to allow the construction of complex tables.

ATTRIBUTES

<!ATTLIST CELL
	  id CDATA #IMPLIED
	  template CDATA #IMPLIED
	  label CDATA #IMPLIED
	  objectId CDATA #IMPLIED
	  hLink CDATA #IMPLIED
	  editable ( true | false) "false"
	  selected ( true | false) "false"
	  align ( LEFT | RIGHT | CENTER) "LEFT"
	  image CDATA #IMPLIED
	  tooltip CDATA #IMPLIED
	  topBorderColor CDATA #IMPLIED
	  bottomBorderColor CDATA #IMPLIED
	  leftBorderColor CDATA #IMPLIED
	  rightBorderColor CDATA #IMPLIED
	  topLeftImage CDATA #IMPLIED
	  topRightImage CDATA #IMPLIED
	  bottomLeftImage CDATA #IMPLIED
	  bottomRightImage CDATA #IMPLIED
	  font CDATA #IMPLIED
	  color CDATA #IMPLIED
	  fontColor CDATA #IMPLIED
	  type ( NORMAL | RICH) "NORMAL">
Attribute Mand. Description Default
id no CELL.id  
template no CELL.template  
label no Text of the cell.  
objectId no Identifier used when initiating the action that is associated to the cell.  
hLink no Indicates if the content of the cell is an hyperlink.  
editable no Indicates whether the cell is editable or not. false
selected no Indicates whether the cell is selected or not. false
align no Text alignment of the label of the cell (left, right or centered). LEFT
image no Image of the cell.  
tooltip no Text of the tooltip for the cell.  
topBorderColor no Color of the top border of the cell.  
bottomBorderColor no Color of the bottom border of the cell.  
leftBorderColor no Color of the left border of the cell.  
rightBorderColor no Color of the right border of the cell.  
topLeftImage no Image placed in the top-left corner of the cell.  
topRightImage no Image placed in the top-right corner of the cell.  
bottomLeftImage no Image placed in the bottom-left corner of the cell.  
bottomRightImage no Image placed in the bottom-right corner of the cell.  
font no Image of the cell.  
color no Background color of the cell.  
fontColor no CELL.fontColor  
type no Type of the cell, either normal or rich text. NORMAL

ELEMENTS

<!ELEMENT CELL 
	  (CELL*)>
Element Mand. Mult. Description
CELL no yes Sub-cells of the cell.