jp.co.intra_mart.foundation.straform.model.definition
クラス TableItemDefModel

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.straform.model.definition.ItemDefModel
      上位を拡張 jp.co.intra_mart.foundation.straform.model.definition.TableItemDefModel
すべての実装されたインタフェース:
ItemDataDefine

public class TableItemDefModel
extends ItemDefModel

テーブルアイテムの定義情報モデルクラスです。
フォームに設定されているテーブルアイテムの定義情報を保持します。

導入されたバージョン:
7.2
作成者:
INTRAMART

メソッドの概要
 TableCellItemDefModel[] getCells()
          テーブル内のセル情報を返却します。
 
クラス jp.co.intra_mart.foundation.straform.model.definition.ItemDefModel から継承されたメソッド
getColumnName, getDataType, getId, getName, getSize, getType
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getCells

public TableCellItemDefModel[] getCells()
テーブル内のセル情報を返却します。

戻り値:
セル情報配列