eclipse-scout

Extends Form Data in scout eclipse

妖精的绣舞 提交于 2019-12-11 09:33:38
问题 I have some abstract form : @FormData(value = AbstractMyFormData.class, sdkCommand = FormData.SdkCommand.CREATE) public abstract class AbstractMyForm extends AbstractForm { ... @Order(10.0) @ClassId("MyForm.MyTable") public class MyTable extends AbstractMyTableField { ... } } This form data has some table (MyTable class as template) inside : public abstract class AbstractMyFormData extends AbstractFormData { private static final long serialVersionUID = 1L; public AbstractMyFormData() {}

Scout Eclipse present optional message on server side

我的梦境 提交于 2019-12-09 03:56:15
问题 Is there a way that message (Yes/No) is presented inside scout server? Reason for this is save with warnings. For example you have some logic for save some entity and some validity on this entity in backend. In some cases, user need to be inform that saving this record might lead to some trouble, so he need to confirm save. Right now I have implementation like this : Scout Client -> Scout Server -> Backend -> Scout Server -> Scout Client -> Scout Server -> Scout Backend save called pass

what should I use eclipse rcp or eclipse scout?

前提是你 提交于 2019-12-03 07:54:26
问题 i am planning to develop desktop application using java code, and wanted to use any ready made framework and then i got know about eclipse RCP / eclipse scout but i am in doubt that which framework should i use whether eclipse rcp or eclipse scout ? could somebody suggest me please. 回答1: first of all I'd like to add another option: Eclipse Riena. Eclipse Riena is comparable to Eclipse Scout as it is based on Eclipse RCP and provides some useful abstractions. You should have a look at it. But

Column in extended table are not presented in form data on Eclipse Scout

为君一笑 提交于 2019-12-02 09:39:44
I have Table field as Templates. For this Table field I have form data created with anotation @FormData(value = AbstractMyTableData.class, sdkCommand = FormData.SdkCommand.USE, defaultSubtypeSdkCommand = FormData.DefaultSubtypeSdkCommand.CREATE) public abstract class MyTableField extends AbstractTableField<MyTableField.Table> Inside MyTableField.Table I have n column and all of them is presented in form data for this field, so I can add rows like : int rowNum = formData.addRow(); formData.setColumn_1(rowNumber, value); .... formData.setColumn_n(rowNumber, value); Now I want to extend my table

UndeclaredThrowableException with a client only eclipse scout application

。_饼干妹妹 提交于 2019-12-02 05:15:01
问题 I am trying to do a client only Eclipse Scout application. I selected the menu “New Scout Project…” and in the first step of the wizard I checked only: com.company.app.ui.swt com.company.app.client com.company.app.shared Everything seems to be fine, but when I start my client application, I get following Stacktrace: !ENTRY org.eclipse.scout.rt.client 4 0 2014-07-09 15:35:06.078 !MESSAGE org.eclipse.scout.rt.client.AbstractClientSession.startSession(AbstractClientSession.java:257) load session