Interface VFSDetailsComposite


public interface VFSDetailsComposite
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    default Object
    Gets the Object of SelectionAdapterFileDialogTextVar for the browse file dialog.
     
    default String
    Validates the fields that the DetailsComposite if responsible for.
  • Method Details

    • open

      Object open()
    • close

      void close()
    • validate

      default String validate()
      Validates the fields that the DetailsComposite if responsible for.
      Returns:
      null if successfully validates or an error message if it does not.
    • getRootPathSelectionAdapter

      default Object getRootPathSelectionAdapter(Object textUiWidget)
      Gets the Object of SelectionAdapterFileDialogTextVar for the browse file dialog.

      Parameters:
      TextVar - The TextVar object.
      Returns:
      Object of SelectionAdapterFileDialogTextVar or null otherwise. Defaults to null.