Interface FormFragmentComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormFragment
createInstance(FormFragmentContainer container, String interfaceClassName)
Creates a persisted instance of the FormFragment provided by this component.DelegatedController
getDelegatedController()
Returns a controller instance for the FormFragment provided by this component.-
Methods inherited from interface nl.gx.webmanager.wcb.Component
exportContent, getClassesFromBundle, getClassForName, getComponentBundle, getComponentDefinition, getExtensions, getId, getInstance, getInstanceForName, getPrivateNode, getTypeId, getWrapperDefinitions, importContent, onDestroy, onInit, onInstall, onPurge, onStart, onStop, onUninstall, onUpdate, purgeContent, setBundleContext, setComponentBundle, setComponentDefinition, setComponentManager
-
-
-
-
Method Detail
-
createInstance
FormFragment createInstance(FormFragmentContainer container, String interfaceClassName)
Creates a persisted instance of the FormFragment provided by this component.- Parameters:
container
- the container to which the fragment should be attachedinterfaceClassName
- the interface classname "under" which the fragment is known. This is corresponds to the @Interface-annotation of the implementation class.- Returns:
- The newly created FormFragment.
-
getDelegatedController
DelegatedController getDelegatedController()
Returns a controller instance for the FormFragment provided by this component.- Returns:
- a controller instance for the FormFragment provided by this component
-
-