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

Object
  extended by CellModel
      extended by AnchorCellModel
Direct Known Subclasses:
ImageAnchorCellModel

public class AnchorCellModel
extends CellModel


Constructor Summary
AnchorCellModel()
           
 
Method Summary
 String getAction()
           
 AnchorTag.State getAnchorState()
           
 String getHref()
           
 String getLinkName()
           
 HashMap getParams()
           
 String getScopeId()
           
 String getValue()
           
 void setAction(String action)
           
 void setAnchorState(AnchorTag.State anchorState)
           
 void setHref(String href)
           
 void setLinkName(String linkName)
           
 void setParams(HashMap params)
           
 void setScopeId(String scopeId)
           
 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

AnchorCellModel

public AnchorCellModel()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getHref

public String getHref()

setHref

public void setHref(String href)

getScopeId

public String getScopeId()

setScopeId

public void setScopeId(String scopeId)

getAction

public String getAction()

setAction

public void setAction(String action)

getParams

public HashMap getParams()

setParams

public void setParams(HashMap params)

getAnchorState

public AnchorTag.State getAnchorState()

setAnchorState

public void setAnchorState(AnchorTag.State anchorState)

getLinkName

public String getLinkName()

setLinkName

public void setLinkName(String linkName)