Class FloatingEditorBlockTransform

    • Field Detail

      • JUIL_COMMAND_SEPARATOR

        protected static final java.lang.String JUIL_COMMAND_SEPARATOR
        This separates different commands in a larger command string.
        See Also:
        Constant Field Values
      • JUIL_COMMAND_PARTS_DELIMITER

        protected static final java.lang.String JUIL_COMMAND_PARTS_DELIMITER
        This separates the parts of a single command.
        See Also:
        Constant Field Values
      • helpTopic

        public FormalParameter helpTopic
        Indicates the help topic for the help page of the editor.
      • helpType

        public FormalParameter helpType
        Indicates the type of help topic this editor uses.
      • FP_HELP_TOPIC

        public static final java.lang.String FP_HELP_TOPIC
        Constant specifying the name of the formal parameter for specifying the help topic for the help of the editor
        See Also:
        Constant Field Values
    • Constructor Detail

      • FloatingEditorBlockTransform

        public FloatingEditorBlockTransform()
    • Method Detail

      • getHelpPath

        public java.lang.String getHelpPath()
        Returns the help path for the help type of user.
        Overrides:
        getHelpPath in class AbstractAppTransform
        Returns:
        String
      • getHelpTopic

        public java.lang.String getHelpTopic()
        Returns the help topic for this editor.
        Returns:
        String
      • generateJUILCommand

        protected java.lang.String generateJUILCommand​(java.lang.String cmdID,
                                                       java.lang.String cmdArg,
                                                       java.lang.String cmdTargetPath)
        Generate a Javascript UI Library Command string from the parts of the command.
        Parameters:
        cmdID - The ID of the command
        cmdArg - The argument of the command
        cmdTargetPath - The target path of the command
        Returns:
        A String that represents the JUIL Command
      • getUserPreferences

        protected Preferences getUserPreferences()
        Retrieves the User Preferences for this request.
        Returns:
        The Preferences associated with this user's request.
      • getLocaleInfo

        protected LocaleInfo getLocaleInfo()
        Get the LocaleInfo associated with this request.
        Returns:
        The LocaleInfo associated with this request.
      • getWebIServerSession

        protected WebIServerSession getWebIServerSession()
        Return the WebIServerSession associated with this Bean.
        Returns:
        The WebIServerSession associated with this Bean.
      • getUnitsPreferenceValue

        protected java.lang.String getUnitsPreferenceValue()
      • getDPI

        protected int getDPI()
      • convertUnit

        public java.lang.String convertUnit​(java.lang.String value)