| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
src/com/vaadin/terminal/gwt/client/ui/popupview/VPopupView.java
tests/testbench/com/vaadin/tests/components/popupview/PopupViewClickShortcut.java
tests/testbench/com/vaadin/tests/containers/sqlcontainer/CheckboxUpdateProblem.java
|
| |
| |
| |
| | |
svn changeset:24033/svn branch:6.8
|
| |
| |
| |
| | |
svn changeset:24032/svn branch:6.8
|
| |
| |
| |
| | |
svn changeset:24030/svn branch:6.8
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
The new annotation is called AcceptCriterion and is on the client side
class, pointing to the server side implementation.
This change also addresses #5956 (avoid loading classes when scanning -
no more scanning for criteria) and #6750 (logging).
|
| | |
|
| |
| |
| |
| | |
Hashtable
|
| |
| |
| |
| |
| |
| | |
Connector.isConnectorEnabled determines if the Connector can receive
messages from its counter part. Component isEnabled/isVisible only
returns the state of the component. Made Table implement HasComponents.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Also includes some related cleanup as this was the last special case
where the widget was selected on the client side based on UIDL fields
other than tag.
|
| |
| |
| |
| | |
for Table
|
| | |
|
| |
| |
| | |
conversion from Property classes
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
src/com/vaadin/Application.java
src/com/vaadin/data/Property.java
src/com/vaadin/data/util/PropertyFormatter.java
src/com/vaadin/terminal/ParameterHandler.java
src/com/vaadin/terminal/URIHandler.java
src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java
src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java
src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java
src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java
src/com/vaadin/ui/Field.java
src/com/vaadin/ui/LoginForm.java
src/com/vaadin/ui/UriFragmentUtility.java
|
| |
| |
| |
| | |
svn changeset:22317/svn branch:6.7
|
| |
| |
| |
| | |
svn changeset:22306/svn branch:6.7
|
| |
| |
| |
| | |
Eliminate some more warnings for use of raw types (Field, Property,
Class), mostly by changing API method return types.
|
| |
| |
| |
| |
| | |
Eliminate some (mostly Field and Property related) warnings about
raw types etc. No modifications to public API, only inside methods and
private API.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The interfaces Property and Field and most of their implementations are
now parameterized with the type of their value. The method getValue()
returns the Property type but setValue() takes Object as its parameter.
No implicit conversions between value type and strings are performed in
most locations (fields).
Among others, AbstractTextField, DateField and RichTextArea not have
specific value types and do not accept arbitrary values.
Most locations requiring migration will be visible as compilation
errors, with the exception of some cases where a non-parameterized
Property or Field (or one parametrized with Object) is used.
Not yet done:
- Label
- converters
- setValue() parameterization (causes much more migration effort)
|
|/
|
|
| |
Remaining possibly problematic cases include Label.compareTo(),
TestForPreconfiguredComponents and TestForTrees.
|
|
|
|
| |
svn changeset:20524/svn branch:6.7
|
|
|
|
| |
svn changeset:20523/svn branch:6.7
|
|
|
|
| |
svn changeset:20401/svn branch:6.7
|
|
|
|
|
|
| |
Testbench test for them #5414
svn changeset:20392/svn branch:6.7
|
|
|
|
| |
svn changeset:18440/svn branch:6.6
|
|
|
|
| |
svn changeset:18424/svn branch:6.6
|
|
|
|
| |
svn changeset:18390/svn branch:6.6
|
|
|
|
| |
svn changeset:18189/svn branch:6.6
|
|
|
|
| |
svn changeset:15451/svn branch:6.5
|
|
|
|
| |
svn changeset:15344/svn branch:6.5
|
|
|
|
| |
svn changeset:14282/svn branch:6.4
|
|
|
|
| |
svn changeset:14081/svn branch:6.4
|
|
|
|
|
|
| |
prevent the generation of non-serializable access constructors by the compiler.
svn changeset:14080/svn branch:6.4
|
|
|
|
| |
svn changeset:13982/svn branch:6.4
|
|
|
|
|
|
|
|
| |
all selects now reset value on container changes. The approach has been used in table previously
reverted an invalid fix from VFilterSelect
svn changeset:13980/svn branch:6.4
|
|
|
|
|
|
| |
from /branches/6.4-minor-features
svn changeset:13659/svn branch:6.4
|
|
|
|
| |
svn changeset:13604/svn branch:6.4
|
|
|
|
|
|
|
|
| |
- Moved MultiSelectMode enum to AbstractSelect
- Added test application for Tree ctrl+Shift selection
- Added keyboard navigation sample to the Sampler feature set
svn changeset:13070/svn branch:6.4
|
|
|
|
| |
svn changeset:12652/svn branch:6.4
|
|
|
|
| |
svn changeset:12085/svn branch:6.3
|
|
|
|
|
|
| |
developer, but looks better in the code examples.
svn changeset:12077/svn branch:6.3
|
|
|
|
| |
svn changeset:12070/svn branch:6.3
|
|
|
|
| |
svn changeset:12069/svn branch:6.3
|
|
|
|
| |
svn changeset:12068/svn branch:6.3
|
|
|
|
| |
svn changeset:12034/svn branch:6.3
|
|
|
|
| |
svn changeset:12023/svn branch:6.3
|