Class WDatetimeEditor

    • Constructor Detail

      • WDatetimeEditor

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

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

        public WDatetimeEditor​(String label,
                               String description,
                               boolean mandatory,
                               boolean readonly,
                               boolean updateable)
        Constructor for use if a grid field is unavailable
        Parameters:
        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
      • WDatetimeEditor

        public WDatetimeEditor()
      • WDatetimeEditor

        public WDatetimeEditor​(String columnName,
                               boolean mandatory,
                               boolean readonly,
                               boolean updateable,
                               String title)
        Parameters:
        columnName -
        mandatory -
        readonly -
        updateable -
        title -