Uses of Interface
de.uplanet.lucy.server.rtcache.ControlInfo
Packages that use ControlInfo
-
Uses of ControlInfo in de.uplanet.lucy.server.rtcache.scripting.velocity
Methods in de.uplanet.lucy.server.rtcache.scripting.velocity that return ControlInfoModifier and TypeMethodDescriptionVelocityRtCache.getControl
(String p_strGuid) Get the control with the given unique identifier.VelocityRtCache.getFirstControl
(IFilter<ControlInfo> p_filter) Get the firstControlInfo
object that is accepted by the given filter.Methods in de.uplanet.lucy.server.rtcache.scripting.velocity that return types with arguments of type ControlInfoModifier and TypeMethodDescriptionVelocityRtCache.getControls()
Get all controls.VelocityRtCache.getControls
(IFilter<ControlInfo> p_filter) Get allControlInfo
objects that are accepted by the given filter.Method parameters in de.uplanet.lucy.server.rtcache.scripting.velocity with type arguments of type ControlInfoModifier and TypeMethodDescriptionVelocityRtCache.getControls
(IFilter<ControlInfo> p_filter) Get allControlInfo
objects that are accepted by the given filter.VelocityRtCache.getFirstControl
(IFilter<ControlInfo> p_filter) Get the firstControlInfo
object that is accepted by the given filter.