Class GridControlDetailPanelRenderer_PTest

    • Constructor Detail

      • GridControlDetailPanelRenderer_PTest

        public GridControlDetailPanelRenderer_PTest()
    • Method Detail

      • beforeClass

        public static void beforeClass()
      • afterClass

        public static void afterClass()
      • init

        public void init()
      • after

        public void after()
      • testGetView

        public void testGetView()
      • testEnabledChangeAppliedToDetailView_OriginalReadonlyFalse

        public void testEnabledChangeAppliedToDetailView_OriginalReadonlyFalse()
        If the detail view is not configured as readonly, the table sets it to read only when the table is disabled. Furthermore, the detail's readonly state is resetted when the table is enabled again.
      • testEnabledChangeAppliedToDetailView_OriginalReadonlyTrue

        public void testEnabledChangeAppliedToDetailView_OriginalReadonlyTrue()
        If the detail view is configured as readonly, it must always stay readonly.
      • testEnabledChangeAppliedToDetailView_DoesNotOverrideReadonlyTrue

        public void testEnabledChangeAppliedToDetailView_DoesNotOverrideReadonlyTrue()
        If the table is read only, enabling it must not set the detail's readonly flag to false.
      • testReadonlyChangeAppliedToDetailView_OriginalReadonlyFalse

        public void testReadonlyChangeAppliedToDetailView_OriginalReadonlyFalse()
        If the detail view is not configured as readonly, the table sets it to read only when the table is set to readonly.
      • testReadonlyChangeAppliedToDetailView_OriginalReadonlyTrue

        public void testReadonlyChangeAppliedToDetailView_OriginalReadonlyTrue()
        If the detail view is configured as readonly, it must always stay readonly.
      • testReadonlyChangeAppliedToDetailView_DoesNotOverrideEnabledFalse

        public void testReadonlyChangeAppliedToDetailView_DoesNotOverrideEnabledFalse()
        If the table is disabled, setting its read only flag to false, must not set the detail's readonly flag to false.