Name | Required | Type | Description |
---|---|---|---|
dataBean | true | javax.el.ValueExpression
(must evaluate to edu.wright.hendrix11.familyTree.dataBean.DataBean )
| No Description |
text | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The text link to display. |
sort | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The sort string is actually a query of sorts (pun intended?) where the string is seperated into a string array by the period (".") character, and then the query result is sorted by the first element of the string array, then the next element, and so on. |
Output generated by Vdldoc View Declaration Language Documentation Generator.