jet.html
Interface JetRadiobutton

All Superinterfaces:
java.lang.Cloneable, Decodeable, Identifiable, JetCheckbox, JetChildComponent, JetComponent, JetInputComponent, Resetable, java.io.Serializable, ValidationComponent
All Known Implementing Classes:
JetRadiobutton

public interface JetRadiobutton
extends JetCheckbox


Nested Class Summary
 
Nested classes/interfaces inherited from interface jet.html.JetChildComponent
JetChildComponent.HasNoParent
 
Method Summary
 java.lang.Object clone()
          needs to be implemented
 java.lang.String decodeForm()
           
 
Methods inherited from interface jet.html.JetCheckbox
addEvent, addValidationRule, decodeForm, decodeGetString, encode, getEvents, getValidationRules, hasEvent, hasEvents, hasValidationRules, isChecked, reset, setChecked, setDefaultChecked, setDefaultChecked
 
Methods inherited from interface jet.html.JetInputComponent
getDisplayValue, getFormDisplayValue, getValue, hasValue, setHidden, setValue
 
Methods inherited from interface jet.html.JetChildComponent
getForm, getParent, isHidden, setParent, toggleHidden
 
Methods inherited from interface jet.html.JetComponent
addListener, addListener, componentChanged, findComponent, findComponents, getIdentifier, getName, getStyleclass, incrementIdentifier, removeListener, removeListener, setComponentChanged, setContinueIdentifier, setIdentifier, setName, setStyleclass
 
Methods inherited from interface jet.pool.Identifiable
getIdentifier
 

Method Detail

decodeForm

java.lang.String decodeForm()

clone

java.lang.Object clone()
Description copied from interface: Cloneable
needs to be implemented

Specified by:
clone in interface JetCheckbox
Specified by:
clone in interface JetComponent
Returns:
Obejct the clone of it