|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.pageelements.ListItemList
public abstract class ListItemList
Represents the collection of ListItems on a List.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
List
,
ListItem
Method Summary | |
---|---|
ListItem |
add(java.lang.String item)
Adds the ListItem to the List. |
ListItem |
getItem(int index)
Gets the ListItem from the ListItemList. |
int |
size()
Returns the number of ListItems in the List. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ListItem add(java.lang.String item)
Adds the ListItem to the List.
item
- Text value of the ListItem.
public ListItem getItem(int index)
Gets the ListItem from the ListItemList.
index
- The index of the ListItem
public int size()
Returns the number of ListItems in the List.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |