Package de.espirit.common
Interface Cloneable<T>
- Type Parameters:
T
- The type to clone
- All Superinterfaces:
Cloneable
- All Known Subinterfaces:
GomEntryProvider
- All Known Implementing Classes:
AbstractGomCombobox
,AbstractGomGridSelect
,AbstractGomSelect
,GomCheckbox
,GomCombobox
,GomListSelect
,GomRadiobutton
Unlike the marker interface
Cloneable
, this interface provides
a specific clone method returning the same type.- Since:
- 4.0
-
Method Summary
-
Method Details
-
clone
T clone()Returns a cloned instance.- Since:
- 4.0
-