org.nuiton.guix.tags.swing
Class RadioButtonHandler

java.lang.Object
  extended by org.nuiton.guix.tags.DefaultTagHandler
      extended by org.nuiton.guix.tags.swing.ComponentHandler
          extended by org.nuiton.guix.tags.swing.ButtonHandler
              extended by org.nuiton.guix.tags.swing.SelectableButtonHandler
                  extended by org.nuiton.guix.tags.swing.ToggleButtonHandler
                      extended by org.nuiton.guix.tags.swing.RadioButtonHandler
All Implemented Interfaces:
TagHandler

public class RadioButtonHandler
extends ToggleButtonHandler

Handles the RadioButton tag

Author:
kmorin

Field Summary
 
Fields inherited from class org.nuiton.guix.tags.DefaultTagHandler
attrMap, beanInfo
 
Constructor Summary
RadioButtonHandler()
           
 
Method Summary
 java.lang.Class getClassToGenerate()
           
 
Methods inherited from class org.nuiton.guix.tags.swing.SelectableButtonHandler
configureProxyEventInfo
 
Methods inherited from class org.nuiton.guix.tags.DefaultTagHandler
addProxyEventInfo, addProxyEventInfo, addProxyEventInfo, getAttrToGenerate, getDefaultConstructor, getEventInfosAddListenerMethodName, getEventInfosListenerClass, getEventInfosModelName, getEventInfosRemoveListenerMethodName, hasEventInfosAboutMethod, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadioButtonHandler

public RadioButtonHandler()
Method Detail

getClassToGenerate

public java.lang.Class getClassToGenerate()
Specified by:
getClassToGenerate in interface TagHandler
Overrides:
getClassToGenerate in class ToggleButtonHandler


Copyright © 2009 CodeLutin. All Rights Reserved.