com.hp.lft.sdk.oracle

Class FormWindowDescription

    • Constructor Detail

      • FormWindowDescription

        public FormWindowDescription()
        Initializes a new instance of the FormWindowDescription class.
      • FormWindowDescription

        protected FormWindowDescription(FormWindowDescription.Init<?> init)
        Initializes a new instance of the FormWindowDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setShortTitle

        public void setShortTitle(String shortTitle)
        Sets the window short title.
        Parameters:
        shortTitle - the window title.
      • getShortTitle

        public StringProperty getShortTitle()
        Returns the window short title.
        Returns:
        the window short title.
      • setClassPath

        public void setClassPath(String classPath)
        Sets the Oracle class hierarchy of the object's Oracle class.
        Parameters:
        classPath - the Oracle class hierarchy of the object's Oracle class.
      • getClassPath

        public StringProperty getClassPath()
        Returns the Oracle class hierarchy of the object's Oracle class.
        Returns:
        the Oracle class hierarchy of the object's Oracle class.
      • setEnabled

        public void setEnabled(Boolean isEnabled)
        Sets whether the object is enable.
        Parameters:
        isEnabled - true to set as enabled.
      • isEnabled

        public Boolean isEnabled()
        Indicates whether the object is enable.
        Returns:
        true if enabled.