| com.bostechcorp.cbesb.common.util.custcomponent.IFileProperty
IFileProperty | public interface IFileProperty extends IProperty(Code) | | The class for file-type properties
author: elu |
Inner Class :public enum FolderBrowseStyle | |
allowNewFile | public boolean allowNewFile()(Code) | | if the allowNewFile() is true, user is allowed to enter a new name
whether a name file name is allowed to enter |
getBaseFolderName | public String getBaseFolderName()(Code) | | the base folder name |
getFileName | public String getFileName()(Code) | | the default file name |
getFolderBrowseStyle | public FolderBrowseStyle getFolderBrowseStyle()(Code) | | the folder browse style. |
|
|