Class MStatusLine

    • Constructor Detail

      • MStatusLine

        public MStatusLine​(Properties ctx,
                           int AD_StatusLine_ID,
                           String trxName)
        Standard Constructor
        Parameters:
        ctx - context
        AD_StatusLine_ID -
        trxName - transaction
      • MStatusLine

        public MStatusLine​(Properties ctx,
                           ResultSet rs,
                           String trxName)
        Load Constructor
        Parameters:
        ctx - context
        rs - result set
        trxName - transaction
      • MStatusLine

        public MStatusLine​(MStatusLine copy)
        Parameters:
        copy -
    • Method Detail

      • getSL

        public static MStatusLine getSL​(int window_ID,
                                        int tab_ID,
                                        int table_ID)
        Get the status line defined for the window|tab|table (immutable)
        Parameters:
        window_ID -
        tab_ID -
        table_ID -
        Returns:
        first status line discovered, from particular to general, first check win+tab, then just win, then just tab
      • getStatusLinesWidget

        public static MStatusLine[] getStatusLinesWidget​(int window_ID,
                                                         int tab_ID,
                                                         int table_ID)
        Get the widget lines defined for the window and tab and table (immutable)
        Parameters:
        window_ID -
        tab_ID -
        table_ID -
        Returns:
        array of widget lines discovered for table or specific tab or general window
      • parseLine

        public String parseLine​(int windowNo)