Class DataSetsFieldsWrapperFolder
- java.lang.Object
- 
- com._1c.g5.v8.dt.dcs.dataset.fields.DataSetsFieldsWrapperBase<T>
- 
- com._1c.g5.v8.dt.dcs.dataset.fields.DataSetsFieldsWrapperWithChildrenBase<DataCompositionSchemaDataSetFieldFolder>
- 
- com._1c.g5.v8.dt.dcs.dataset.fields.DataSetsFieldsWrapperFolder
 
 
 
- 
- All Implemented Interfaces:
- IDataSetFieldsWrapper,- Comparable<IDataSetFieldsWrapper>
 
 public class DataSetsFieldsWrapperFolder extends DataSetsFieldsWrapperWithChildrenBase<DataCompositionSchemaDataSetFieldFolder> Wrapper for data set folder
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com._1c.g5.v8.dt.dcs.dataset.fields.IDataSetFieldsWrapperIDataSetFieldsWrapper.FieldCommand, IDataSetFieldsWrapper.FieldRenameException
 
- 
 - 
Field Summary- 
Fields inherited from class com._1c.g5.v8.dt.dcs.dataset.fields.DataSetsFieldsWrapperBasedataSetWrapper, field
 
- 
 - 
Constructor SummaryConstructors Constructor Description DataSetsFieldsWrapperFolder(IDataSetWrapper dataSetWrapper, DataCompositionSchemaDataSetFieldFolder field)Constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get name (field in viewer)StringgetPath()Get data pathPresentationgetTitle()Get titlebooleanisFolder()Check whether field is folderbooleanisTitleAuto()Check whether title is autogeneratedIDataSetFieldsWrapper.FieldCommandremove()Remove fieldIDataSetFieldsWrapper.FieldCommandsetName(String name, boolean checkUnique)Set name (field in viewer)IDataSetFieldsWrapper.FieldCommandsetTitle(Presentation title)Set title- 
Methods inherited from class com._1c.g5.v8.dt.dcs.dataset.fields.DataSetsFieldsWrapperWithChildrenBasecopy, setPath, setPathChildren
 - 
Methods inherited from class com._1c.g5.v8.dt.dcs.dataset.fields.DataSetsFieldsWrapperBasecompareTo, getCurrentLanguageCode, getDuplicatedErrorMessage, getField, getFieldByPath, getFieldsWrappers, getParentPath, getPathFromString, getSynonym, getTitle, isNameUnique, isPathUnique, isStringEquals, setTitle, setTitle, startsWith, throwError
 
- 
 
- 
- 
- 
Constructor Detail- 
DataSetsFieldsWrapperFolderpublic DataSetsFieldsWrapperFolder(IDataSetWrapper dataSetWrapper, DataCompositionSchemaDataSetFieldFolder field) Constructor- Parameters:
- dataSetWrapper- data set wrapper, can't be null
- field- field, can't be null
 
 
- 
 - 
Method Detail- 
getNamepublic String getName() Description copied from interface:IDataSetFieldsWrapperGet name (field in viewer)- Returns:
- name, never null, empty for folder
 
 - 
setNamepublic IDataSetFieldsWrapper.FieldCommand setName(String name, boolean checkUnique) throws IDataSetFieldsWrapper.FieldRenameException Description copied from interface:IDataSetFieldsWrapperSet name (field in viewer)- Parameters:
- name- name, can't be null
- checkUnique- check whether name is unique
- Returns:
- command, never null
- Throws:
- IDataSetFieldsWrapper.FieldRenameException- if checkUnique true and name is not unique
 
 - 
getPathpublic String getPath() Description copied from interface:IDataSetFieldsWrapperGet data path- Returns:
- path, never null
 
 - 
isTitleAutopublic boolean isTitleAuto() Description copied from interface:IDataSetFieldsWrapperCheck whether title is autogenerated- Returns:
- whether title is autogenerated
 
 - 
getTitlepublic Presentation getTitle() Description copied from interface:IDataSetFieldsWrapperGet title- Returns:
- title, never null
 
 - 
setTitlepublic IDataSetFieldsWrapper.FieldCommand setTitle(Presentation title) Description copied from interface:IDataSetFieldsWrapperSet title- Parameters:
- title- title, can't be null
- Returns:
- command, never null
 
 - 
removepublic IDataSetFieldsWrapper.FieldCommand remove() throws IDataSetFieldsWrapper.FieldRenameException Description copied from interface:IDataSetFieldsWrapperRemove field- Returns:
- command, never null
- Throws:
- IDataSetFieldsWrapper.FieldRenameException- if after removing name of some child field won't be unique
 
 - 
isFolderpublic boolean isFolder() Description copied from interface:IDataSetFieldsWrapperCheck whether field is folder- Specified by:
- isFolderin interface- IDataSetFieldsWrapper
- Overrides:
- isFolderin class- DataSetsFieldsWrapperBase<DataCompositionSchemaDataSetFieldFolder>
- Returns:
- whether field is folder
 
 
- 
 
-