Class PredefinedIconData

Simple container for predefined icons data of the NoteDialogToolbar

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

Constructor

new PredefinedIconData ( jsonPredefinedIconData )

The constructor

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

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 136

readonly get icon : String

The html definition of the predefined icon

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

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 108

readonly get tooltip : String

The tooltip of the predefined icon

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

readonly get width : Number

The width of the predefined icon

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

Private properties

#height : Number

The height of the predefined icon

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

#icon : String

The html definition of the predefined icon

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

#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 43

#tooltip : String

The tooltip of the predefined icon

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

#width : Number

The width of the predefined icon

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