jp.oarts.pirka.core.util.field
クラス FieldCtrlItem
java.lang.Object
jp.oarts.pirka.core.util.field.FieldCtrlItem
- すべての実装されたインタフェース:
- java.io.Serializable
public class FieldCtrlItem
- extends java.lang.Object
- implements java.io.Serializable
- 関連項目:
- 直列化された形式
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldCtrlItem
public FieldCtrlItem(java.lang.Object initValue,
HtmlCtrlParts ctrl,
int loopDeepLevel)
- コンストラクタ
- パラメータ:
initValue
- 値ctrl
- コントローラーloopDeepLevel
- ループ階層(ルート=0)
getCtrl
public HtmlCtrlParts getCtrl()
- 戻り値:
- ctrl を戻します。
getInitValue
public java.lang.Object getInitValue()
- 戻り値:
- initValue を戻します。
getLoopDeepLevel
public int getLoopDeepLevel()
- 戻り値:
- loopDeepLevel を戻します。
setCtrl
public void setCtrl(HtmlCtrlParts ctrl)
- パラメータ:
ctrl
- 設定する ctrl。
setInitValue
public void setInitValue(java.lang.Object initValue)
- パラメータ:
initValue
- 設定する initValue。
setLoopDeepLevel
public void setLoopDeepLevel(int loopDeepLevel)
- パラメータ:
loopDeepLevel
- 設定する loopDeepLevel。