Hi Isomorphic,
just to be sure:
If I call
at the very beginning of my application, this property is not set as well for inheriting subclasses, e.g. TextItem.
Therefore it does not matter in which order I call setDefaultProperties() for classes and subclasses, if I want to set default properties for different form items.
Is this correct?
Thank you & Best regards,
Blama
just to be sure:
If I call
Code:
FormItem fi = new FormItem() { { setHeight(30); } }; FormItem.setDefaultProperties(fi);
Therefore it does not matter in which order I call setDefaultProperties() for classes and subclasses, if I want to set default properties for different form items.
Is this correct?
Thank you & Best regards,
Blama
Comment