Class WTableDirEditor

    • Field Detail

      • LISTENER_EVENTS

        public static final String[] LISTENER_EVENTS
      • onlyShortListItems

        protected boolean onlyShortListItems
    • Constructor Detail

      • WTableDirEditor

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

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

        public WTableDirEditor​(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
      • WTableDirEditor

        public WTableDirEditor​(Lookup lookup,
                               String label,
                               String description,
                               boolean mandatory,
                               boolean readonly,
                               boolean updateable,
                               boolean autocomplete)
      • WTableDirEditor

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

        public WTableDirEditor​(String columnName,
                               boolean mandatory,
                               boolean isReadOnly,
                               boolean isUpdateable,
                               Lookup lookup,
                               boolean autocomplete)