PDF Clown
0.1.2

org.pdfclown.documents.interaction.forms
Class Fields

java.lang.Object
  extended by org.pdfclown.objects.PdfObjectWrapper<PdfArray>
      extended by org.pdfclown.documents.interaction.forms.Fields
All Implemented Interfaces:
Cloneable, Map<String,Field>, IPdfObjectWrapper

@PDF(value=PDF12)
public final class Fields
extends PdfObjectWrapper<PdfArray>
implements Map<String,Field>

Interactive form fields [PDF:1.6:8.6.1].

Since:
0.0.7
Version:
0.1.2, 12/21/12
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
Fields(Document context)
           
 
Method Summary
 boolean add(Field value)
           
 void clear()
           
 Fields clone(Document context)
          Gets a clone of the object, registered inside the given document context.
 boolean containsKey(Object key)
           
 boolean containsValue(Object value)
           
 Set<Map.Entry<String,Field>> entrySet()
           
 Field get(Object key)
           
 boolean isEmpty()
           
 Set<String> keySet()
           
 Field put(String key, Field value)
           
 void putAll(Map<? extends String,? extends Field> entries)
           
 Field remove(Object key)
           
 int size()
           
 Collection<Field> values()
           
 
Methods inherited from class org.pdfclown.objects.PdfObjectWrapper
checkCompatibility, delete, equals, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

Fields

public Fields(Document context)
Method Detail

add

public boolean add(Field value)

clone

public Fields clone(Document context)
Description copied from class: PdfObjectWrapper
Gets a clone of the object, registered inside the given document context.

Overrides:
clone in class PdfObjectWrapper<PdfArray>
Parameters:
context - Which document the clone has to be registered in.

clear

public void clear()
Specified by:
clear in interface Map<String,Field>

containsKey

public boolean containsKey(Object key)
Specified by:
containsKey in interface Map<String,Field>

containsValue

public boolean containsValue(Object value)
Specified by:
containsValue in interface Map<String,Field>

entrySet

public Set<Map.Entry<String,Field>> entrySet()
Specified by:
entrySet in interface Map<String,Field>

get

public Field get(Object key)
Specified by:
get in interface Map<String,Field>

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Map<String,Field>

keySet

public Set<String> keySet()
Specified by:
keySet in interface Map<String,Field>

put

public Field put(String key,
                 Field value)
Specified by:
put in interface Map<String,Field>

putAll

public void putAll(Map<? extends String,? extends Field> entries)
Specified by:
putAll in interface Map<String,Field>

remove

public Field remove(Object key)
Specified by:
remove in interface Map<String,Field>

size

public int size()
Specified by:
size in interface Map<String,Field>

values

public Collection<Field> values()
Specified by:
values in interface Map<String,Field>

PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.