Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fly office fixing #36

Merged
merged 7 commits into from
Sep 10, 2019
Merged

Fly office fixing #36

merged 7 commits into from
Sep 10, 2019

Conversation

joha78
Copy link
Collaborator

@joha78 joha78 commented Sep 4, 2019

again a large batch of changes that were necessary to make projector work with our software system

Jörg Hälker added 3 commits August 26, 2019 17:33
# Conflicts:
#	base/client/src/main/java/dev/rico/internal/client/projector/factories/ImageViewFactory.java
@joha78
Copy link
Collaborator Author

joha78 commented Sep 9, 2019

Help! Something is wrong here. Travis is unhappy that DateTimeFieldModel.java has no license header. But I have deleted DateTimeFieldModel.java in source ?!

@joha78 joha78 requested a review from madmas September 9, 2019 08:52
Copy link
Member

@madmas madmas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joha78 can you summarize a bit waht the changes of this PR are?
I see you refactored some things, removed the DateTimeFieldModel and introduced TextInputControlConfigurator (to use it for the Password field) and also extended the Table API with tableDoubleCell, tableIntegerColumand tableDoubleColum.

The added API is clear, I think, but can you share whats the intention of the other changes? :) (DateTimeFieldModel was just not used?)

@joha78
Copy link
Collaborator Author

joha78 commented Sep 10, 2019

DateTimeFieldModel is a very special remoting model for our date and time input field - karakun decided that it should not be included in rico projector, thus I moved the model into sprouts' own rico component library.

TextInputControlConfigurator was introduced because I needed to moved some static code into a place where I can easily reuse it and slightly change its behavior (by overwriting TextInputControlConfigurator's methods in a sub-class that is in sprouts' rico component library).

Unused focusedItem-API has been removed.
Some missing bindings of default properties have been re-added.

@madmas
Copy link
Member

madmas commented Sep 10, 2019

Thanks for the Update @joha78 :)

@madmas madmas merged commit d225f99 into master Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants