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 getJavascript()
           
 String getLinkName()
           
 HashMap getParams()
           
 String getScopeId()
           
 Object getValue()
           
 void setAction(String action)
           
 void setAnchorState(AnchorTag.State anchorState)
           
 void setHref(String href)
           
 void setJavascript(String javascript)
           
 void setLinkName(String linkName)
           
 void setParams(HashMap params)
           
 void setScopeId(String scopeId)
           
 void setValue(Object value)
           
 
Methods inherited from class CellModel
addFormatter, formatText, getDataGridTagModel, 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 Object getValue()

setValue

public void setValue(Object 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)

getJavascript

public String getJavascript()

setJavascript

public void setJavascript(String javascript)