jaxx.tags.swing
Class JCheckBoxHandler

java.lang.Object
  extended by jaxx.tags.DefaultObjectHandler
      extended by jaxx.tags.DefaultComponentHandler
          extended by jaxx.tags.swing.JCheckBoxHandler
All Implemented Interfaces:
TagHandler

public class JCheckBoxHandler
extends DefaultComponentHandler


Field Summary
 
Fields inherited from class jaxx.tags.DefaultComponentHandler
log
 
Fields inherited from class jaxx.tags.DefaultObjectHandler
jaxxBeanInfo, objectMap
 
Constructor Summary
JCheckBoxHandler(ClassDescriptor beanClass)
           
 
Method Summary
protected  void configureProxyEventInfo()
          Configures the event handling for members which do not fire PropertyChangeEvent when modified.
 
Methods inherited from class jaxx.tags.DefaultComponentHandler
closeComponent, compileFirstPass, compileSecondPass, constantValue, getContainerDelegate, getGetPropertyCode, getPropertyType, getSetPropertyCode, init, isContainer, isPropertyInherited, openComponent, scanAttributesForDependencies, setAttribute, setDefaults
 
Methods inherited from class jaxx.tags.DefaultObjectHandler
addEventHandler, addProxyEventInfo, addProxyEventInfo, addProxyEventInfo, addProxyEventInfo, applyStylesheets, compileChildrenFirstPass, compileChildrenSecondPass, compileChildTagFirstPass, compileChildTagSecondPass, convertFromString, createCompiledObject, getAddMemberListenerCode, getApplyPropertyOrDataBindingCode, getAttributeComparator, getAttributeOrdering, getBeanClass, getJAXXBeanInfo, getJAXXBeanInfo, getMemberDependencies, getRemoveMemberListenerCode, isEventHandlerName, isMemberBound, registerCompiledObject, setAttributes, setProperty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JCheckBoxHandler

public JCheckBoxHandler(ClassDescriptor beanClass)
Method Detail

configureProxyEventInfo

protected void configureProxyEventInfo()
Description copied from class: DefaultObjectHandler
Configures the event handling for members which do not fire PropertyChangeEvent when modified. The default implementation does nothing. Subclasses should override this method to call addProxyEventInfo for each member which requires special handling.

Overrides:
configureProxyEventInfo in class DefaultComponentHandler


Copyright © 2008-2009 CodeLutin. All Rights Reserved.