Interface ElementFactory<T extends NativeObjectContainer>
-
- All Superinterfaces:
NativeObjectContainerFactory<T>
- All Known Implementing Classes:
AbstractElementFactory
public interface ElementFactory<T extends NativeObjectContainer> extends NativeObjectContainerFactory<T>
Interface to be implemented to load elements fromOptions.getElements()
.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Key
getElementKey()
Returns the object key of the element.-
Methods inherited from interface org.pepstock.charba.client.commons.NativeObjectContainerFactory
create, create
-
-
-
-
Method Detail
-
getElementKey
Key getElementKey()
Returns the object key of the element.- Returns:
- the object key of the element
-
-