Searched defs:WuiListContentBase (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuiadminsystemlog.py33 from testmanager.webui.wuicontentbase import WuiListContentBase, WuiTmLink; namespace
39 class WuiAdminSystemLogList(WuiListContentBase):
45 WuiListContentBase.__init__(self, aoEntries, iPage, cItemsPerPage, tsEffective, 'System Log',
H A Dwuiadminbuild.py33 from testmanager.webui.wuicontentbase import WuiFormContentBase, WuiListContentBase, WuiTmLink, WuiBuildLogLink, \
75 class WuiAdminBuildList(WuiListContentBase):
81 WuiListContentBase.__init__(self, aoEntries, iPage, cItemsPerPage, tsEffective,
34 WuiSvnLinkWithTooltip; namespace
H A Dwuiadminbuildblacklist.py34 from testmanager.webui.wuicontentbase import WuiFormContentBase, WuiListContentBase, WuiTmLink namespace
100 class WuiAdminListOfBlacklistItems(WuiListContentBase):
106 WuiListContentBase.__init__(self, aoEntries, iPage, cItemsPerPage, tsEffective,
H A Dwuiadminbuildcategory.py34 from testmanager.webui.wuicontentbase import WuiListContentBase, WuiFormContentBase, WuiRawHtml, WuiTmLink; namespace
39 class WuiAdminBuildCatList(WuiListContentBase):
45 WuiListContentBase.__init__(self, aoEntries, iPage, cItemsPerPage, tsEffective,
H A Dwuiadminfailurereason.py34 from testmanager.webui.wuicontentbase import WuiFormContentBase, WuiListContentBase, WuiTmLink namespace
93 class WuiAdminFailureReasonList(WuiListContentBase):
99 WuiListContentBase.__init__(self, aoEntries, iPage, cItemsPerPage, tsEffective,
H A Dwuiadminglobalrsrc.py36 from testmanager.webui.wuicontentbase import WuiListContentBase, WuiTmLink namespace
85 class WuiGlobalResourceList(WuiListContentBase):
91 WuiListContentBase.__init__(self, aoEntries, iPage, cItemsPerPage, tsEffective,
H A Dwuiadminuseraccount.py32 from testmanager.webui.wuicontentbase import WuiFormContentBase, WuiListContentBase, WuiTmLink; namespace
64 class WuiUserAccountList(WuiListContentBase):
70 WuiListContentBase.__init__(self, aoEntries, iPage, cItemsPerPage, tsEffective,
H A Dwuifailurecategory.py33 from testmanager.webui.wuicontentbase import WuiFormContentBase, WuiListContentBase, WuiTmLink namespace
76 class WuiFailureCategoryList(WuiListContentBase):
82 WuiListContentBase.__init__(self, aoEntries, iPage, cItemsPerPage, tsEffective,
H A Dwuiadminbuildsource.py34 from testmanager.webui.wuicontentbase import WuiFormContentBase, WuiListContentBase, WuiTmLink, WuiRawHtml; namespace
77 class WuiAdminBuildSrcList(WuiListContentBase):
83 WuiListContentBase.__init__(self, aoEntries, iPage, cItemsPerPage, tsEffective,
H A Dwuiadminschedgroup.py38 from testmanager.webui.wuicontentbase import WuiFormContentBase, WuiListContentBase, WuiTmLink namespace
90 class WuiAdminSchedGroupList(WuiListContentBase):
96 WuiListContentBase.__init__(self, aoEntries, iPage, cItemsPerPage, tsEffective,
H A Dwuiadmintestcase.py34 from testmanager.webui.wuicontentbase import WuiFormContentBase, WuiListContentBase, WuiTmLink, WuiRawHtml; namespace
39 class WuiTestCaseList(WuiListContentBase):
45 WuiListContentBase.__init__(self, aoEntries, iPage, cItemsPerPage, tsEffective,
H A Dwuiadmintestgroup.py33 from testmanager.webui.wuicontentbase import WuiFormContentBase, WuiListContentBase, WuiTmLink, WuiRawHtml; namespace
80 class WuiTestGroupList(WuiListContentBase):
88 WuiListContentBase.__init__(self, aoEntries, iPage, cItemsPerPage, tsEffective,
H A Dwuitestresult.py34 from testmanager.webui.wuicontentbase import WuiContentBase, WuiListContentBase, WuiHtmlBase, WuiTmLink, WuiLinkBase, \
597 class WuiGroupedResultList(WuiListContentBase):
604 WuiListContentBase.__init__(self, aoEntries, iPage, cItemsPerPage, tsEffective,
35 WuiSvnLink, WuiSvnLinkWithTooltip, WuiBuildLogLink, WuiRawHtml; namespace
H A Dwuicontentbase.py66 For passing links from WuiListContentBase._formatListEntry.
167 For passing raw html from WuiListContentBase._formatListEntry.
558 class WuiListContentBase(WuiContentBase): class in inherits:WuiContentBase
795 class WuiListContentWithActionBase(WuiListContentBase):
801 WuiListContentBase.__init__(self, aoEntries, iPage, cItemsPerPage, tsEffectiveDate, sTitle,

Completed in 54 milliseconds