jaxx.tags.swing
Class EnumEditorHandler

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

public class EnumEditorHandler
extends DefaultComponentHandler


Field Summary
 
Fields inherited from class jaxx.tags.DefaultComponentHandler
log
 
Fields inherited from class jaxx.tags.DefaultObjectHandler
jaxxBeanInfo, objectMap
 
Constructor Summary
EnumEditorHandler(ClassDescriptor beanClass)
           
 
Method Summary
protected  void configureProxyEventInfo()
          Configures the event handling for members which do not fire PropertyChangeEvent when modified.
protected  CompiledObject createCompiledObject(java.lang.String id, JAXXCompiler compiler)
          Creates the CompiledObject which will represent the object created by this TagHandler.
 
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, 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

EnumEditorHandler

public EnumEditorHandler(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

createCompiledObject

protected CompiledObject createCompiledObject(java.lang.String id,
                                              JAXXCompiler compiler)
                                       throws CompilerException
Description copied from class: DefaultObjectHandler
Creates the CompiledObject which will represent the object created by this TagHandler.

Overrides:
createCompiledObject in class DefaultObjectHandler
Parameters:
id - the CompiledObject's ID.
compiler - compiler to use
Returns:
the CompiledObject to use
Throws:
CompilerException


Copyright © 2008-2009 CodeLutin. All Rights Reserved.