...
- call button.requestUpdate(true) on ribbon action item
- call window.requestRibbonRender() on window component.
6.2. listeners
6.2.1 view listener structure
Listeners are methods that will be executed when specified event is fired. Every listener has structure:
...
- eventname - name of event on which this lisiner is waiting
- className - class (path + name) which contains listener method
- beanMethod - name of listener method that should be executed when event is fired
6.2.2 view listener event names
name | usage | |||||
---|---|---|---|---|---|---|
onInputChange |
| |||||
onSelectedEntityChange |
|
For more informations about listeners see 'view listeners section'.
Anchor | ||||
---|---|---|---|---|
|
...
Criteria modifiers allow you to modify state of SearchCriteriaBuilder using to fetch component's rows. You can use them to filter out some data for example all entities owned by user other than currently logged in used by given view component to fetch row entities.
Info |
---|
Currently row style resolvers criteria modifiers can be used only with grid or lookup component. |
...