Package com.ptc.netmarkets.util.table
Class NmHTMLColumn
java.lang.Object
com.ptc.netmarkets.util.table.NmHTMLColumn
- All Implemented Interfaces:
Serializable
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the attribute: ascending; Specifies the direction of the sort.booleanGets the value of the attribute: defaultSecondarySort; Specifies the 2nd default sort column.booleanGets the value of the attribute: defaultSort; Specifies the default sort column
Supported API: truebooleanGets the value of the attribute: treeColumn; The column that should contain the expand/collapse icons for a tree
Supported API: truevoidsetAscending(boolean a_Ascending) Sets the value of the attribute: ascending; Specifies the direction of the sort.voidsetDefaultSecondarySort(boolean a_DefaultSecondarySort) Sets the value of the attribute: defaultSecondarySort; Specifies the 2nd default sort column.voidsetDefaultSort(boolean a_DefaultSort) Sets the value of the attribute: defaultSort; Specifies the default sort column
Supported API: truevoidsetTreeColumn(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
-
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-
-