Home | History | Annotate | Download | only in beans

Lines Matching refs:index

31  * but contains the index of the property that has changed.
46 private int index;
56 * @param index index of the property element that was changed.
60 int index) {
62 this.index = index;
66 * Gets the index of the property that was changed.
68 * @return The index specifying the property element that was
72 return index;
76 sb.append("; index=").append(getIndex());