|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IMenuItemRenderer
This interface dynamically provides a component for a given item to render it with. Instances of this interface can be bound to the parameters iconRenderer or contentRenderer of the JSCookMenu component.
| Method Summary | |
|---|---|
IComponent |
render(IJSCookMenuItem item)
returning null means For the main field : The item is hidden For icon field : Default icon rendering is applied for this item. |
| Method Detail |
|---|
IComponent render(IJSCookMenuItem item)
For the main field : The item is hidden
For icon field : Default icon rendering is applied for this item.
item - the current menu item
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||