Uses of Class
com.crionics.jpdf.forms.AbstractField

Packages that use AbstractField
com.crionics.jpdf jPDF Core package, contains all main classes. 
com.crionics.jpdf.action Contains the implementation classes to define PDF Actions. 
 

Uses of AbstractField in com.crionics.jpdf
 

Methods in com.crionics.jpdf that return AbstractField
 AbstractField TemplateModule.getField(java.lang.String fieldName)
          Retrieve a "supported" FormField from the current PDF document by its name
 

Uses of AbstractField in com.crionics.jpdf.action
 

Methods in com.crionics.jpdf.action that return AbstractField
 AbstractField[] SubmitFormAction.getFields()
          Recovers the Form Fields which will be submitted or not depending on the attribute SubmitFormAction.ATT_EXCLUDE.
 AbstractField[] ResetFormAction.getFields()
          Recovers the Form Fields which will be affected or not (see ResetFormAction.isExcluding()) by this action.
 

Methods in com.crionics.jpdf.action with parameters of type AbstractField
 void SubmitFormAction.setFields(AbstractField[] fields)
          Sets the Form Fields which will be submitted or not depending on the attribute SubmitFormAction.ATT_EXCLUDE.
 void ResetFormAction.setFields(AbstractField[] fields)
          Sets the Form Fields which will be affected or not (see ResetFormAction.isExcluding()and ResetFormAction.setExcluding(boolean)) by this action.
 



Copyright © 1999-2007 Crionics. All Rights Reserved.