Skip to content

[EQK-32] Added different types in cell edit dialog#39

Open
AlKaliada wants to merge 1 commit intodevelopfrom
feature/EQK-32
Open

[EQK-32] Added different types in cell edit dialog#39
AlKaliada wants to merge 1 commit intodevelopfrom
feature/EQK-32

Conversation

@AlKaliada
Copy link
Collaborator

No description provided.


private String getResourceType(String type) {
return "granite/ui/components/coral/foundation/form/textfield";
return TableCellTypesHelper.getTypeToResourceType().get(type);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can return null if key of type doesn't exist in map. Could it affect something?

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.

[EQK-32] Need to diversify value editing dialogs depending on the data type in a table cell

2 participants