Class ExportConfigurationUtils
java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.configuration.utility.ExportConfigurationUtils
Utility class for export configuration editor.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.zkoss.zul.ListitemappendCountToLabel(org.zkoss.zul.Listitem listitem, String countFraction) Adds the currently selected instance count to the label of the listitem.static org.zkoss.zul.ListitemCreates a listitem
-
Method Details
-
createListitem
Creates a listitem- Parameters:
io- IntegrationObject that the listitem will be created for- Returns:
- Listitem
-
appendCountToLabel
public static org.zkoss.zul.Listitem appendCountToLabel(org.zkoss.zul.Listitem listitem, String countFraction) Adds the currently selected instance count to the label of the listitem. Removes the count if the amount is zero.- Parameters:
listitem- Listitem who's label will be modified.countFraction- Count representing number of selected instances over the total number of instances- Returns:
- Listitem
-