PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.documents.interaction.forms.Field

Packages that use Field
it.stefanochizzolini.clown.documents.interaction.forms Interactive forms (aka AcroForm) used to gather information interactively from the user [PDF:1.6:8.6]. 
it.stefanochizzolini.clown.documents.interaction.forms.styles Custom form field appearance. 
 

Uses of Field in it.stefanochizzolini.clown.documents.interaction.forms
 

Subclasses of Field in it.stefanochizzolini.clown.documents.interaction.forms
 class ButtonField
          Button field [PDF:1.6:8.6.3].
 class CheckBox
          Check box field [PDF:1.6:8.6.3].
 class ChoiceField
          Choice field [PDF:1.6:8.6.3].
 class ComboBox
          Combo box [PDF:1.6:8.6.3].
 class ListBox
          List box [PDF:1.6:8.6.3].
 class PushButton
          Pushbutton field [PDF:1.6:8.6.3].
 class RadioButton
          Radio button field [PDF:1.6:8.6.3].
 class SignatureField
          Signature field [PDF:1.6:8.6.3].
 class TextField
          Text field [PDF:1.6:8.6.3].
 

Methods in it.stefanochizzolini.clown.documents.interaction.forms that return Field
 Field Field.clone(Document context)
           
 Field Fields.get(Object key)
           
 Field FieldWidgets.getField()
          Gets the field associated to these widgets.
 Field Fields.put(String key, Field value)
           
 Field Fields.remove(Object key)
           
static Field Field.wrap(PdfReference reference)
          Wraps a field reference into a field object.
 

Methods in it.stefanochizzolini.clown.documents.interaction.forms that return types with arguments of type Field
 Set<Map.Entry<String,Field>> Fields.entrySet()
           
 Collection<Field> Fields.values()
           
 

Methods in it.stefanochizzolini.clown.documents.interaction.forms with parameters of type Field
 boolean Fields.add(Field value)
           
 Field Fields.put(String key, Field value)
           
 

Method parameters in it.stefanochizzolini.clown.documents.interaction.forms with type arguments of type Field
 void Fields.putAll(Map<? extends String,? extends Field> entries)
           
 

Uses of Field in it.stefanochizzolini.clown.documents.interaction.forms.styles
 

Methods in it.stefanochizzolini.clown.documents.interaction.forms.styles with parameters of type Field
abstract  void FieldStyle.apply(Field field)
           
 void DefaultStyle.apply(Field field)
           
 


PDF Clown
0.0.8

Project home page

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