Class JCheckBoxHandler

java.lang.Object
All Implemented Interfaces:
TagHandler

public class JCheckBoxHandler
extends DefaultComponentHandler
  • Constructor Details

  • Method Details

    • 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