blob: a88cfe60c4efdcf0a400728960b819fde3580f62 [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}} iconURI "employee" {
sashContainer ${{BUSINESS_BUNDLE}}1 orientation horizontal {
part ${{BUSINESS_BUNDLE}}Table spaceVolume "50" view grid Persons
part ${{BUSINESS_BUNDLE}}View spaceVolume "50" view dialog Person
}
}
}