CPDFBotaAnnotationMenuConfig class

Constructors

CPDFBotaAnnotationMenuConfig({List<CPDFBotaMenuItem<CPDFBotaAnnotGlobalMenu>> global = const [CPDFBotaMenuItem(id: CPDFBotaAnnotGlobalMenu.importAnnotation), CPDFBotaMenuItem(id: CPDFBotaAnnotGlobalMenu.exportAnnotation), CPDFBotaMenuItem(id: CPDFBotaAnnotGlobalMenu.removeAllAnnotation), CPDFBotaMenuItem(id: CPDFBotaAnnotGlobalMenu.removeAllReply)], List<CPDFBotaMenuItem> item = const [CPDFBotaMenuItem(id: CPDFBotaAnnotItemMenu.reviewStatus, subMenus: ['accepted', 'rejected', 'cancelled', 'completed', 'none']), CPDFBotaMenuItem(id: CPDFBotaAnnotItemMenu.markedStatus), CPDFBotaMenuItem(id: CPDFBotaAnnotItemMenu.more, subMenus: ['addReply', 'viewReply', 'delete'])]})
const
CPDFBotaAnnotationMenuConfig.fromJson(Map<String, dynamic> json)
factory

Properties

global List<CPDFBotaMenuItem<CPDFBotaAnnotGlobalMenu>>
final
hashCode int
The hash code for this object.
no setterinherited
item List<CPDFBotaMenuItem>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited