|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWidget
Represents a tapestry component that delegates part of its functionality / UI to a corresponding browser dojo widget instance.
Method Summary | |
---|---|
void |
renderWidget(IMarkupWriter writer,
IRequestCycle cycle)
Similar to the semantics involved with normal AbstractComponent.renderComponent
method writing component state to the output stream. |
Methods inherited from interface org.apache.tapestry.IDirectEvent |
---|
isStateful, triggerEvent |
Methods inherited from interface org.apache.tapestry.IComponent |
---|
addAsset, addBody, addComponent, enterActiveState, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, getExtendedId, getId, getIdPath, getListeners, getMessages, getNamespace, getPage, getSpecification, getSpecifiedId, getTemplateTagName, isRendering, peekClientId, renderBody, setBinding, setClientId, setContainedComponent, setContainer, setId, setNamespace, setPage, setTemplateTagName |
Methods inherited from interface org.apache.tapestry.IRender |
---|
render |
Methods inherited from interface org.apache.hivemind.LocationHolder |
---|
setLocation |
Methods inherited from interface org.apache.hivemind.Locatable |
---|
getLocation |
Method Detail |
---|
void renderWidget(IMarkupWriter writer, IRequestCycle cycle)
AbstractComponent.renderComponent
method writing component state to the output stream.
writer
- The markup writer used to write any output.cycle
- The corresponding request.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |