public CachedContainerItemFactory(CachedUIItems cachedUIItems, ActionListener actionListener)
 {
     children = cachedUIItems;
     this.actionListener = actionListener;
 }
Esempio n. 2
0
 private CachedContainerItemFactory CreateCacheFactory(InitializeOption option)
 {
     return(new CachedContainerItemFactory(CachedUIItems.CreateAndCachePrimaryChildControls(automationElement, option), actionListener));
 }
Esempio n. 3
0
 public CachedContainerItemFactory(CachedUIItems cachedUIItems, IActionListener actionListener)
 {
     children            = cachedUIItems;
     this.actionListener = actionListener;
 }