Interface QuickListItemRenderer
-
- All Known Implementing Classes:
DefaultQuickListItemRenderer
public interface QuickListItemRendererInterface for renderers capable of rendering items of QuickList widget
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisOpenItemHyperlink(org.zkoss.zk.ui.Component component)Checks if givenComponentis a hyperlink opening the current itembooleanisRemoveItemButton(org.zkoss.zk.ui.Component component)Checks if givenComponentis a hyperlink opening the current item
-
-
-
Method Detail
-
isOpenItemHyperlink
boolean isOpenItemHyperlink(org.zkoss.zk.ui.Component component)
Checks if givenComponentis a hyperlink opening the current item- Parameters:
component- ui component- Returns:
- true if is open hyperlink
-
isRemoveItemButton
boolean isRemoveItemButton(org.zkoss.zk.ui.Component component)
Checks if givenComponentis a hyperlink opening the current item- Parameters:
component- ui component- Returns:
- true if is remove item
-
-