public class DefaultDialogDecorator extends java.lang.Object implements IDialogDecorator
| Constructor and Description |
|---|
DefaultDialogDecorator() |
DefaultDialogDecorator(java.lang.String actionsForm,
java.lang.String bndsAction) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.ecs.html.Div |
getContentDiv(IFlowAsDialog dialog)
Dialog must be rendered using
Base.rendererRaw(net.infordata.ifw2.web.view.IRenderer)
and as top-level ifw2 tag, ie. |
org.apache.ecs.html.Div |
getTitleDiv(IFlowAsDialog dialog) |
public DefaultDialogDecorator()
public DefaultDialogDecorator(java.lang.String actionsForm,
java.lang.String bndsAction)
actionsForm - - the form to bindbndsAction - - the action binded to the title closing button, it up to the
dialog flow to register them.public org.apache.ecs.html.Div getTitleDiv(IFlowAsDialog dialog)
getTitleDiv in interface IDialogDecoratorpublic org.apache.ecs.html.Div getContentDiv(IFlowAsDialog dialog)
IDialogDecoratorBase.rendererRaw(net.infordata.ifw2.web.view.IRenderer)
and as top-level ifw2 tag, ie. it cannot be nested in ifw2 wrapping tags.getContentDiv in interface IDialogDecorator