blob: a036e4e49934f4c0e5fda8e57c946913c4590d0f [file] [log] [blame]
import ns ${{BASIC_PROJECT_NAME}}.model.dialogs.Person
import ns ${{BASIC_PROJECT_NAME}}.model.dialogs.PersonDialog
import ns ${{BASIC_PROJECT_NAME}}.model.tables.Persons
import ns ${{BASIC_PROJECT_NAME}}.model.tables.PersonsGrid
package ${{MODEL_PROJECT_PACKAGE_NAME}} {
perspective ${{BUSINESS_BUNDLE}} icon "employee" {
sashContainer ${{BUSINESS_BUNDLE}}1 orientation horizontal {
part ${{BUSINESS_BUNDLE}}Table spaceVolume "50" view editableTable Persons
part ${{BUSINESS_BUNDLE}}View spaceVolume "50" view dialog Person
}
}
}