| package org.eclipse.osbp.ecview.examples | |
| import org.eclipse.osbp.ecview.examples.*; | |
| ideview LocaleSample { | |
| datasource ds : String | |
| form{ | |
| textfield input | |
| checkbox dialogue | |
| } | |
| bind [LocaleSample.dialogue].value --> openDialog dialog dialogue { | |
| type String | |
| form { | |
| textfield output | |
| } | |
| bind [LocaleSample.input].value <--> [this.output].value | |
| } | |
| } | |