Interface IFormCommandSetModel
- All Superinterfaces:
Collection<Command>
,IAttribute<IBmObject,
,org.eclipse.emf.ecore.EStructuralFeature> IEmfAttribute<IBmObject>
,IEmfListAttribute<Command,
,IBmObject> IFormList<Command>
,IList<Command>
,IModel
,Iterable<Command>
,IValidable
,List<Command>
- All Known Implementing Classes:
BmFormCommandSetModel
The
IFormList
model for command set component.-
Method Summary
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, createWorkingCopy, 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
-
getCommands
List<FormStandardCommand> getCommands()- Returns:
- the list of commands.
-