@Retention(value=RUNTIME)
public @interface ItemViewerAttribute
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends ItemViewer> |
viewerType
Gets the type of the item viewer associated with an item class.
|
public abstract java.lang.Class<? extends ItemViewer> viewerType
The custom viewer class must implement the ItemViewer
interface.
Class
specifying the custom viewer class.