站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Row (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.brms.client.decisiontable.model
Class Row

java.lang.Object
  extended by org.drools.brms.client.decisiontable.model.Row
Direct Known Subclasses:
HeaderRow

public class Row
extends Object


Method Summary
 Cell getCell(Column column)
           
 Cell getCell(int col)
           
 void removeColumn(Column nextColumn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCell

public Cell getCell(Column column)

getCell

public Cell getCell(int col)

removeColumn

public void removeColumn(Column nextColumn)


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.