org.pdfclown.documents.interaction.forms
Class ChoiceItems
java.lang.Object
   org.pdfclown.objects.PdfObjectWrapper<PdfArray>
org.pdfclown.objects.PdfObjectWrapper<PdfArray>
       org.pdfclown.documents.interaction.forms.ChoiceItems
org.pdfclown.documents.interaction.forms.ChoiceItems
- All Implemented Interfaces: 
- Cloneable, Iterable<ChoiceItem>, Collection<ChoiceItem>, List<ChoiceItem>, IPdfObjectWrapper
- @PDF(value=PDF12)
public final class ChoiceItems 
- extends PdfObjectWrapper<PdfArray>- implements List<ChoiceItem>
Field options [PDF:1.6:8.6.3].
- Since:
- 0.0.7
- Version:
- 0.1.2, 12/21/12
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
 
 
| Methods inherited from class org.pdfclown.objects.PdfObjectWrapper | 
| checkCompatibility, delete, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata | 
 
 
ChoiceItems
public ChoiceItems(Document context)
add
public ChoiceItem add(String value)
- 
 
- 
 
add
public ChoiceItem add(int index,
                      String value)
- 
 
- 
 
clone
public ChoiceItems clone(Document context)
- Description copied from class: PdfObjectWrapper
- Gets a clone of the object, registered inside the given document context.
 
- 
- Overrides:
- clonein class- PdfObjectWrapper<PdfArray>
 
- 
- Parameters:
- context- Which document the clone has to be registered in.
 
add
public void add(int index,
                ChoiceItem value)
- 
- Specified by:
- addin interface- List<ChoiceItem>
 
- 
 
addAll
public boolean addAll(int index,
                      Collection<? extends ChoiceItem> values)
- 
- Specified by:
- addAllin interface- List<ChoiceItem>
 
- 
 
get
public ChoiceItem get(int index)
- 
- Specified by:
- getin interface- List<ChoiceItem>
 
- 
 
indexOf
public int indexOf(Object value)
- 
- Specified by:
- indexOfin interface- List<ChoiceItem>
 
- 
 
lastIndexOf
public int lastIndexOf(Object value)
- 
- Specified by:
- lastIndexOfin interface- List<ChoiceItem>
 
- 
 
listIterator
public ListIterator<ChoiceItem> listIterator()
- 
- Specified by:
- listIteratorin interface- List<ChoiceItem>
 
- 
 
listIterator
public ListIterator<ChoiceItem> listIterator(int index)
- 
- Specified by:
- listIteratorin interface- List<ChoiceItem>
 
- 
 
remove
public ChoiceItem remove(int index)
- 
- Specified by:
- removein interface- List<ChoiceItem>
 
- 
 
set
public ChoiceItem set(int index,
                      ChoiceItem value)
- 
- Specified by:
- setin interface- List<ChoiceItem>
 
- 
 
subList
public List<ChoiceItem> subList(int fromIndex,
                                int toIndex)
- 
- Specified by:
- subListin interface- List<ChoiceItem>
 
- 
 
add
public boolean add(ChoiceItem value)
- 
- Specified by:
- addin interface- Collection<ChoiceItem>
- Specified by:
- addin interface- List<ChoiceItem>
 
- 
 
addAll
public boolean addAll(Collection<? extends ChoiceItem> values)
- 
- Specified by:
- addAllin interface- Collection<ChoiceItem>
- Specified by:
- addAllin interface- List<ChoiceItem>
 
- 
 
clear
public void clear()
- 
- Specified by:
- clearin interface- Collection<ChoiceItem>
- Specified by:
- clearin interface- List<ChoiceItem>
 
- 
 
contains
public boolean contains(Object value)
- 
- Specified by:
- containsin interface- Collection<ChoiceItem>
- Specified by:
- containsin interface- List<ChoiceItem>
 
- 
 
containsAll
public boolean containsAll(Collection<?> values)
- 
- Specified by:
- containsAllin interface- Collection<ChoiceItem>
- Specified by:
- containsAllin interface- List<ChoiceItem>
 
- 
 
equals
public boolean equals(Object object)
- 
- Specified by:
- equalsin interface- Collection<ChoiceItem>
- Specified by:
- equalsin interface- List<ChoiceItem>
- Overrides:
- equalsin class- PdfObjectWrapper<PdfArray>
 
- 
 
hashCode
public int hashCode()
- 
- Specified by:
- hashCodein interface- Collection<ChoiceItem>
- Specified by:
- hashCodein interface- List<ChoiceItem>
- Overrides:
- hashCodein class- Object
 
- 
 
isEmpty
public boolean isEmpty()
- 
- Specified by:
- isEmptyin interface- Collection<ChoiceItem>
- Specified by:
- isEmptyin interface- List<ChoiceItem>
 
- 
 
remove
public boolean remove(Object value)
- 
- Specified by:
- removein interface- Collection<ChoiceItem>
- Specified by:
- removein interface- List<ChoiceItem>
 
- 
 
removeAll
public boolean removeAll(Collection<?> values)
- 
- Specified by:
- removeAllin interface- Collection<ChoiceItem>
- Specified by:
- removeAllin interface- List<ChoiceItem>
 
- 
 
retainAll
public boolean retainAll(Collection<?> values)
- 
- Specified by:
- retainAllin interface- Collection<ChoiceItem>
- Specified by:
- retainAllin interface- List<ChoiceItem>
 
- 
 
size
public int size()
- 
- Specified by:
- sizein interface- Collection<ChoiceItem>
- Specified by:
- sizein interface- List<ChoiceItem>
 
- 
 
toArray
public Object[] toArray()
- 
- Specified by:
- toArrayin interface- Collection<ChoiceItem>
- Specified by:
- toArrayin interface- List<ChoiceItem>
 
- 
 
toArray
public <T> T[] toArray(T[] values)
- 
- Specified by:
- toArrayin interface- Collection<ChoiceItem>
- Specified by:
- toArrayin interface- List<ChoiceItem>
 
- 
 
iterator
public Iterator<ChoiceItem> iterator()
- 
- Specified by:
- iteratorin interface- Iterable<ChoiceItem>
- Specified by:
- iteratorin interface- Collection<ChoiceItem>
- Specified by:
- iteratorin interface- List<ChoiceItem>
 
- 
 
Project home page
Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.