Interface ICSS


  • public interface ICSS
    Author:
    pvandermaesen if a component implement this interface, you can create CSS class for the mcomponent. this class must be insered in a spacial global css file.
    • Method Detail

      • getCSSCode

        String getCSSCode​(javax.servlet.ServletContext application)
                   throws Exception
        create CSS code for define class for a specific component.
        Returns:
        a String contain CSS definition.
        Throws:
        Exception