|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContainerWidget
Interface to be implemented by Widgets which contain other widgets.
Method Summary | |
---|---|
void |
addWidget(Widget widget)
Adds a child widget. |
Iterator |
getChildren()
Returns an iterator over the widgets this object contains |
Widget |
getWidget(String id)
Gets the child widget with the given id. |
boolean |
hasWidget(String id)
Checks if there is a child widget with the given id. |
Methods inherited from interface org.apache.cocoon.woody.formmodel.Widget |
---|
broadcastEvent, generateLabel, generateSaxFragment, getForm, getFullyQualifiedId, getId, getLocation, getNamespace, getParent, getValue, isRequired, readFromRequest, setParent, setValue, validate |
Method Detail |
---|
void addWidget(Widget widget)
boolean hasWidget(String id)
Widget getWidget(String id)
getWidget
in interface Widget
Iterator getChildren()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |