jet.pool
Interface Cloneable

All Superinterfaces:
java.lang.Cloneable
All Known Subinterfaces:
JetButton, JetCheckbox, JetChildComponent, JetComponent, JetDisplayMessage, JetFieldset, JetFile, JetFiller, JetForm, JetGridPanel, JetGridPanel2, JetImage, JetInput, JetInputComponent, JetLabel, JetOption, JetOutput, JetOutputComponent, JetParentComponent, JetRadiobutton, JetRandomizer, JetSelection, JetTextArea, Poolable
All Known Implementing Classes:
AjaxValidationAction, ClientMessagesAction, ElementAction, ExtJSTypesAction, FFAction, FormDisplayAction, FTLAction, JetAction, JetButton, JetCheckbox, JetChildComponent, JetComponent, JetContext, JetDisplayMessage, JetFieldset, JetFile, JetFiller, JetForm, JetGridPanel, JetGridPanel2, JetImage, JetInput, JetInputComponent, JetLabel, JetOption, JetOutput, JetOutputComponent, JetParentComponent, JetRadiobutton, JetRandomizer, JetSelection, JetTextArea, ReportJavascriptErrorAction, ServletOutputStreamWrapper

public interface Cloneable
extends java.lang.Cloneable

This class is used to specify that an Object is cloneable and has the necessary method included

Author:
Markus.Meisters@web.de

Method Summary
 java.lang.Object clone()
          needs to be implemented
 

Method Detail

clone

java.lang.Object clone()
needs to be implemented

Returns:
Obejct the clone of it