Interface IHandlerCollectionModel
- All Superinterfaces:
IModel
,IValidable
- All Known Implementing Classes:
CommandActionExtensionCollectionModel
,EventHandlerCollectionModel
,EventHandlerExtensionCollectionModel
The collection of handlers model. Contains multiple instances of
IHandlerModel
.-
Method Summary
Modifier and TypeMethodDescriptiongetHandlerModels
(Module bslModule) Returns a collection of underlying handler models.org.eclipse.emf.ecore.EObject
Returns the parent form model object.Retutrns the current script variant.boolean
Checks that parent configuration is design for only mobile application.Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, createWorkingCopy, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
Method Details
-
getHandlerModels
Returns a collection of underlying handler models. -
getScriptVariant
ScriptVariant getScriptVariant()Retutrns the current script variant.- Returns:
- the current script variant, never
null
-
isMobileApplicationOnly
boolean isMobileApplicationOnly()Checks that parent configuration is design for only mobile application.- Returns:
true
if configuration is design for only mobile application,false
otherwise
-
getObject
org.eclipse.emf.ecore.EObject getObject()Returns the parent form model object.- Returns:
- the form model
EObject
object, nevernull
-