T
- The type of the items in the collection.public class DpKeyItemCollection<T> extends ItemCollection<T>
This class supports LayoutData
implementations and does not usually have to be used explicitly.
Constructor and Description |
---|
DpKeyItemCollection() |
Modifier and Type | Method and Description |
---|---|
DpKeyBase<Boolean> |
getDpKey()
Gets the data provider key that is used for the item collection.
|
void |
setDpKey(DpKeyBase<Boolean> value)
Sets the data provider key that is used for the item collection.
|
getDelegate, getItems, getMapper, provideMapper, setDelegate, setItems, setMapper, setSource
public final DpKeyBase<Boolean> getDpKey()
If no key is set, the default data provider key is used.
setDpKey(DpKeyBase)
public final void setDpKey(DpKeyBase<Boolean> value)
If no key is set, the default data provider key is used.
value
- The DpKey to set.getDpKey()