Home
last modified time | relevance | path

Searched refs:LayoutRows (Results 1 – 1 of 1) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/table/
DTableDecorator.java31 private static class LayoutRows { class in TableDecorator
42 setRow(LayoutRows.TABLE, dataTable); in TableDecorator()
43 setRow(LayoutRows.FILTERS, filterTable); in TableDecorator()
52 setRow(LayoutRows.TOP_PAGINATOR, paginator); in addPaginators()
55 setRow(LayoutRows.BOTTOM_PAGINATOR, paginator); in addPaginators()
84 setRow(LayoutRows.TOP_ACTIONS, selectionPanel); in addSelectionPanel()
86 setRow(LayoutRows.BOTTOM_ACTIONS, selectionPanel); in addSelectionPanel()
102 setRow(LayoutRows.TOP_ACTIONS, actionsPanel); in addTableActionsPanel()
104 setRow(LayoutRows.BOTTOM_ACTIONS, actionsPanel); in addTableActionsPanel()
113 setRow(LayoutRows.TOP_ACTIONS, widget); in setActionsWidget()