com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.lists
Class AbstractTemporaryItemsContainer<T extends AbstractTemporaryItem,S extends DFItem>

java.lang.Object
  extended by com.im.ijc.core.api.lists.AbstractTemporaryItemsContainer<T,S>
Type Parameters:
T - Temporary object (item) of this container - currently either a query or a list
S - Parent DFItem of this collection - DFEntity for lists and DFDataTree for queries
Direct Known Subclasses:
TemporaryListsContainer, TemporaryQueriesContainer

public class AbstractTemporaryItemsContainer<T extends AbstractTemporaryItem,S extends DFItem>
extends Object


Method Summary
 void addChangeListener(ChangeListener changeListener)
           
 List<T> getItems()
           
static void initTemporaryItemsContainer(DFResultSet resultSet)
          TODO Really ugly way how to allow to add temporary queries and lists on SFS search if ExecutableQueryPanel fake is not initialized.
 void removeAll()
           
 void removeChangeListener(ChangeListener changeListener)
           
 void removeItem(T item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getItems

public List<T> getItems()

removeAll

public void removeAll()

removeItem

public void removeItem(T item)

addChangeListener

public void addChangeListener(ChangeListener changeListener)

removeChangeListener

public void removeChangeListener(ChangeListener changeListener)

initTemporaryItemsContainer

public static void initTemporaryItemsContainer(DFResultSet resultSet)
TODO Really ugly way how to allow to add temporary queries and lists on SFS search if ExecutableQueryPanel fake is not initialized.

Parameters:
resultSet -

com.im.ijc.core/1 5.9.4