Uses of Interface
de.uplanet.lucy.server.rtcache.ControlInfo
-
Packages that use ControlInfo Package Description de.uplanet.lucy.server.rtcache.scripting.velocity -
-
Uses of ControlInfo in de.uplanet.lucy.server.rtcache.scripting.velocity
Methods in de.uplanet.lucy.server.rtcache.scripting.velocity that return ControlInfo Modifier and Type Method Description ControlInfoVelocityRtCache. getControl(String p_strGuid)Get the control with the given unique identifier.ControlInfoVelocityRtCache. getFirstControl(IFilter<ControlInfo> p_filter)Get the firstControlInfoobject that is accepted by the given filter.Methods in de.uplanet.lucy.server.rtcache.scripting.velocity that return types with arguments of type ControlInfo Modifier and Type Method Description Map<String,ControlInfo>VelocityRtCache. getControls()Get all controls.List<ControlInfo>VelocityRtCache. getControls(IFilter<ControlInfo> p_filter)Get allControlInfoobjects that are accepted by the given filter.Method parameters in de.uplanet.lucy.server.rtcache.scripting.velocity with type arguments of type ControlInfo Modifier and Type Method Description List<ControlInfo>VelocityRtCache. getControls(IFilter<ControlInfo> p_filter)Get allControlInfoobjects that are accepted by the given filter.ControlInfoVelocityRtCache. getFirstControl(IFilter<ControlInfo> p_filter)Get the firstControlInfoobject that is accepted by the given filter.
-