Some components have property change tracking like {@link org.itsnat.comp.label.ItsNatLabel} and{@link org.itsnat.comp.text.ItsNatHTMLInputTextFormatted} components. If no property is trackedby the component, listeners registered using {@link #addPropertyChangeListener(PropertyChangeListener)}{@link #addPropertyChangeListener(String,PropertyChangeListener)}or {@link #addVetoableChangeListener(VetoableChangeListener)}are never called.
@author Jose Maria Arranz Santamaria @see ItsNatComponentManager#createItsNatComponent(org.w3c.dom.Node,String,org.itsnat.core.NameValue[])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|