com.hp.lft.sdk.oracle

Class CheckBoxDescription.Init<T extends CheckBoxDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • label

        public T label(StringProperty label)
        Initializes the checkBox's label.
        Parameters:
        label - the text displayed on the object.
        Returns:
        the description instance with the update state (builder pattern).
      • label

        public T label(String label)
        Initializes the checkBox's label.
        Parameters:
        label - the text displayed on the object.
        Returns:
        the description instance with the update state (builder pattern).
      • classPath

        public T classPath(StringProperty classPath)
        Initializes the checkBox'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 checkBox'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).
      • objectDescription

        public T objectDescription(StringProperty objectDescription)
        Initializes the checkBox's objectDescription.
        Parameters:
        objectDescription - the accessibility description of the object as specified by the server.
        Returns:
        the description instance with the update state (builder pattern).
      • objectDescription

        public T objectDescription(String objectDescription)
        Initializes the checkBox's objectDescription.
        Parameters:
        objectDescription - the accessibility description of the object as specified by the server.
        Returns:
        the description instance with the update state (builder pattern).
      • objectName

        public T objectName(StringProperty objectName)
        Initializes the checkBox's objectName.
        Parameters:
        objectName - the internal name of the object supplied by the application server.
        Returns:
        the description instance with the update state (builder pattern).
      • objectName

        public T objectName(String objectName)
        Initializes the checkBox's objectName.
        Parameters:
        objectName - the internal name of the object supplied by the application server.
        Returns:
        the description instance with the update state (builder pattern).
      • tooltipText

        public T tooltipText(StringProperty tooltipText)
        Initializes the checkBox's tooltipText.
        Parameters:
        tooltipText - the text displayed in the object's tooltip.
        Returns:
        the description instance with the update state (builder pattern).
      • tooltipText

        public T tooltipText(String tooltipText)
        Initializes the checkBox's tooltipText.
        Parameters:
        tooltipText - the text displayed in the object's tooltip.
        Returns:
        the description instance with the update state (builder pattern).
      • caption

        public T caption(StringProperty caption)
        Initializes the checkBox's caption.
        Parameters:
        caption - the caption of the object.
        Returns:
        the description instance with the update state (builder pattern).
      • caption

        public T caption(String caption)
        Initializes the checkBox's caption.
        Parameters:
        caption - the caption of the object.
        Returns:
        the description instance with the update state (builder pattern).
      • selected

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