//Artefact:JavaClass/com/sphenon/ui/frontends/alf/classes/ALFComponentReference
Synopsis
public ALFComponentReference
extends Object
//Artefact:Constructor/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/ALFComponentReference
Synopsis
public ALFComponentReference (CallContext context, VUIEntity vui_entity, ALFComponent parent, String accessed_by)
//Artefact:Constructor/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/ALFComponentReference
Synopsis
public ALFComponentReference (CallContext context, VUIEntity vui_entity, ALFComponent parent, String accessed_by,
boolean top_level)
//Artefact:Constructor/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/ALFComponentReference
Synopsis
public ALFComponentReference (CallContext context, VUIEntity vui_entity, ALFComponent parent, String accessed_by,
String style, String context_type_name)
//Artefact:Constructor/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/ALFComponentReference
Synopsis
public ALFComponentReference (CallContext context, VUIEntity vui_entity, ALFComponent parent, String accessed_by,
String style, String context_type_name, boolean top_level)
//Artefact:Constructor/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/ALFComponentReference
Synopsis
public ALFComponentReference (CallContext context, ALFComponent component)
//Artefact:Constructor/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/ALFComponentReference
Synopsis
public ALFComponentReference (CallContext context, ALFComponent component, String style, String context_type_name)
//Artefact:Method/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/replaceEntity
Synopsis
public boolean replaceEntity (VUIEntity vui_entity)
//Artefact:Method/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/getId
Synopsis
public java.lang.String getId ()
//Artefact:Method/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/getComponentContext
Synopsis
public com.sphenon.basics.context.CallContext getComponentContext ()
//Artefact:Method/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/get
Synopsis
public synchronized com.sphenon.ui.frontends.alf.components.ALFComponent get ()
//Artefact:Method/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/handleComponentEvent
Synopsis
public void handleComponentEvent (CallContext context, ChangeEvent event)
//Artefact:Method/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/destroy
Synopsis
public void destroy ()
//Artefact:Method/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/getParent
Synopsis
public com.sphenon.ui.frontends.alf.components.ALFComponent getParent ()
//Artefact:Method/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/getVisibleParent
Synopsis
public com.sphenon.ui.frontends.alf.components.ALFComponent getVisibleParent ()
//Artefact:Method/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/setVisibleParent
Synopsis
public void setVisibleParent (ALFComponent visible_parent)
//Artefact:Method/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/setParent
Synopsis
public synchronized void setParent (ALFComponent parent)
//Artefact:Method/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/getLocator
Synopsis
public java.lang.String getLocator ()
//Artefact:Method/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/resetComponent
Synopsis
public synchronized void resetComponent ()
//Artefact:Method/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/setNavigationPrefix
Synopsis
public synchronized void setNavigationPrefix (String navigation_prefix)
//Artefact:Method/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/setNavigationPath
Synopsis
public synchronized void setNavigationPath (String navigation_path)
//Artefact:Method/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/setStyle
Synopsis
public synchronized void setStyle (String style)
//Artefact:Method/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/setContextType
Synopsis
public synchronized void setContextType (String context_type_name)
//Artefact:Method/com/sphenon/ui/frontends/alf/classes/ALFComponentReference/setContextType
Synopsis
public synchronized void setContextType (Type context_type)