This class contains com.sun.rave.web.ui.component.util.event.Handler methods that perform component functions.
Default Constructor.
This handler returns the children of the given UIComponent.
UIComponent
Input value: "parent" -- Type: UIComponent
Output value: "children" -- Type: java.util.List
java.util.List
Output value: "size" -- Type: java.lang.Integer
java.lang.Integer
This handler sets a UIComponent attribute / property.
Input value: "component" -- Type: UIComponent
Input value: "property" -- Type: String
String
Input value: "value" -- Type: Object
Object