Uses of Interface
com.itextpdf.commons.utils.Action
Packages that use Action
Package
Description
-
Uses of Action in com.itextpdf.commons.utils
Methods in com.itextpdf.commons.utils with parameters of type ActionModifier and TypeMethodDescriptionstatic Timer
TimerUtil.newTimerWithRecurringTask
(Action task, long delay, long period) Creates a new Timer instance. -
Uses of Action in com.itextpdf.forms.fields
Methods in com.itextpdf.forms.fields with parameters of type ActionModifier and TypeMethodDescriptionstatic void
FormsMetaInfoStaticContainer.useMetaInfoDuringTheAction
(MetaInfoContainer metaInfoContainer, Action action) Sets meta info related to forms into static context, executes the action and then cleans meta info. -
Uses of Action in com.itextpdf.signatures.validation
Methods in com.itextpdf.signatures.validation with parameters of type ActionModifier and TypeMethodDescriptionstatic void
SafeCalling.onRuntimeExceptionLog
(Action action, ValidationReport report, Function<Exception, ReportItem> reportItemCreator) Adds a report item to the report when an exception is thrown in the action.