public class GridControlDetailPanelRenderer_PTest extends Object
GridControlDetailPanelRenderer
.Constructor and Description |
---|
GridControlDetailPanelRenderer_PTest() |
Modifier and Type | Method and Description |
---|---|
void |
after() |
static void |
afterClass() |
static void |
beforeClass() |
void |
init() |
void |
testDetailReused()
Verify the reuse of detail renderings with caching.
|
void |
testEnabledChangeAppliedToDetailView_DoesNotOverrideReadonlyTrue()
If the table is read only, enabling it must not set the detail's readonly flag to false.
|
void |
testEnabledChangeAppliedToDetailView_OriginalReadonlyFalse()
If the detail view is not configured as readonly, the table sets it to read only when the table is disabled.
|
void |
testEnabledChangeAppliedToDetailView_OriginalReadonlyTrue()
If the detail view is configured as readonly, it must always stay readonly.
|
void |
testGetView() |
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.
|
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.
|
void |
testReadonlyChangeAppliedToDetailView_OriginalReadonlyTrue()
If the detail view is configured as readonly, it must always stay readonly.
|
void |
testSashForm()
Tests that a sash form is used in order to allow resizing of the grid and detail panel composites.
|
void |
testScroll()
Tests that a horizontal and vertical scrollbar appears if the detail is to small.
|
public GridControlDetailPanelRenderer_PTest()
public static void beforeClass()
public static void afterClass()
public void init()
public void after()
public void testSashForm() throws NoRendererFoundException, NoPropertyDescriptorFoundExeption, EMFFormsNoRendererException
public void testScroll() throws NoRendererFoundException, NoPropertyDescriptorFoundExeption, EMFFormsNoRendererException
public void testGetView()
public void testEnabledChangeAppliedToDetailView_OriginalReadonlyFalse()
public void testEnabledChangeAppliedToDetailView_OriginalReadonlyTrue()
public void testEnabledChangeAppliedToDetailView_DoesNotOverrideReadonlyTrue()
public void testReadonlyChangeAppliedToDetailView_OriginalReadonlyFalse()
public void testReadonlyChangeAppliedToDetailView_OriginalReadonlyTrue()
public void testReadonlyChangeAppliedToDetailView_DoesNotOverrideEnabledFalse()
public void testDetailReused() throws NoRendererFoundException, NoPropertyDescriptorFoundExeption, EMFFormsNoRendererException
Copyright © 2019. All rights reserved.