Represents a list control containing Item objects. Items from the list can be dragged to a Calendar to create new items.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public class ItemListView extends JList<E> |
Inheritance Hierarchyjava.lang.Object![]()
java.awt.Component![]()
java.awt.Container![]()
javax.swing.JComponent![]()
javax.swing.JList(E)![]()
com.mindfusion.scheduling.ItemListView
See Also