Package system.data

Class DataViewSetting

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Data
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Data.DataViewSetting
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • DataViewSetting

        public DataViewSetting​(java.lang.Object instance)
                        throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • DataViewSetting

        public DataViewSetting()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getApplyDefaultSort

        public boolean getApplyDefaultSort()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setApplyDefaultSort

        public void setApplyDefaultSort​(boolean ApplyDefaultSort)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTable

        public DataTable getTable()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDataViewManager

        public DataViewManager getDataViewManager()
                                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRowStateFilter

        public DataViewRowState getRowStateFilter()
                                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setRowStateFilter

        public void setRowStateFilter​(DataViewRowState RowStateFilter)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRowFilter

        public java.lang.String getRowFilter()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setRowFilter

        public void setRowFilter​(java.lang.String RowFilter)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSort

        public java.lang.String getSort()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSort

        public void setSort​(java.lang.String Sort)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable