public interface IFilePickItem
Modifier and Type | Method and Description |
---|---|
String |
getFullPath() |
Long |
getLastUse() |
String |
getTitle() |
void |
setFullPath(String fullPath) |
void |
setLastUse(Long lastUse) |
void |
setTitle(String title) |
com.google.gwt.json.client.JSONObject |
toJson() |
String getFullPath()
void setFullPath(String fullPath)
fullPath
- The full path required to access the file.String getTitle()
void setTitle(String title)
title
- User Friendly title to use in UILong getLastUse()
void setLastUse(Long lastUse)
com.google.gwt.json.client.JSONObject toJson()
Copyright © 2021 Hitachi Vantara. All rights reserved.