//Artefact:JavaClass/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent
Synopsis
public Class_ALFComponent
extends Object
implements ALFComponent
Reference
Configuration | JSONSerialiser:alf-debug-vui | if true, the serialiser adds information about the underlying VUI entities to the JSON output |
Configuration | JSONSerialiser:alf-debug-navigation | if true, the serialiser adds information about the processed navigation data to the JSON output |
Configuration | JSONSerialiser:alf-debug-styles | if true, the serialiser adds the current contents of the style stack to the JSON output |
Configuration | JSONSerialiser:alf-dump | if true, the serialiser dumps the tree of ALFComponents in raw form, not usable to construct a user interface, but for debugging purposes instead |
//Artefact:Constructor/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/Class_ALFComponent
Synopsis
public Class_ALFComponent ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getType
Synopsis
public com.sphenon.basics.metadata.Type getType (CallContext call_context)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getLayoutType
Synopsis
public java.lang.String getLayoutType (CallContext call_context)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getId
Synopsis
public java.lang.String getId ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getDebugId
Synopsis
public java.lang.String getDebugId ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getReference
Synopsis
public com.sphenon.ui.frontends.alf.classes.ALFComponentReference getReference ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/setReference
Synopsis
public void setReference (com.sphenon.ui.frontends.alf.classes.ALFComponentReference reference)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getTopLevel
Synopsis
public boolean getTopLevel (CallContext context)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/setTopLevel
Synopsis
public void setTopLevel (CallContext context, boolean top_level)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/isConnectedToTopLevel
Synopsis
public boolean isConnectedToTopLevel (CallContext context)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getParent
Synopsis
public com.sphenon.ui.frontends.alf.components.ALFComponent getParent ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/setParent
Synopsis
public void setParent (ALFComponent new_parent)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_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/classes/Class_ALFComponent/getParentByClass
Synopsis
public com.sphenon.ui.frontends.alf.components.ALFComponent getParentByClass (java.lang.Class[] parent_classes)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/findInContextById
Synopsis
public com.sphenon.ui.frontends.alf.components.ALFComponent findInContextById (String id)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/findChildById
Synopsis
public com.sphenon.ui.frontends.alf.components.ALFComponent findChildById (String id)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getChilds
Synopsis
public java.util.List getChilds ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/setChilds
Synopsis
public void setChilds (java.util.List childs)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/addChild
Synopsis
public void addChild (ALFComponent child)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/removeChild
Synopsis
public void removeChild (ALFComponent child)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getVisibleParent
Synopsis
public com.sphenon.ui.frontends.alf.components.ALFComponent getVisibleParent ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/setVisibleParent
Synopsis
public void setVisibleParent (ALFComponent visible_parent)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getRoot
Synopsis
public com.sphenon.ui.frontends.alf.components.ALFComponent getRoot ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/isRoot
Synopsis
public boolean isRoot ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getLocator
Synopsis
public java.lang.String getLocator ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/defaultLocator
Synopsis
public java.lang.String defaultLocator ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/setLocator
Synopsis
public void setLocator (String locator)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getAccessedBy
Synopsis
public java.lang.String getAccessedBy ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/defaultAccessedBy
Synopsis
public java.lang.String defaultAccessedBy ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/setAccessedBy
Synopsis
public void setAccessedBy (String accessed_by)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getAccessedByOverride
Synopsis
public java.lang.String getAccessedByOverride ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getAdditionalRenderedStyle
Synopsis
public java.lang.String getAdditionalRenderedStyle (CallContext context)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/defaultAdditionalRenderedStyle
Synopsis
public java.lang.String defaultAdditionalRenderedStyle (CallContext context)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/setAdditionalRenderedStyle
Synopsis
public void setAdditionalRenderedStyle (CallContext context, String additional_rendered_style)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getComponentContext
Synopsis
public synchronized com.sphenon.basics.context.CallContext getComponentContext ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/setComponentContext
Synopsis
public void setComponentContext (CallContext component_context)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/setEntityStylesAlreadyOnStack
Synopsis
public void setEntityStylesAlreadyOnStack ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getALFContext
Synopsis
public com.sphenon.ui.frontends.alf.ALFContext getALFContext ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getEntity
Synopsis
public com.sphenon.ui.vui.VUIEntity getEntity (CallContext context)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/setEntity
Synopsis
public void setEntity (CallContext context, VUIEntity provided_entity)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getObjectIds
Synopsis
public static java.lang.String[] getObjectIds (CallContext context, VUIEntity e)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getObjectIds
Synopsis
public java.lang.String[] getObjectIds (CallContext context)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getTag
Synopsis
public java.lang.String getTag (CallContext context)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getEquipmentInterpreter
Synopsis
public com.sphenon.ui.vui.VUIEquipmentInterpreter getEquipmentInterpreter (VUIViewContextCategory vvcc)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getViewContextCategory
Synopsis
public com.sphenon.ui.vui.VUIViewContextCategory getViewContextCategory ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/prepare
Synopsis
public synchronized void prepare ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getComponentByPath
Synopsis
public com.sphenon.ui.frontends.alf.components.ALFComponent getComponentByPath (String component_path)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/setNavigationPrefix
Synopsis
public synchronized void setNavigationPrefix (String navigation_prefix)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getNavigationPrefix
Synopsis
public java.lang.String getNavigationPrefix ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/setNavigationPath
Synopsis
public synchronized void setNavigationPath (String navigation_path)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getNavigationPath
Synopsis
public java.lang.String getNavigationPath ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getDebugNotifications
Synopsis
public java.util.List getDebugNotifications ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/addDebugNotification
Synopsis
public void addDebugNotification (ProblemState problem_state, String message, java.lang.Object[] attributes)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getUserNotifications
Synopsis
public java.util.List getUserNotifications ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/addUserNotification
Synopsis
public void addUserNotification (ProblemState problem_state, String message, java.lang.Object[] attributes)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/addToContainer
Synopsis
public void addToContainer (ALFContainer container)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/isModified
Synopsis
public boolean isModified ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/clearModified
Synopsis
public void clearModified ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/setModified
Synopsis
public void setModified ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/getModifiedOnes
Synopsis
public java.util.Set getModifiedOnes ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/clearModifiedOnes
Synopsis
public void clearModifiedOnes ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/handleEntityEvent
Synopsis
public synchronized void handleEntityEvent (CallContext context, ChangeEvent event)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/destroy
Synopsis
public void destroy ()
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/processParameters
Synopsis
public boolean processParameters (java.util.Map parameters, java.util.Map dmos)
//Artefact:Method/com/sphenon/ui/frontends/alf/components/classes/Class_ALFComponent/jsonSerialise
Synopsis
public synchronized void jsonSerialise (CallContext call_context, JSONSerialiser serialiser)