-
New Feature
-
Resolution: Fixed
-
Normal
-
2.1.5
-
None
User Story
The name CalendarEvent/SimpleCalendarEvent looks too similar to other UI event class like CalendarsEvent and CalendarDataEvent. But the first event is an occurring activity and the 2nd one is an event fired to a component. Application developers who are new or not familiar with this component might get confused.
Since ZK is a UI framework, the word "event" is frequently used to indicate the events sent among components or client-server. When writing documents to introduce related features, the word "event" easily confusing readers. The writer has to write a long, full name to tell readers what kind of "event" he means. Readers have to read carefully.
Propose Solution
To avoid confusion, we suggest renaming. Replace the term Event with Item.
For example:
- CalendarEvent --> CalendarItem
- SimpleCalendarEvent --> SimpleCalendarItem