Class Tab


  • public class Tab
    extends java.lang.Object
    For accessing to the Tab from DWR.

    Author:
    Javier Paniza
    • Constructor Summary

      Constructors 
      Constructor Description
      Tab()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected static void checkSecurity​(javax.servlet.http.HttpServletRequest request, java.lang.String application, java.lang.String module)  
      protected void cleanRequest()  
      java.lang.String filterColumns​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String application, java.lang.String module, java.lang.String searchWord)  
      protected static ModuleContext getContext​(javax.servlet.http.HttpServletRequest request)  
      protected void initRequest​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String application, java.lang.String module)  
      void moveProperty​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String tableId, int from, int to)  
      void removeProperty​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String application, java.lang.String module, java.lang.String property, java.lang.String tabObject)  
      void setColumnWidth​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String columnId, int index, int width)  
      void setFilterVisible​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String application, java.lang.String module, boolean filterVisible, java.lang.String tabObject)  
      • Methods inherited from class java.lang.Object

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

      • Tab

        public Tab()
    • Method Detail

      • setFilterVisible

        public void setFilterVisible​(javax.servlet.http.HttpServletRequest request,
                                     javax.servlet.http.HttpServletResponse response,
                                     java.lang.String application,
                                     java.lang.String module,
                                     boolean filterVisible,
                                     java.lang.String tabObject)
      • removeProperty

        public void removeProperty​(javax.servlet.http.HttpServletRequest request,
                                   javax.servlet.http.HttpServletResponse response,
                                   java.lang.String application,
                                   java.lang.String module,
                                   java.lang.String property,
                                   java.lang.String tabObject)
      • moveProperty

        public void moveProperty​(javax.servlet.http.HttpServletRequest request,
                                 javax.servlet.http.HttpServletResponse response,
                                 java.lang.String tableId,
                                 int from,
                                 int to)
        Since:
        5.2
      • setColumnWidth

        public void setColumnWidth​(javax.servlet.http.HttpServletRequest request,
                                   javax.servlet.http.HttpServletResponse response,
                                   java.lang.String columnId,
                                   int index,
                                   int width)
      • filterColumns

        public java.lang.String filterColumns​(javax.servlet.http.HttpServletRequest request,
                                              javax.servlet.http.HttpServletResponse response,
                                              java.lang.String application,
                                              java.lang.String module,
                                              java.lang.String searchWord)
      • getContext

        protected static ModuleContext getContext​(javax.servlet.http.HttpServletRequest request)
      • initRequest

        protected void initRequest​(javax.servlet.http.HttpServletRequest request,
                                   javax.servlet.http.HttpServletResponse response,
                                   java.lang.String application,
                                   java.lang.String module)
        Since:
        5.4
      • cleanRequest

        protected void cleanRequest()
      • checkSecurity

        protected static void checkSecurity​(javax.servlet.http.HttpServletRequest request,
                                            java.lang.String application,
                                            java.lang.String module)