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

@NonExtendable public interface Cloneable<T> extends Cloneable
Unlike the marker interface Cloneable, this interface provides a specific clone method returning the same type.
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a cloned instance.
  • Method Details

    • clone

      T clone()
      Returns a cloned instance.
      Since:
      4.0