PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.interaction.annotations.Widget

Packages that use Widget
org.pdfclown.documents.interaction.annotations Annotations used to associate an object such as a note, sound, or movie with a location on a page of a PDF document, or to provide a way to interact with the user by means of the mouse and keyboard [PDF:1.6:8.4]. 
org.pdfclown.documents.interaction.forms Interactive forms (aka AcroForm) used to gather information interactively from the user [PDF:1.6:8.6]. 
 

Uses of Widget in org.pdfclown.documents.interaction.annotations
 

Subclasses of Widget in org.pdfclown.documents.interaction.annotations
 class DualWidget
          Dual-state widget annotation.
 

Methods in org.pdfclown.documents.interaction.annotations that return Widget
 Widget Widget.clone(Document context)
           
static Widget Widget.wrap(PdfDirectObject baseObject, Field field)
           
 

Uses of Widget in org.pdfclown.documents.interaction.forms
 

Methods in org.pdfclown.documents.interaction.forms that return Widget
 Widget FieldWidgets.get(int index)
           
 Widget FieldWidgets.remove(int index)
           
 Widget FieldWidgets.set(int index, Widget value)
           
 

Methods in org.pdfclown.documents.interaction.forms that return types with arguments of type Widget
 Iterator<Widget> FieldWidgets.iterator()
           
 ListIterator<Widget> FieldWidgets.listIterator()
           
 ListIterator<Widget> FieldWidgets.listIterator(int index)
           
 List<Widget> FieldWidgets.subList(int fromIndex, int toIndex)
           
 

Methods in org.pdfclown.documents.interaction.forms with parameters of type Widget
 void FieldWidgets.add(int index, Widget value)
           
 boolean FieldWidgets.add(Widget value)
           
 Widget FieldWidgets.set(int index, Widget value)
           
 

Method parameters in org.pdfclown.documents.interaction.forms with type arguments of type Widget
 boolean FieldWidgets.addAll(Collection<? extends Widget> values)
           
 boolean FieldWidgets.addAll(int index, Collection<? extends Widget> values)
           
 

Constructors in org.pdfclown.documents.interaction.forms with parameters of type Widget
ButtonField(String name, Widget widget)
          Creates a new button field within the given document context.
CheckBox(String name, Widget widget, boolean checked)
          Creates a new checkbox within the given document context.
ChoiceField(String name, Widget widget)
          Creates a new choice field within the given document context.
ComboBox(String name, Widget widget)
          Creates a new combobox within the given document context.
Field(PdfName fieldType, String name, Widget widget)
          Creates a new field within the given document context.
ListBox(String name, Widget widget)
          Creates a new listbox within the given document context.
PushButton(String name, Widget widget, String caption)
          Creates a new pushbutton within the given document context.
SignatureField(String name, Widget widget)
          Creates a new signature field within the given document context.
TextField(String name, Widget widget, String value)
          Creates a new text field within the given document context.
 


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.