Class ColumnHeader
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.ColumnHeader
Header for a Web UI column. This used with TH.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCData()Get the cdata field for the TH.Get the selector field for the TH.
-
Constructor Details
-
ColumnHeader
-
-
Method Details
-
getSelector
Get the selector field for the TH.- Returns:
- Selector.
-
getCData
Get the cdata field for the TH.- Returns:
- CData.
-