com.microsoft.tfs.core.clients.workitem.query
Class ResultOptionsColumnWidthPersistence
java.lang.Object
com.microsoft.tfs.core.clients.workitem.query.ResultOptionsColumnWidthPersistence
public class ResultOptionsColumnWidthPersistence
- extends java.lang.Object
Persists column widths for result options so they can be used later. All data
is stored in one large memento (the top-level memento holds child mementos
identified by keys specific to the results options), which is persisted via
MementoRepository
.
This class supports internal UI code and is not public API.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultOptionsColumnWidthPersistence
public ResultOptionsColumnWidthPersistence()
restore
public static void restore(MementoRepository mementos,
QueryDocument queryDocument)
persist
public static void persist(MementoRepository mementos,
QueryDocument queryDocument)
© 2015 Microsoft. All rights reserved.