Class JGrid.JNewsCell
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JGrid.JNewsCell

Object
   |
   +----ICell
           |
           +----JGrid.JNewsCell

public class JNewsCell
extends ICell

Constructor Index

 o JGrid.JNewsCell()

Method Index

 o setFeature(String)
set the features of the cell
NOTE: feature is set after the value has been set (when JCell is created)
 o setValue(Object)
override the ICell:setValue method

Constructors

 o JNewsCell
public JNewsCell()

Methods

 o setFeature
public void setFeature(String feature)
set the features of the cell
NOTE: feature is set after the value has been set (when JCell is created)

Overrides:
setFeature in class ICell
 o setValue
public void setValue(Object val)
override the ICell:setValue method

Parameters:
val - new value
Overrides:
setValue in class ICell

All Packages  Class Hierarchy  This Package  Previous  Next  Index