|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChoiceItem | |
---|---|
it.stefanochizzolini.clown.documents.interaction.forms | Interactive forms (aka AcroForm) used to gather information interactively from the user [PDF:1.6:8.6]. |
Uses of ChoiceItem in it.stefanochizzolini.clown.documents.interaction.forms |
---|
Methods in it.stefanochizzolini.clown.documents.interaction.forms that return ChoiceItem | |
---|---|
ChoiceItem |
ChoiceItems.add(int index,
String value)
|
ChoiceItem |
ChoiceItems.add(String value)
|
ChoiceItem |
ChoiceItem.clone(Document context)
|
ChoiceItem |
ChoiceItems.get(int index)
|
ChoiceItem |
ChoiceItems.remove(int index)
|
ChoiceItem |
ChoiceItems.set(int index,
ChoiceItem value)
|
Methods in it.stefanochizzolini.clown.documents.interaction.forms that return types with arguments of type ChoiceItem | |
---|---|
Iterator<ChoiceItem> |
ChoiceItems.iterator()
|
ListIterator<ChoiceItem> |
ChoiceItems.listIterator()
|
ListIterator<ChoiceItem> |
ChoiceItems.listIterator(int index)
|
List<ChoiceItem> |
ChoiceItems.subList(int fromIndex,
int toIndex)
|
Methods in it.stefanochizzolini.clown.documents.interaction.forms with parameters of type ChoiceItem | |
---|---|
boolean |
ChoiceItems.add(ChoiceItem value)
|
void |
ChoiceItems.add(int index,
ChoiceItem value)
|
ChoiceItem |
ChoiceItems.set(int index,
ChoiceItem value)
|
Method parameters in it.stefanochizzolini.clown.documents.interaction.forms with type arguments of type ChoiceItem | |
---|---|
boolean |
ChoiceItems.addAll(Collection<? extends ChoiceItem> values)
|
boolean |
ChoiceItems.addAll(int index,
Collection<? extends ChoiceItem> values)
|
|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |