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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description KeygetElementKey()Returns the object key of the element.- 
Methods inherited from interface org.pepstock.charba.client.commons.NativeObjectContainerFactorycreate, create
 
- 
 
- 
- 
- 
Method Detail- 
getElementKeyKey getElementKey() Returns the object key of the element.- Returns:
- the object key of the element
 
 
- 
 
-