Class PredefinedIconData

Simple container for predefined icons data of the NoteDialogToolbar

Source : file dialogs/notesDialog/toolbar/PredefinedIconData.js at line 35

Constructor

new PredefinedIconData ( jsonPredefinedIconData )

The constructor

Source : file dialogs/notesDialog/toolbar/PredefinedIconData.js at line 77

Parameters

Name Type Description
jsonPredefinedIconData JsonObject

A json object with the data for the predefined icon

Public getters and setters

readonly get height : Number

The height of the predefined icon

Source : file dialogs/notesDialog/toolbar/PredefinedIconData.js at line 135

readonly get icon : String

The html definition of the predefined icon

Source : file dialogs/notesDialog/toolbar/PredefinedIconData.js at line 114

readonly get name : String

The name of the predefined icon. This name will be displayed in the select of the NoteDialog

Source : file dialogs/notesDialog/toolbar/PredefinedIconData.js at line 107

readonly get tooltip : String

The tooltip of the predefined icon

Source : file dialogs/notesDialog/toolbar/PredefinedIconData.js at line 121

readonly get width : Number

The width of the predefined icon

Source : file dialogs/notesDialog/toolbar/PredefinedIconData.js at line 128

Private properties

#height : Number

The height of the predefined icon

Source : file dialogs/notesDialog/toolbar/PredefinedIconData.js at line 70

#icon : String

The html definition of the predefined icon

Source : file dialogs/notesDialog/toolbar/PredefinedIconData.js at line 49

#name : String

The name of the predefined icon. This name will be displayed in the select of the NoteDialogToolbar

Source : file dialogs/notesDialog/toolbar/PredefinedIconData.js at line 42

#tooltip : String

The tooltip of the predefined icon

Source : file dialogs/notesDialog/toolbar/PredefinedIconData.js at line 56

#width : Number

The width of the predefined icon

Source : file dialogs/notesDialog/toolbar/PredefinedIconData.js at line 63