Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-ercp-dev] New API for mobile package

I would like to propose an API change for some of the widgets in the mobile package. Some of the widgets in the mobile package have constructors that take a third style parameter that determines the behavior of the widget. Unlike the SWT style, which can be queried with getStyle(), on most cases this third parameters can not be queried.
The affected widgets and styles are
Command: command type
ConstrainedText: constraint type
DateEditor: dateEditor style
ListBox: layout style
MobileShell:  status style
QueryDialog: query type
SortedList: mode style
TextExtension: extension style

Useful, not needed? Let's discuss these to be part of the 1.1 API changes.




Back to the top