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 ControlInfo
VelocityRtCache. getControl(String p_strGuid)
Get the control with the given unique identifier.ControlInfo
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 ControlInfo Modifier and Type Method Description Map<String,ControlInfo>
VelocityRtCache. getControls()
Get all controls.List<ControlInfo>
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 ControlInfo Modifier and Type Method Description List<ControlInfo>
VelocityRtCache. getControls(IFilter<ControlInfo> p_filter)
Get allControlInfo
objects that are accepted by the given filter.ControlInfo
VelocityRtCache. getFirstControl(IFilter<ControlInfo> p_filter)
Get the firstControlInfo
object that is accepted by the given filter.
-