Uses of Interface
de.uplanet.lucy.server.rtcache.ControlInfo
-
Uses of ControlInfo in de.uplanet.lucy.server.rtcache.scripting.velocity
Modifier 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.Modifier and TypeMethodDescriptionVelocityRtCache.getControls()
Get all controls.VelocityRtCache.getControls
(IFilter<ControlInfo> p_filter) Get allControlInfo
objects that are accepted by the given filter.Modifier 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.