Uses of Interface
info.rolandkrueger.roklib.util.bool.IBooleanValueProvider

Packages that use IBooleanValueProvider
info.rolandkrueger.roklib.util.conditionalengine Framework of a conditional engine which provides an object-oriented and event-driven model of boolean expressions. 
info.rolandkrueger.roklib.util.conditionalengine.conditions Concrete implementations of specific conditions which can be used by the conditional engine. 
info.rolandkrueger.roklib.util.groupvisibility Classes for managing whether a component is enabled or visible based on predefined conditions. 
info.rolandkrueger.roklib.webapps.data.conditions Condition objects needed in web applications. 
 

Uses of IBooleanValueProvider in info.rolandkrueger.roklib.util.conditionalengine
 

Classes in info.rolandkrueger.roklib.util.conditionalengine that implement IBooleanValueProvider
 class AbstractCondition
           
 class BooleanExpression
           
 class Condition
           
 class ExternalCondition
          This type of condition is not able to notify listeners when its boolean value has changed since this value is defined externally.
 

Fields in info.rolandkrueger.roklib.util.conditionalengine declared as IBooleanValueProvider
private  IBooleanValueProvider ExternalCondition.mValueProvider
           
 

Constructors in info.rolandkrueger.roklib.util.conditionalengine with parameters of type IBooleanValueProvider
ExternalCondition(IBooleanValueProvider valueProvider)
           
 

Uses of IBooleanValueProvider in info.rolandkrueger.roklib.util.conditionalengine.conditions
 

Classes in info.rolandkrueger.roklib.util.conditionalengine.conditions that implement IBooleanValueProvider
 class HasState<S extends State<?>>
           
 

Uses of IBooleanValueProvider in info.rolandkrueger.roklib.util.groupvisibility
 

Classes in info.rolandkrueger.roklib.util.groupvisibility that implement IBooleanValueProvider
static class RadioComponentGroupManager.RadioComponentSwitch
           
 

Uses of IBooleanValueProvider in info.rolandkrueger.roklib.webapps.data.conditions
 

Classes in info.rolandkrueger.roklib.webapps.data.conditions that implement IBooleanValueProvider
 class HasRole<KeyClass,UserData>
           
 



Copyright © 2007-2011. All Rights Reserved.