org.wicketopia.util
Class ContextualBoolean

java.lang.Object
  extended by org.wicketopia.util.ContextualBoolean

public class ContextualBoolean
extends Object


Nested Class Summary
static class ContextualBoolean.Aggregator
           
 
Constructor Summary
ContextualBoolean(boolean defaultValue)
           
 
Method Summary
 boolean getValue(Context context)
           
 void setValue(ContextPredicate predicate, boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextualBoolean

public ContextualBoolean(boolean defaultValue)
Method Detail

getValue

public boolean getValue(Context context)

setValue

public void setValue(ContextPredicate predicate,
                     boolean value)


Copyright © 2010-2013. All Rights Reserved.