Class ExportConfigurationUtils
- java.lang.Object
-
- de.hybris.platform.integrationbackoffice.widgets.configuration.utility.ExportConfigurationUtils
-
public final class ExportConfigurationUtils extends java.lang.ObjectUtility class for export configuration editor.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.zkoss.zul.ListitemappendCountToLabel(org.zkoss.zul.Listitem listitem, java.lang.String countFraction)Adds the currently selected instance count to the label of the listitem.static org.zkoss.zul.ListitemcreateListitem(IntegrationObjectModel io)Creates a listitem
-
-
-
Method Detail
-
createListitem
public static org.zkoss.zul.Listitem createListitem(IntegrationObjectModel io)
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, java.lang.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
-
-