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

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

public class RadioItemDefModel
extends ItemDefModel

ラジオボタングループ情報モデルクラスです。
フォームに設定されているラジオボタングループ情報を保持します。
ラジオボタングループはフォーム内に同じ名前で設定されたラジオボタンのグループです。

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

メソッドの概要
 RadioIndexDefModel[] getItemList()
          ラジオボタンアイテム情報配列を返却します。
 
クラス 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
 

メソッドの詳細

getItemList

public RadioIndexDefModel[] getItemList()
ラジオボタンアイテム情報配列を返却します。

戻り値:
ラジオボタンアイテム情報配列