Class ExportConfigurationUtils


  • public final class ExportConfigurationUtils
    extends java.lang.Object
    Utility class for export configuration editor.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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.
      static org.zkoss.zul.Listitem createListitem​(IntegrationObjectModel io)
      Creates a listitem
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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