[TEEDA-438] condition および forEach でダイナミックプロパティをサポートしました. Created: 2008-02-21  Updated: 2008-02-25  Resolved: 2008-02-25

Status: Resolved
Project: Teeda
Component/s: Teeda Extension
Affects Version/s: 1.0.13-rc1
Fix Version/s: 1.0.13-rc2

Type: Improvement Priority: Major
Reporter: koichik Assignee: koichik
Resolution: Fixed Votes: 0
Labels: None


 Description   

condition および forEach でダイナミックプロパティをサポートする.



 Comments   
Comment by koichik [ 2008-02-25 ]

forEach もサポートしました.
http://svn.seasar.org/browse/?view=rev&root=teeda&revision=3966

Comment by koichik [ 2008-02-25 ]

forEach もダイナミックプロパティをサポートするということで再オープン.

Comment by koichik [ 2008-02-21 ]

対応しました.
http://svn.seasar.org/browse/?view=rev&root=teeda&revision=3958

condition の場合,ダイナミックプロパティは id 属性から先頭の is または isNot を取り除いて属性名を付けた名前のプロパティとします.

例:

<td id="isCategoryColumn" rowspan="2">

rowspan 属性に対応するプロパティの名前は categoryColumnRowspan となります.

public int getCategoryColumnRowspan() {
  ...
}

getIsCategoryColumnRowspan() とかイマイチだと思ったのでこうしました.

Generated at Fri Apr 26 22:46:53 JST 2024 using Jira 9.15.0#9150000-sha1:9ead8528714127d8cfabf2446010d7e62c0a195c.