org.pdfclown.documents.interaction.annotations
Class WidgetActions
java.lang.Object
org.pdfclown.objects.PdfObjectWrapper<PdfDictionary>
org.pdfclown.documents.interaction.annotations.AnnotationActions
org.pdfclown.documents.interaction.annotations.WidgetActions
- All Implemented Interfaces:
- Cloneable, Map<PdfName,Action>, IPdfObjectWrapper
@PDF(value=PDF12)
public final class WidgetActions
- extends AnnotationActions
Widget actions [PDF:1.6:8.5.2].
- Since:
- 0.0.7
- Version:
- 0.1.2, 12/21/12
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class org.pdfclown.documents.interaction.annotations.AnnotationActions |
clear, containsKey, containsValue, entrySet, get, getOnActivate, getOnEnter, getOnExit, getOnMouseDown, getOnMouseUp, getOnPageClose, getOnPageInvisible, getOnPageOpen, getOnPageVisible, isEmpty, keySet, put, putAll, remove, setOnActivate, setOnEnter, setOnExit, setOnMouseDown, setOnMouseUp, setOnPageClose, setOnPageInvisible, setOnPageOpen, setOnPageVisible, size, 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 |
WidgetActions
public WidgetActions(Annotation parent)
clone
public WidgetActions clone(Document context)
- Description copied from class:
PdfObjectWrapper
- Gets a clone of the object, registered inside the given document context.
- Overrides:
clone
in class AnnotationActions
- Parameters:
context
- Which document the clone has to be registered in.
getOnBlur
public Action getOnBlur()
- Gets the action to be performed when the annotation loses the input focus.
getOnFocus
public Action getOnFocus()
- Gets the action to be performed when the annotation receives the input focus.
setOnBlur
public void setOnBlur(Action value)
- See Also:
getOnBlur()
setOnFocus
public void setOnFocus(Action value)
- See Also:
getOnFocus()
Project home page
Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.