Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -1657/+0 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -1/+1 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+36 |
| | |||||
* | Test for converter factory and related fixes (#8992) | Artur Signell | 2012-06-25 | 1 | -3/+5 |
| | |||||
* | Get converter from the application of the component if available (#8992) | Artur Signell | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | Converter support and updated data source logic (#8990, #8991) | Artur Signell | 2012-06-21 | 1 | -2/+2 |
| | |||||
* | Split generic converter methods from AbstractField (#8991) | Artur Signell | 2012-06-21 | 1 | -62/+18 |
| | |||||
* | Show the right target type in the exception message | Leif Åstrand | 2012-04-13 | 1 | -1/+1 |
| | |||||
* | Component no longer implements Paintable | Artur Signell | 2012-04-12 | 1 | -6/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-04-12 | 1 | -8/+39 |
|\ | | | | | | | | | Conflicts: src/com/vaadin/ui/AbstractField.java | ||||
| * | #6155 Javadoc/comments; refresh field value from data source on attach | Johannes Dahlström | 2012-04-11 | 1 | -8/+39 |
| | | | | | | | | svn changeset:23476/svn branch:6.8 | ||||
* | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-04-10 | 1 | -22/+65 |
|\| | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/terminal/gwt/client/ui/VTree.java src/com/vaadin/terminal/gwt/client/ui/VWindow.java src/com/vaadin/ui/AbstractField.java | ||||
| * | Implemented #8307: Added AbstractField#removeAllValidators() | Johannes Dahlström | 2012-04-05 | 1 | -0/+10 |
| | | | | | | | | svn changeset:23407/svn branch:6.8 | ||||
| * | Fixed #6155: stop listening to Property value change and read only status ↵ | Johannes Dahlström | 2012-04-05 | 1 | -20/+41 |
| | | | | | | | | | | | | change events on detach to avoid a potential memory leak, resume listening on attach svn changeset:23406/svn branch:6.8 | ||||
* | | Automatically create state on server side based on getState return type | Artur Signell | 2012-04-05 | 1 | -4/+0 |
| | | |||||
* | | AbstractComponent.updateFromUIDL moved to state change (#8436) | Artur Signell | 2012-04-05 | 1 | -32/+5 |
| | | |||||
* | | #8555 Listener for modifying state before it is sent to the client | Artur Signell | 2012-03-22 | 1 | -17/+8 |
| | | |||||
* | | Transfer required attribute in shared state (#8436). | Henri Sara | 2012-03-21 | 1 | -10/+11 |
| | | | | | | | | | | The flag should be used directly from shared state, but that requires error message etc. related updates to be done in a listener before sending states. | ||||
* | | Convert hide errors flag to shared state (#8437). | Henri Sara | 2012-03-21 | 1 | -7/+6 |
| | | |||||
* | | Refactor error messages on server side (#8437). | Henri Sara | 2012-03-21 | 1 | -3/+9 |
| | | | | | | | | This is an intermediate step towards moving error messages from UIDL to shared state. | ||||
* | | Fixed readonly handling for fields (depends on property readonly | Artur Signell | 2012-03-13 | 1 | -0/+13 |
| | | | | | | | | status) and enable state handling for components on client side (depend on parent) | ||||
* | | Organized imports and formatted all java files | Artur Signell | 2012-02-28 | 1 | -2/+2 |
| | | |||||
* | | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMap | Artur Signell | 2012-02-27 | 1 | -3/+3 |
| | | | | | | accordingly | ||||
* | | Convert some literal strings of UIDL attributes to use constants. | Henri Sara | 2012-02-21 | 1 | -2/+5 |
| | | |||||
* | | #8102 Changing data source type from Double -> Number can keep the | Artur Signell | 2011-12-22 | 1 | -3/+7 |
| | | | | | | | | converter while changing from Number -> Double cannot. Fixed reversed logic. | ||||
* | | #8173 Deprecated separate read through and write through modes | Artur Signell | 2011-12-22 | 1 | -1/+8 |
| | | |||||
* | | Renamed getValueConversionError -> getConversionError that was missing | Artur Signell | 2011-12-22 | 1 | -9/+9 |
| | | | | | | | | from an earlier commit. Also made javadoc more specific for getConvertedValue | ||||
* | | Removed getStringValue based on API review meeting | Artur Signell | 2011-12-22 | 1 | -25/+22 |
| | | |||||
* | | #8101 Swapped generics parameter order for Converter based on API review | Artur Signell | 2011-12-21 | 1 | -17/+13 |
| | | | | | | meeting | ||||
* | | #8101 Renamed source type to presentation and target type to model for | Artur Signell | 2011-12-21 | 1 | -6/+6 |
| | | | | | | clarity | ||||
* | | #8102 getConvertedFieldValue -> getConvertedValue, added | Artur Signell | 2011-12-21 | 1 | -4/+23 |
| | | | | | | setConvertedValue | ||||
* | | #8102 Removed "value" from value converter used in AbstractField and | Artur Signell | 2011-12-21 | 1 | -45/+39 |
| | | | | | | | | renamed updateValueConverterFromFactory to setConverter based on API review meeting. | ||||
* | | #8125 Removed remaining references to Property.ConversionException | Artur Signell | 2011-12-21 | 1 | -2/+0 |
| | | |||||
* | | Include original conversion exception as cause for exception | Artur Signell | 2011-12-21 | 1 | -1/+2 |
| | | |||||
* | | #8125 Removed Property.ConversionException and String constructor based | Artur Signell | 2011-12-21 | 1 | -6/+5 |
| | | | | | | conversion from Property classes | ||||
* | | Add javadoc for AbstractField.getInternalValue(). | Henri Sara | 2011-12-20 | 1 | -1/+12 |
| | | |||||
* | | #8102 Allow overriding the conversion error message for Fields | Artur Signell | 2011-12-19 | 1 | -8/+55 |
| | | |||||
* | | #8127 Add setBuffered to ease use of read through and write through | Artur Signell | 2011-12-15 | 1 | -8/+68 |
| | | | | | | | | | | modes | ||||
* | | Fix setting of source exception setting on commit. | Henri Sara | 2011-12-15 | 1 | -1/+1 |
| | | |||||
* | | #8110 Validation is now done on the converted value | Artur Signell | 2011-12-14 | 1 | -35/+62 |
| | | | | | | | | | | | | | | | | Added type to AbstractValidator and automatic type checking so sub classes get the correct type automatically Added a RangeValidator that work with any type that is Comparable CompositeValidator no longer extends AbstractValidator as it does not validate in the same way as AbstractValidator does | ||||
* | | Use getter and setter for source exception | Artur Signell | 2011-12-14 | 1 | -16/+25 |
| | | |||||
* | | #8103 ConverterFactory is no longer static + javadoc updates | Artur Signell | 2011-12-12 | 1 | -19/+49 |
| | | |||||
* | | #8101/#8103 Javadoc for converters and converter factory | Artur Signell | 2011-12-12 | 1 | -4/+4 |
| | | |||||
* | | #3851 AbstractField should run validators for empty fields | Artur Signell | 2011-12-09 | 1 | -36/+25 |
| | | |||||
* | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2011-12-09 | 1 | -3/+3 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -3/+3 |
| | | | | | | | | svn changeset:22317/svn branch:6.7 | ||||
* | | Add CustomField component in Vaadin core (#3718) | Henri Sara | 2011-12-08 | 1 | -5/+14 |
| | | | | | | | | CustomField component, related changes in AbstractField and some tests/examples added to Vaadin core. | ||||
* | | Handle fields with no data source in AbstractField.convertToDataSource() | Henri Sara | 2011-12-01 | 1 | -21/+18 |
| | | |||||
* | | Initial implementation of converters for AbstractField | Artur Signell | 2011-11-28 | 1 | -96/+219 |
| | | |||||
* | | Merge branch 'master' into databinding | Artur Signell | 2011-11-24 | 1 | -58/+0 |
|\ \ |