|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.netmarkets.util.table.NmHTMLColumn
public class NmHTMLColumn
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
boolean |
isAscending()
Gets the value of the attribute: ascending; Specifies the direction of the sort. |
boolean |
isDefaultSecondarySort()
Gets the value of the attribute: defaultSecondarySort; Specifies the 2nd default sort column. |
boolean |
isDefaultSort()
Gets the value of the attribute: defaultSort; Specifies the default sort column Supported API: true |
boolean |
isTreeColumn()
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 Detail |
|---|
public boolean isDefaultSort()
public void setDefaultSort(boolean a_DefaultSort)
a_DefaultSort - public boolean isDefaultSecondarySort()
public void setDefaultSecondarySort(boolean a_DefaultSecondarySort)
a_DefaultSecondarySort - public boolean isAscending()
public void setAscending(boolean a_Ascending)
a_Ascending - public boolean isTreeColumn()
public void setTreeColumn(boolean a_TreeColumn)
a_TreeColumn -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||