OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HEADER_STYLE
(Results
1 - 2
of
2
) sorted by null
/external/autotest/frontend/client/src/autotest/common/table/
DataTable.java
36
public static final String
HEADER_STYLE
= "data-row-header";
92
table.getRowFormatter().setStylePrimaryName(0,
HEADER_STYLE
);
DynamicTable.java
80
DataTable.
HEADER_STYLE
+ "-sortable");
Completed in 548 milliseconds