wogroovy.additions
Class WOComponentAdditions

java.lang.Object
  extended bywogroovy.additions.WOComponentAdditions

public class WOComponentAdditions
extends Object


Constructor Summary
WOComponentAdditions()
           
 
Method Summary
static boolean booleanValueForBindingWithDefault(WOComponent self, String binding, boolean def)
           
static EOEditingContext ec(WOComponent self)
           
static int intValueForBindingWithDefault(WOComponent self, String binding, int def)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WOComponentAdditions

public WOComponentAdditions()
Method Detail

intValueForBindingWithDefault

public static int intValueForBindingWithDefault(WOComponent self,
                                                String binding,
                                                int def)

booleanValueForBindingWithDefault

public static boolean booleanValueForBindingWithDefault(WOComponent self,
                                                        String binding,
                                                        boolean def)

ec

public static EOEditingContext ec(WOComponent self)