Class EditorsEvents


  • public class EditorsEvents
    extends java.lang.Object
    Utilities to help in web events of editors used from JSP and taglibs.
    This class cannot be called just Editors because there is a package called editors, and that does not like to JSP processors.
    Since:
    7.2
    Author:
    Javier Paniza
    • Constructor Summary

      Constructors 
      Constructor Description
      EditorsEvents()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String onChangeCalculateDataAttributes​(java.lang.String application, java.lang.String module, View rootView, java.lang.String changedProperty)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EditorsEvents

        public EditorsEvents()
    • Method Detail

      • onChangeCalculateDataAttributes

        public static java.lang.String onChangeCalculateDataAttributes​(java.lang.String application,
                                                                       java.lang.String module,
                                                                       View rootView,
                                                                       java.lang.String changedProperty)
        Since:
        7.2