//Artefact:JavaClass/com/sphenon/ui/frontends/alf/components/ALFComponent

Synopsis

public interface ALFComponent implements Typed, JSONSerialisable

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/getComponentContext

Synopsis

public com.sphenon.basics.context.CallContext getComponentContext ()

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/getEntity

Synopsis

public com.sphenon.ui.vui.VUIEntity getEntity (CallContext context)

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/getComponentByPath

Synopsis

public com.sphenon.ui.frontends.alf.components.ALFComponent getComponentByPath (String component_path)

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/getParent

Synopsis

public com.sphenon.ui.frontends.alf.components.ALFComponent getParent ()

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/getReference

Synopsis

public com.sphenon.ui.frontends.alf.classes.ALFComponentReference getReference ()

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/getRoot

Synopsis

public com.sphenon.ui.frontends.alf.components.ALFComponent getRoot ()

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/findParent

Synopsis

public com.sphenon.ui.frontends.alf.components.ALFComponent findParent (java.lang.Class parent_class)

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/addChild

Synopsis

public void addChild (ALFComponent child)

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/removeChild

Synopsis

public void removeChild (ALFComponent child)

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/getVisibleParent

Synopsis

public com.sphenon.ui.frontends.alf.components.ALFComponent getVisibleParent ()

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/setVisibleParent

Synopsis

public void setVisibleParent (ALFComponent visible_parent)

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/setAccessedBy

Synopsis

public void setAccessedBy (String accessed_by)

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/getAdditionalRenderedStyle

Synopsis

public java.lang.String getAdditionalRenderedStyle (CallContext context)

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/setAdditionalRenderedStyle

Synopsis

public void setAdditionalRenderedStyle (CallContext context, String additional_rendered_style)

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/getTag

Synopsis

public java.lang.String getTag (CallContext context)

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/getViewContextCategory

Synopsis

public com.sphenon.ui.vui.VUIViewContextCategory getViewContextCategory ()

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/getObjectIds

Synopsis

public java.lang.String[] getObjectIds (CallContext context)

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/setNavigationPrefix

Synopsis

public void setNavigationPrefix (String navigation_prefix)

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/setNavigationPath

Synopsis

public void setNavigationPath (String navigation_path)

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/addDebugNotification

Synopsis

public void addDebugNotification (ProblemState problem_state, String message, java.lang.Object[] attributes)

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/addUserNotification

Synopsis

public void addUserNotification (ProblemState problem_state, String message, java.lang.Object[] attributes)

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/addToContainer

Synopsis

public void addToContainer (ALFContainer container)

//Artefact:Method/com/sphenon/ui/frontends/alf/components/ALFComponent/processParameters

Synopsis

public boolean processParameters (java.util.Map parameters, java.util.Map dmos)