Class WChosenboxListEditor

    • Field Detail

      • LISTENER_EVENTS

        public static final String[] LISTENER_EVENTS
    • Constructor Detail

      • WChosenboxListEditor

        public WChosenboxListEditor​(GridField gridField)
        Parameters:
        gridField -
      • WChosenboxListEditor

        public WChosenboxListEditor​(GridField gridField,
                                    boolean tableEditor,
                                    IEditorConfiguration editorConfiguration)
        Parameters:
        gridField -
        tableEditor -
        editorConfiguration -
      • WChosenboxListEditor

        public WChosenboxListEditor​(Lookup lookup,
                                    String label,
                                    String description,
                                    boolean mandatory,
                                    boolean readonly,
                                    boolean updateable)
        Constructor for use if a grid field is unavailable
        Parameters:
        lookup - Store of selectable data
        label - column name (not displayed)
        description - description of component
        mandatory - whether a selection must be made
        readonly - whether or not the editor is read only
        updateable - whether the editor contents can be changed
      • WChosenboxListEditor

        public WChosenboxListEditor​(Lookup lookup,
                                    String label,
                                    String description,
                                    boolean mandatory,
                                    boolean readonly,
                                    boolean updateable,
                                    boolean autocomplete)
        Parameters:
        lookup -
        label -
        description -
        mandatory -
        readonly -
        updateable -
        autocomplete -
      • WChosenboxListEditor

        public WChosenboxListEditor​(String columnName,
                                    boolean mandatory,
                                    boolean isReadOnly,
                                    boolean isUpdateable,
                                    Lookup lookup)
        For ease of porting swing form
        Parameters:
        columnName -
        mandatory -
        isReadOnly -
        isUpdateable -
        lookup -
      • WChosenboxListEditor

        public WChosenboxListEditor​(String columnName,
                                    boolean mandatory,
                                    boolean isReadOnly,
                                    boolean isUpdateable,
                                    Lookup lookup,
                                    boolean autocomplete)
        Parameters:
        columnName -
        mandatory -
        isReadOnly -
        isUpdateable -
        lookup -
        autocomplete -