SdtListItemCollection
遗产: java.lang.Object
所有已实现的接口: java.lang.Cloneable, java.lang.Iterable
public class SdtListItemCollection implements Cloneable, Iterable
提供访问SdtListItem结构化文档标签的元素。
要了解更多信息,请访问Structured Document Tags or Content Control文档文章。
方法
方法 | 描述 |
---|---|
add(SdtListItem item) | 将项目添加到此集合。 |
clear() | 清除此集合中的所有项目。 |
equals(Object arg0) | |
get(int index) | 返回一个SdtListItem对象在集合中给出其从零开始的索引。 |
getClass() | |
getCount() | 获取集合中的项目数。 |
getSelectedValue() | 指定当前在此列表中选择的值。 |
hashCode() | |
iterator() | 返回一个迭代器对象,该对象可用于迭代集合中的所有项目。 |
notify() | |
notifyAll() | |
removeAt(int index) | 删除指定索引处的列表项。 |
setSelectedValue(SdtListItem value) | 指定当前在此列表中选择的值。 |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
add(SdtListItem item)
public void add(SdtListItem item)
将项目添加到此集合。
参数:
范围 | 类型 | 描述 |
---|---|---|
item | SdtListItem |
clear()
public void clear()
清除此集合中的所有项目。
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
get(int index)
public SdtListItem get(int index)
返回一个SdtListItem对象在集合中给出其从零开始的索引。
参数:
范围 | 类型 | 描述 |
---|---|---|
index | int |
退货: SdtListItem - 一个SdtListItem对象在集合中给出其从零开始的索引。
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getCount()
public int getCount()
获取集合中的项目数。
退货: int - 集合中的项目数。
getSelectedValue()
public SdtListItem getSelectedValue()
指定当前在此列表中选择的值。允许空值,这意味着当前选择的条目没有与此列表项集合相关联。
退货: SdtListItem - 相应的SdtListItem价值。
hashCode()
public native int hashCode()
退货: 整数
iterator()
public Iterator iterator()
返回一个迭代器对象,该对象可用于迭代集合中的所有项目。
退货: java.util.迭代器
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
removeAt(int index)
public void removeAt(int index)
删除指定索引处的列表项。
参数:
范围 | 类型 | 描述 |
---|---|---|
index | int | 要删除的项目的从零开始的索引。 |
setSelectedValue(SdtListItem value)
public void setSelectedValue(SdtListItem value)
指定当前在此列表中选择的值。允许空值,这意味着当前选择的条目没有与此列表项集合相关联。
参数:
范围 | 类型 | 描述 |
---|---|---|
value | SdtListItem | 相应的SdtListItem价值。 |
toString()
public String toString()
退货: java.lang.字符串
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long | |
arg1 | int |