jet.html.impl
Class JetRadiobutton

java.lang.Object
  extended by jet.html.core.JetComponent
      extended by jet.html.core.JetChildComponent
          extended by jet.html.core.JetInputComponent
              extended by jet.html.impl.JetCheckbox
                  extended by jet.html.impl.JetRadiobutton
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, Decodeable, JetCheckbox, JetChildComponent, JetComponent, JetInputComponent, JetRadiobutton, Identifiable, Resetable, ValidationComponent

public class JetRadiobutton
extends JetCheckbox
implements JetRadiobutton

This class renders a radiobutton

Author:
Markus.Meisters@web.de
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface jet.html.JetChildComponent
JetChildComponent.HasNoParent
 
Field Summary
 
Fields inherited from class jet.html.core.JetComponent
eventSupport
 
Constructor Summary
JetRadiobutton(java.lang.String identifier)
          Creates new Component - name and styleclass would be the same as identifier
JetRadiobutton(java.lang.String identifier, java.lang.String styleclass)
          Creates new Component
JetRadiobutton(java.lang.String identifier, java.lang.String name, java.lang.String styleclass)
          Creates new Component
 
Method Summary
 java.lang.Object clone()
          This method generates a clone of the curent one
 java.lang.String decodeForm()
          This method decodes the form to the given buffer
 
Methods inherited from class jet.html.impl.JetCheckbox
addEvent, addValidationRule, decodeForm, decodeGetString, encode, getEvents, getValidationRules, hasEvent, hasEvents, hasValidationRules, isChecked, reset, setChecked, setDefaultChecked, setDefaultChecked
 
Methods inherited from class jet.html.core.JetInputComponent
getDisplayValue, getFormDisplayValue, getValue, hasValue, setHidden, setValue
 
Methods inherited from class jet.html.core.JetChildComponent
getForm, getParent, isHidden, setParent, toggleHidden
 
Methods inherited from class jet.html.core.JetComponent
addListener, addListener, componentChanged, findComponent, findComponents, getGeneratedComponentIdentifier, getIdentifier, getName, getNewIdentifier, getStyleclass, incrementIdentifier, removeListener, removeListener, setComponentChanged, setContinueIdentifier, setIdentifier, setName, setStyleclass
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

JetRadiobutton

public JetRadiobutton(java.lang.String identifier)
Creates new Component - name and styleclass would be the same as identifier

Parameters:
identifier - the identifier

JetRadiobutton

public JetRadiobutton(java.lang.String identifier,
                      java.lang.String styleclass)
Creates new Component

Parameters:
identifier - the identifier
styleclass - the css style class

JetRadiobutton

public JetRadiobutton(java.lang.String identifier,
                      java.lang.String name,
                      java.lang.String styleclass)
Creates new Component

Parameters:
identifier - the identifier
name - the name of the component if different to identifier
styleclass - the css style class
Method Detail

decodeForm

public java.lang.String decodeForm()
This method decodes the form to the given buffer

Specified by:
decodeForm in interface JetRadiobutton
Returns:
String decoded form

clone

public java.lang.Object clone()
This method generates a clone of the curent one

Specified by:
clone in interface JetCheckbox
Specified by:
clone in interface JetComponent
Specified by:
clone in interface JetRadiobutton
Overrides:
clone in class JetCheckbox
Returns:
Object the clone