com.hp.lft.sdk.oracle

Class ListOfValuesDescription

    • Constructor Detail

      • ListOfValuesDescription

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

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

      • setItems

        public void setItems(String[] items)
        Sets the content of the object window.
        Parameters:
        items - the content of the object window.
      • getItems

        public String[] getItems()
        Returns the content of the object window.
        Returns:
        the content of the object window.
      • setChoicesNumber

        public void setChoicesNumber(Integer maxLength)
        Sets the number of available choices (taking into account the active filter).
        Parameters:
        maxLength - the number of available choices (taking into account the active filter).
      • getChoicesNumber

        public Integer getChoicesNumber()
        Returns the number of available choices (taking into account the active filter).
        Returns:
        the number of available choices (taking into account the active filter).
      • setTitle

        public void setTitle(String title)
        Sets the window title.
        Parameters:
        title - the window title.
      • getTitle

        public StringProperty getTitle()
        Returns the window title.
        Returns:
        the window 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.