Class StringAggregation

java.lang.Object
io.keikai.ui.impl.StringAggregation
All Implemented Interfaces:
Serializable, org.zkoss.json.JSONAware

public class StringAggregation extends Object implements Serializable, org.zkoss.json.JSONAware
Author:
sam
See Also:
  • Constructor Details

    • StringAggregation

      public StringAggregation()
  • Method Details

    • add

      public int add(String value)
      Add string to aggregation
      Returns:
      int the index of the string in aggregation
    • toJSONString

      public String toJSONString()
      Specified by:
      toJSONString in interface org.zkoss.json.JSONAware
    • getValues

      public LinkedHashMap getValues()
      Internal used only
      Returns:
      values
      Since:
      6.0.0