Modify ↓
#10822 closed enhancement (fixed)
[patch] Getter Method to add a Filter to the FilterDialog
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | 14.11 |
Component: | Core | Version: | tested |
Keywords: | FilterDialog add filter | Cc: |
Description
Hi @ all,
this is a patch for the FilterDialog.
It implenents a new getter method to get the private Member filterModel of class FilterDialog.
With this patch a plugin can simply add a new Filter to the build-in FilterDialog. So the User can just work out of his plugin and can create easy filters without having to type complicated filterstatements.
Attachments (1)
Change History (4)
by , 10 years ago
Attachment: | FilterDialog.java.patch added |
---|
comment:1 by , 10 years ago
Summary: | New Patch: Getter Method to add a Filter to the FilterDialog → [patch] Getter Method to add a Filter to the FilterDialog |
---|
comment:3 by , 10 years ago
Milestone: | → 14.11 |
---|
Note:
See TracTickets
for help on using tickets.
FilterDialog patch (simple Filter adding)