org.apache.beehive.netui.databinding.datagrid.runtime.model.cell
Class SpanCellModel

Object
  extended by CellModel
      extended by SpanCellModel

public final class SpanCellModel
extends CellModel


Constructor Summary
SpanCellModel()
           
 
Method Summary
 SpanTag.State getSpanState()
           
 String getValue()
           
 void setSpanState(SpanTag.State spanState)
           
 void setValue(String value)
           
 
Methods inherited from class CellModel
addFormatter, formatText, getDataGridTagModel, isRenderingData, isRenderingHeader, setDataGridTagModel
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpanCellModel

public SpanCellModel()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getSpanState

public SpanTag.State getSpanState()

setSpanState

public void setSpanState(SpanTag.State spanState)