Uses of Class
de.hybris.platform.cockpit.util.ValuePair
-
Packages that use ValuePair Package Description de.hybris.platform.cockpit.components.navigationarea.renderer -
-
Uses of ValuePair in de.hybris.platform.cockpit.components.navigationarea.renderer
Methods in de.hybris.platform.cockpit.components.navigationarea.renderer with parameters of type ValuePair Modifier and Type Method Description protected org.zkoss.zk.ui.ComponentInfoBoxRenderer. createHeaderTokenComponent(ValuePair<java.lang.String,java.lang.Integer> token)Method parameters in de.hybris.platform.cockpit.components.navigationarea.renderer with type arguments of type ValuePair Modifier and Type Method Description protected org.zkoss.zk.ui.ComponentInfoBoxRenderer. createHeaderInfo(java.util.List<ValuePair<java.lang.String,java.lang.Integer>> tokens)Returns a component for an additional header info string, seperated by '/' or null, if tokens is empty.protected voidInfoBoxRenderer. renderAdditionalContent(org.zkoss.zk.ui.Component parent, java.util.List<ValuePair<java.lang.String,java.lang.Integer>> tokens)Could be overidden in a subclass to add additional content to the infobox.
-