Uses of Interface
org.springframework.extensions.surf.extensibility.CloseModelElement
-
Packages that use CloseModelElement Package Description org.springframework.extensions.surf.extensibility org.springframework.extensions.surf.extensibility.impl -
-
Uses of CloseModelElement in org.springframework.extensions.surf.extensibility
Methods in org.springframework.extensions.surf.extensibility that return CloseModelElement Modifier and Type Method Description CloseModelElementExtensibilityDirectiveData. createClose()Creates a new instance of the type ofCloseModelElementfor with the associatedExtensibilityDirective.Methods in org.springframework.extensions.surf.extensibility with parameters of type CloseModelElement Modifier and Type Method Description voidExtensibilityModel. insertDeferredContentTarget(int index, OpenModelElement open, DeferredContentTargetModelElement target, CloseModelElement close)AllowsDeferredContentTargetModelElementinstances (along with their associatedOpenModelElementandCloseModelElementinstances) to be inserted at a requested point in the model. -
Uses of CloseModelElement in org.springframework.extensions.surf.extensibility.impl
Classes in org.springframework.extensions.surf.extensibility.impl that implement CloseModelElement Modifier and Type Class Description classCloseModelElementImplMethods in org.springframework.extensions.surf.extensibility.impl that return CloseModelElement Modifier and Type Method Description CloseModelElementDefaultExtensibilityDirectiveData. createClose()Methods in org.springframework.extensions.surf.extensibility.impl with parameters of type CloseModelElement Modifier and Type Method Description voidExtensibilityModelImpl. insertDeferredContentTarget(int index, OpenModelElement open, DeferredContentTargetModelElement target, CloseModelElement close)AllowsDeferredContentTargetModelElementinstances (along with their associatedOpenModelElementandCloseModelElementinstances) to be inserted at a requested point in the model.
-