Constructor Summary |
---|
SmartTagPropertyCollection()
|
Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets a |
||
method | get(name) | |
Gets a |
Method Summary | ||
---|---|---|
method | add(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | add(name, value) | |
Adds a property of cell's smart tag. | ||
method | clear() | → inherited from CollectionBase |
method | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | iterator() | → inherited from CollectionBase |
method | removeAt(index) | → inherited from CollectionBase |
Constructor Detail |
---|
SmartTagPropertyCollection()
Property Getters/Setters Detail |
---|
getCount : int | |
int getCount() |
get : SmartTagProperty | |
SmartTagProperty get(index) |
index
- The indexget : SmartTagProperty | |
SmartTagProperty get(name) |
name
- The name of the proerty.Method Detail |
---|
add | |
int add(name, value) |
name: String
- The name of the properyvalue: String
- The value of the property.clear | |
clear() |
removeAt | |
removeAt(index) |
iterator | |
Iterator iterator() |
get | |
Object get(index) |
contains | |
boolean contains(value) |
add | |
int add(value) |
indexOf | |
int indexOf(value) |