com.microsoft.tfs.core.clients.workitem.query
Class ResultOptionsColumnWidthPersistence

java.lang.Object
  extended by 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.


Constructor Summary
ResultOptionsColumnWidthPersistence()
           
 
Method Summary
static void persist(MementoRepository mementos, QueryDocument queryDocument)
           
static void restore(MementoRepository mementos, QueryDocument queryDocument)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultOptionsColumnWidthPersistence

public ResultOptionsColumnWidthPersistence()
Method Detail

restore

public static void restore(MementoRepository mementos,
                           QueryDocument queryDocument)

persist

public static void persist(MementoRepository mementos,
                           QueryDocument queryDocument)


© 2015 Microsoft. All rights reserved.