@IsUsingJavaElement (Formula Language)

Indicates whether a view or outline uses the Java user interface.

Syntax

@IsUsingJavaElement

Return value

flag

Boolean

  • Returns 1 (True) if the component in the Standard Notes® Client is using the Java user interface
  • Returns 0 (False) if the application is being viewed in the Basic Notes® Client or the component in the Standard Notes® Client is not using the Java user interface

Usage

The only applications that use the Java user interface are the Personal Information Management (PIM) composite applications Mail, Calendar, and Contacts. This @function can be run against customized views or outlines to allow different information to be displayed depending on which client is being used to view the component.

Examples

In the Mail application, @IsUsingJavaElement would return different values based on which component the formula language was run in.
  1. In the Inbox component, it would return a value of True.
  2. In the Inbox preview window component, it would return a value of False.
  3. In the navigation component, it would return a value of True.
  4. In the FollowUp view component, it would return a value of False.