Class DefaultConfigurationProperty

java.lang.Object
com.google.gwt.core.ext.DefaultConfigurationProperty
All Implemented Interfaces:
ConfigurationProperty

public class DefaultConfigurationProperty extends Object implements ConfigurationProperty
Default immutable implementation of ConfigurationProperty that receives its values in its constructor.
  • Constructor Details

    • DefaultConfigurationProperty

      public DefaultConfigurationProperty(String name, List<String> values)
      Construct a configuration property.
      Parameters:
      name - the name of this property, must not be null
      values - the list of possible values, must not be null and will be returned to callers, so a copy should be passed into this ctor if the caller will use this set later
  • Method Details