Class PWCombo


  • public class PWCombo
    extends PWWidget
    Instances of this class are Combo
    • Field Detail

      • data

        private final java.util.List<java.lang.Object> data
      • editable

        private final boolean editable
    • Constructor Detail

      • PWCombo

        public PWCombo​(java.lang.String label,
                       java.lang.String propertyKey,
                       java.lang.Object... values)
        Constructor
        Parameters:
        label - associated label
        propertyKey - associated key
      • PWCombo

        public PWCombo​(java.lang.String label,
                       java.lang.String propertyKey,
                       boolean editable,
                       java.lang.Object... values)
        Constructor
        Parameters:
        label - associated label
        propertyKey - associated key