Interface IFormMobileCommandsSetModel
- All Superinterfaces:
Collection<ValueListItem>
,IAttribute<IBmObject,
,org.eclipse.emf.ecore.EStructuralFeature> IEmfAttribute<IBmObject>
,IEmfListAttribute<ValueListItem,
,IBmObject> IFormList<ValueListItem>
,IList<ValueListItem>
,IModel
,Iterable<ValueListItem>
,IValidable
,List<ValueListItem>
- All Known Implementing Classes:
FormBmMobileCommandsSetModel
The
IFormList
model implementation for elements list.-
Method Summary
Modifier and TypeMethodDescriptionReturns map with available item's id and name.Returns the project.Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface com._1c.g5.aef2.models.IAttribute
getObject, getProperty
Methods inherited from interface com._1c.g5.v8.dt.form.internal.ui.properties.models.IFormList
getForm
Methods inherited from interface com._1c.g5.aef2.models.list.IList
addListListener, fill, isEqual, removeListListener
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
Method Details
-
createWorkingCopy
IFormMobileCommandsSetModel createWorkingCopy()- Specified by:
createWorkingCopy
in interfaceIList<ValueListItem>
- Specified by:
createWorkingCopy
in interfaceIModel
- Returns:
- the model working copy or
null
if working copies is not supported by the model.
-
getV8Project
IV8Project getV8Project()Returns the project.- Returns:
- the project, never
null
.
-
findAvailableItems
Returns map with available item's id and name.- Returns:
- available items, never
null
-