Interface ICustomizationList

  • All Superinterfaces:
    com4j.Com4jObject
    All Known Subinterfaces:
    ICustomizationList2

    public interface ICustomizationList
    extends com4j.Com4jObject
    Represents a user-defined list associated with a field.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean deleted()
      If true, the node is marked for deletion, but the deletion is not yet committed.
      void deleted​(boolean pVal)
      If true, the node is marked for deletion, but the deletion is not yet committed.
      com4j.Com4jObject find​(java.lang.Object val)
      Finds a CustomizationListNode of the current list by the node name or ID.
      java.lang.String name()
      The name of the list.
      com4j.Com4jObject rootNode()
      The root CustomizationListNode of the current list.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • rootNode

        com4j.Com4jObject rootNode()

        The root CustomizationListNode of the current list.

        Getter method for the COM property "RootNode"

        Returns:
        Returns a value of type com4j.Com4jObject
      • name

        java.lang.String name()

        The name of the list.

        Getter method for the COM property "Name"

        Returns:
        Returns a value of type java.lang.String
      • find

        com4j.Com4jObject find​(java.lang.Object val)

        Finds a CustomizationListNode of the current list by the node name or ID.

        Parameters:
        val - Mandatory java.lang.Object parameter.
        Returns:
        Returns a value of type com4j.Com4jObject
      • deleted

        boolean deleted()

        If true, the node is marked for deletion, but the deletion is not yet committed.

        Getter method for the COM property "Deleted"

        Returns:
        Returns a value of type boolean
      • deleted

        void deleted​(boolean pVal)

        If true, the node is marked for deletion, but the deletion is not yet committed.

        Setter method for the COM property "Deleted"

        Parameters:
        pVal - Mandatory boolean parameter.