com.hp.lft.sdk.oracle

Class StatusBarDescription.Init<T extends StatusBarDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • errorCode

        public T errorCode(StringProperty errorCode)
        Initializes the status bar's errorCode.
        Parameters:
        errorCode - the error code of the displayed message.
        Returns:
        the description instance with the update state (builder pattern).
      • errorCode

        public T errorCode(String errorCode)
        Initializes the status bar's errorCode.
        Parameters:
        errorCode - the error code of the displayed message.
        Returns:
        the description instance with the update state (builder pattern).
      • message

        public T message(StringProperty message)
        Initializes the status bar's message.
        Parameters:
        message - the text of the displayed message.
        Returns:
        the description instance with the update state (builder pattern).
      • message

        public T message(String message)
        Initializes the status bar's message.
        Parameters:
        message - the text of the displayed message.
        Returns:
        the description instance with the update state (builder pattern).
      • classPath

        public T classPath(StringProperty classPath)
        Initializes the status bar's classPath.
        Parameters:
        classPath - the hierarchy of the object's Oracle class.
        Returns:
        the description instance with the update state (builder pattern).
      • classPath

        public T classPath(String classPath)
        Initializes the status bar's classPath.
        Parameters:
        classPath - the hierarchy of the object's Oracle class.
        Returns:
        the description instance with the update state (builder pattern).
      • enabled

        public T enabled(Boolean enabled)
        Indicates whether the object is enable.
        Parameters:
        enabled - true to set as enabled.
        Returns:
        the description instance with the update state (builder pattern).