Class NmHTMLColumn

java.lang.Object
com.ptc.netmarkets.util.table.NmHTMLColumn
All Implemented Interfaces:
Serializable

public class NmHTMLColumn extends Object implements Serializable


Supported API: true

Extendable: false
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets the value of the attribute: ascending; Specifies the direction of the sort.
    boolean
    Gets the value of the attribute: defaultSecondarySort; Specifies the 2nd default sort column.
    boolean
    Gets the value of the attribute: defaultSort; Specifies the default sort column

    Supported API: true
    boolean
    Gets the value of the attribute: treeColumn; The column that should contain the expand/collapse icons for a tree

    Supported API: true
    void
    setAscending(boolean a_Ascending)
    Sets the value of the attribute: ascending; Specifies the direction of the sort.
    void
    setDefaultSecondarySort(boolean a_DefaultSecondarySort)
    Sets the value of the attribute: defaultSecondarySort; Specifies the 2nd default sort column.
    void
    setDefaultSort(boolean a_DefaultSort)
    Sets the value of the attribute: defaultSort; Specifies the default sort column

    Supported API: true
    void
    setTreeColumn(boolean a_TreeColumn)
    Sets the value of the attribute: treeColumn; The column that should contain the expand/collapse icons for a tree

    Supported API: true

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • isDefaultSort

      public boolean isDefaultSort()
      Gets the value of the attribute: defaultSort; Specifies the default sort column

      Supported API: true
      Returns:
      boolean
    • setDefaultSort

      public void setDefaultSort(boolean a_DefaultSort)
      Sets the value of the attribute: defaultSort; Specifies the default sort column

      Supported API: true
      Parameters:
      a_DefaultSort -
    • isDefaultSecondarySort

      public boolean isDefaultSecondarySort()
      Gets the value of the attribute: defaultSecondarySort; Specifies the 2nd default sort column. this column will be used to sort clusters of the same main sort value.

      Supported API: true
      Returns:
      boolean
    • setDefaultSecondarySort

      public void setDefaultSecondarySort(boolean a_DefaultSecondarySort)
      Sets the value of the attribute: defaultSecondarySort; Specifies the 2nd default sort column. this column will be used to sort clusters of the same main sort value.

      Supported API: true
      Parameters:
      a_DefaultSecondarySort -
    • isAscending

      public boolean isAscending()
      Gets the value of the attribute: ascending; Specifies the direction of the sort.

      Supported API: true
      Returns:
      boolean
    • setAscending

      public void setAscending(boolean a_Ascending)
      Sets the value of the attribute: ascending; Specifies the direction of the sort.

      Supported API: true
      Parameters:
      a_Ascending -
    • isTreeColumn

      public boolean isTreeColumn()
      Gets the value of the attribute: treeColumn; The column that should contain the expand/collapse icons for a tree

      Supported API: true
      Returns:
      boolean
    • setTreeColumn

      public void setTreeColumn(boolean a_TreeColumn)
      Sets the value of the attribute: treeColumn; The column that should contain the expand/collapse icons for a tree

      Supported API: true
      Parameters:
      a_TreeColumn -