public interface ItemsProvider
Modifier and Type | Method and Description |
---|---|
Item |
getItem(java.lang.Object object)
Provide an item to be rendered
|
java.util.Collection |
getItems()
Provide items to be rendered
|
java.util.Collection |
prepareItems()
Prepare items to get them in subsequent calls to getItem(Object object)
|
boolean |
supportsDelayedRead() |
boolean supportsDelayedRead()
java.util.Collection prepareItems() throws java.lang.Exception
java.lang.Exception
Item getItem(java.lang.Object object) throws java.lang.Exception
java.lang.Exception
java.util.Collection getItems() throws java.lang.Exception
java.lang.Exception