1. 27bf079 GUI -- Enhanced DefaultCellComparator to utilize Comparable implementation if available on the objects being compared, defaulting to string comparison otherwise. by Simon Hunt · 9 years ago
  2. 5939e65 GUI -- Added Locale and Time Zone decorators to TimeFormatter. by Simon Hunt · 9 years ago
  3. 66f7543 GUI -- Made OOTB formatters and comparators final classes. by Simon Hunt · 9 years ago
  4. 0de9fac Fixing and organizing javadocs. by Thomas Vachuska · 9 years ago
  5. ff3dc67 ONOS-1819 - GUI -- Group view added (WIP). Enum Cell Formatter created. by Bri Prebilic Cole · 9 years ago
  6. 73c5518 GUI -- Deleted deprecated table classes. by Simon Hunt · 9 years ago
  7. 3d1b065 GUI -- refactored all the table views (server side) to use the new TableModel method of data generation. by Simon Hunt · 9 years ago
  8. 3ee7f74 GUI -- added getAsString() to TableModel.Row. by Simon Hunt · 9 years ago
  9. 933b1a8 GUI -- Implemented table sorting in our simple table/row/cell model by Simon Hunt · 9 years ago
  10. e982815 GUI -- Initial cut at a simple table/row/cell model to allow us more control over the comparison / formatting of cell values for GUI tables. by Simon Hunt · 9 years ago
  11. abd16f6 GUI -- Introduce TableRequestHandler and refactor all table-based requests to use this class. by Simon Hunt · 9 years ago
  12. a0ddb02 GUI -- Rename UIMessageHandlerTwo => UIMessageHandler. Also, make bindHandlers() private. by Simon Hunt · 9 years ago
  13. 8ea1f51 GUI -- Deleted deprecated UIMessageHandler. by Simon Hunt · 9 years ago
  14. d2747a0 GUI -- Huge Refactoring of server-side message handlers (Part Two). by Simon Hunt · 9 years ago
  15. 44aa2f8 GUI -- Refactoring of server-side message handlers (Part One). by Simon Hunt · 9 years ago
  16. 3ccb9eb Added some protection again UiExtensions that return null inclusion streams. by Thomas Vachuska · 9 years ago
  17. 20e1679 ONOS-1477 - GUI -- Added glyphs to nav menu. by Simon Hunt · 9 years ago
  18. 38c2b6a ONOS-1478 - GUI -- Segment navigation menu into categories. by Simon Hunt · 9 years ago
  19. 8b91f4f GUI -- Added category to the UiView abstraction. by Thomas Vachuska · 9 years ago
  20. 1002cd8 GUI -- Added UiViewHidden subclass of UiView to allow for views that do not have an entry in the navigation panel. by Simon Hunt · 9 years ago
  21. e586b79 GUI -- Preliminary work for converting tabular views to use the shared web-socket rather than via REST. WIP. by Thomas Vachuska · 9 years ago
  22. b6acc7b Adding code to enable GUI failover. by Thomas Vachuska · 9 years ago
  23. 4c7edd3 GUI -- Initial cut at bootstrap message from server to client. by Simon Hunt · 9 years ago
  24. 3553b30 ONOS-1235 Enhanced UI extension mechanism to provide message handler factory and took a first cut at the core UiWebSocket mechanism. by Thomas Vachuska · 9 years ago
  25. 529db0a Preparing GUI resources for dynamic injection of contributed content. Ready to go, but for now disabled in web.xml. by Thomas Vachuska · 9 years ago
  26. a050989 Preparing for dynamic GUI extensibility. by Thomas Vachuska · 9 years ago
  27. d32bfdc Fixing javadocs. by Thomas Vachuska · 9 years ago
  28. fe8c98a Adding support for user interface extensions. by Thomas Vachuska · 9 years ago