Class SL_TableTab

  • All Implemented Interfaces:
    ConnectionProvider

    public class SL_TableTab
    extends SimpleCallout
    This callout is executed when a table is picked for a tab If the selected table is a HQL table, then the uipattern of the tab will be set to read only
    • Constructor Detail

      • SL_TableTab

        public SL_TableTab()
    • Method Detail

      • execute

        protected void execute​(SimpleCallout.CalloutInfo info)
                        throws javax.servlet.ServletException
        Description copied from class: SimpleCallout
        Overwrite this method to implement a new servlet callout based in SimlpleCallout
        Specified by:
        execute in class SimpleCallout
        Parameters:
        info - The CalloutInfo that contains all helper data to access callout information and servlet information
        Throws:
        javax.servlet.ServletException