Screen Patterns

This content is explaining the way of using Nexacro platform while developing or having normal programming. This is the Implementation techniques that can be used on screen for the pattern.

The detail may be differing to each developer, for details please use reference.

Detail

Detail type shows the basic content on the top of the screen. In many cases more contents shows in bottom of the page.

pattern_0

Source Location

pattern\Pattern_01.xfdl

MultiDetail

By using Multi/Detail grid we can represent various data information, all columns in the Grid will be represented in one line

pattern_1

In case of many columns horizontal scroll will be appeared.

Source Location

pattern\Pattern_02.xfdl

List/Detail

In the List/Detail form represents the various data and in the lower part represents the detail of the selected row from the top part

pattern_2

Source Location

pattern\Pattern_03.xfdl

Master/Detail(1:n)

In the Master/Detail(1:n) relationship on the top we represent the single data in one, the lower part represents the more detail information of various data of the selected record on top.

pattern_4

Source Location

pattern\Pattern_04.xfdl

Master/Detail(n:n)

In the Master/Detail(n:n) relationship the top part represents various data and the lower part represents the various details of the selected part on the top part.

pattern_5

Source Location

pattern\Pattern_05.xfdl

TabPage

If we want to use many content by Filter we can express it by using TabPage.

pattern_6

Source Location

pattern\Pattern_06.xfdl

Shuttle

We can compare the information of two grids. We can move the data between two screens.

pattern_7

Source Location

pattern\Pattern_07.xfdl