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

DATA TABLE - WIDGET COLUMN #36

Closed
gaston2303 opened this issue Jan 20, 2017 · 2 comments
Closed

DATA TABLE - WIDGET COLUMN #36

gaston2303 opened this issue Jan 20, 2017 · 2 comments

Comments

@gaston2303
Copy link

Good morning_afternoon,

I would like to know how keep the values in column of a table. The field is MaterialTimePicker data type.

I created the column like this:

endtime = new WidgetColumn<Trabajo, MaterialTimePicker>() {
@OverRide
public MaterialTimePicker getValue(Trabajo object) {

Which event do I have to create in order to obtain the value set? To after work with the data.

Thank you very much.
Gastón

@kevzlou7979
Copy link
Contributor

@gaston2303 You can use ValueChangeEvent on date picker to obtain the value set

@gaston2303
Copy link
Author

Hello. thank you.

I tried but it did not work
Can you explain more?

My case, i have three columns, date 1, date 2 and "differents hours" (date 2 - date 1). When retrieve from database to populate the data table, just only have date 1. After retrieve, i put manually date 2 and automatically i want rest date 2 less date 1 and put in the field "differents hours" the difference between them

Thank you
Gastón

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

No branches or pull requests

2 participants