com.sun.rave.web.ui.component.util.handlers
Class ComponentHandlers

java.lang.Object
  extended by com.sun.rave.web.ui.component.util.handlers.ComponentHandlers

public class ComponentHandlers
extends java.lang.Object

This class contains Handler methods that perform component functions.


Constructor Summary
ComponentHandlers()
           Default Constructor.
 
Method Summary
 void getChildren(HandlerContext context)
           This handler returns the children of the given UIComponent.
 void setComponentProperty(HandlerContext context)
           This handler sets a UIComponent attribute / property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentHandlers

public ComponentHandlers()

Default Constructor.

Method Detail

getChildren

public void getChildren(HandlerContext context)

This handler returns the children of the given UIComponent.

Input value: "parent" -- Type: UIComponent

Output value: "children" -- Type: java.util.List

Output value: "size" -- Type: java.lang.Integer

Parameters:
context - The HandlerContext.

setComponentProperty

public void setComponentProperty(HandlerContext context)

This handler sets a UIComponent attribute / property.

Input value: "component" -- Type: UIComponent

Input value: "property" -- Type: String

Input value: "value" -- Type: Object

Parameters:
context - The HandlerContext.