com.im.ijc.core.api.lists
Class AbstractTemporaryItemsContainer<T extends AbstractTemporaryItem,S extends DFItem>
java.lang.Object
com.im.ijc.core.api.lists.AbstractTemporaryItemsContainer<T,S>
- Type Parameters:
T - Temporary object (item) of this container - currently either a query or a listS - 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 -