|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfclown.objects.PdfObjectWrapper<PdfDataObject>
org.pdfclown.documents.interaction.forms.FieldWidgets
@PDF(value=PDF12) public final class FieldWidgets
Field widget annotations [PDF:1.6:8.6].
Method Summary | ||
---|---|---|
void |
add(int index,
Widget value)
|
|
boolean |
add(Widget value)
|
|
boolean |
addAll(Collection<? extends Widget> values)
|
|
boolean |
addAll(int index,
Collection<? extends Widget> values)
|
|
void |
clear()
|
|
FieldWidgets |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
|
boolean |
contains(Object value)
|
|
boolean |
containsAll(Collection<?> values)
|
|
boolean |
equals(Object object)
|
|
Widget |
get(int index)
|
|
Field |
getField()
Gets the field associated to these widgets. |
|
int |
hashCode()
|
|
int |
indexOf(Object value)
|
|
boolean |
isEmpty()
|
|
Iterator<Widget> |
iterator()
|
|
int |
lastIndexOf(Object value)
|
|
ListIterator<Widget> |
listIterator()
|
|
ListIterator<Widget> |
listIterator(int index)
|
|
Widget |
remove(int index)
|
|
boolean |
remove(Object value)
|
|
boolean |
removeAll(Collection<?> values)
|
|
boolean |
retainAll(Collection<?> values)
|
|
Widget |
set(int index,
Widget value)
|
|
int |
size()
|
|
List<Widget> |
subList(int fromIndex,
int toIndex)
|
|
Object[] |
toArray()
|
|
|
toArray(T[] values)
|
Methods inherited from class org.pdfclown.objects.PdfObjectWrapper |
---|
checkCompatibility, delete, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public FieldWidgets clone(Document context)
PdfObjectWrapper
clone
in class PdfObjectWrapper<PdfDataObject>
context
- Which document the clone has to be registered in.public Field getField()
public void add(int index, Widget value)
add
in interface List<Widget>
public boolean addAll(int index, Collection<? extends Widget> values)
addAll
in interface List<Widget>
public Widget get(int index)
get
in interface List<Widget>
public int indexOf(Object value)
indexOf
in interface List<Widget>
public int lastIndexOf(Object value)
lastIndexOf
in interface List<Widget>
public ListIterator<Widget> listIterator()
listIterator
in interface List<Widget>
public ListIterator<Widget> listIterator(int index)
listIterator
in interface List<Widget>
public Widget remove(int index)
remove
in interface List<Widget>
public Widget set(int index, Widget value)
set
in interface List<Widget>
public List<Widget> subList(int fromIndex, int toIndex)
subList
in interface List<Widget>
public boolean add(Widget value)
add
in interface Collection<Widget>
add
in interface List<Widget>
public boolean addAll(Collection<? extends Widget> values)
addAll
in interface Collection<Widget>
addAll
in interface List<Widget>
public void clear()
clear
in interface Collection<Widget>
clear
in interface List<Widget>
public boolean contains(Object value)
contains
in interface Collection<Widget>
contains
in interface List<Widget>
public boolean containsAll(Collection<?> values)
containsAll
in interface Collection<Widget>
containsAll
in interface List<Widget>
public boolean equals(Object object)
equals
in interface Collection<Widget>
equals
in interface List<Widget>
equals
in class PdfObjectWrapper<PdfDataObject>
public int hashCode()
hashCode
in interface Collection<Widget>
hashCode
in interface List<Widget>
hashCode
in class Object
public boolean isEmpty()
isEmpty
in interface Collection<Widget>
isEmpty
in interface List<Widget>
public boolean remove(Object value)
remove
in interface Collection<Widget>
remove
in interface List<Widget>
public boolean removeAll(Collection<?> values)
removeAll
in interface Collection<Widget>
removeAll
in interface List<Widget>
public boolean retainAll(Collection<?> values)
retainAll
in interface Collection<Widget>
retainAll
in interface List<Widget>
public int size()
size
in interface Collection<Widget>
size
in interface List<Widget>
public Object[] toArray()
toArray
in interface Collection<Widget>
toArray
in interface List<Widget>
public <T> T[] toArray(T[] values)
toArray
in interface Collection<Widget>
toArray
in interface List<Widget>
public Iterator<Widget> iterator()
iterator
in interface Iterable<Widget>
iterator
in interface Collection<Widget>
iterator
in interface List<Widget>
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |