|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.rave.web.ui.component.util.handlers.ComponentHandlers
public class ComponentHandlers
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 |
|---|
public ComponentHandlers()
Default Constructor.
| Method Detail |
|---|
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
context - The HandlerContext.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
context - The HandlerContext.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||