|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Examples:
<w:ModalWindowLink id="foo">
Click this to see ModalDialogBox "foo"
</w:ModalWindowLink>
<w:ModalWindowLink id="foo">
This is the content of ModalDialogBox foo
</w:ModalWindowLink>
Bindings | |||
---|---|---|---|
action
|
TBD |
AWResponseGenerating (get) |
|
omitTags
|
TBD |
boolean (get) |
|
size
|
There are three standard sizes: "small", "medium", "large" |
String (get) |
|
height
|
Overrides the default height. A value less than 1 is treated as a fraction of the window height. Otherwise, it specifies the height in pixels. |
String (get) |
|
width
|
Overrides the default width. A value less than 1 is treated as a fraction of the window width. Otherwise, it specifies the width in pixels. |
String (get) |
|
windowOpen
|
TBD |
void (get) |
|
windowRefresh
|
TBD |
void (get) |
|
windowCloseAction
|
Action invoked when the modal window closes. |
AWResponseGenerating (get) |
|
tile
|
TBD |
boolean (get) |
|
submitForm
|
TBD |
boolean (get) |
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.widgets.ModalWindowLink
public final class ModalWindowLink
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ariba.ui.aribaweb.core.AWComponent |
---|
AWComponent.RenderingFilter, AWComponent.RenderingListener |
Nested classes/interfaces inherited from interface ariba.ui.aribaweb.core.AWResponseGenerating |
---|
AWResponseGenerating.ResponseSubstitution |
Constructor Summary | |
---|---|
ModalWindowLink()
|
Method Summary | |
---|---|
void |
applyValues(AWRequestContext requestContext,
AWComponent component)
The receiver should take any form values (or query string parameters) that it owns from the AWRequestContext.request() . |
java.lang.String |
height()
|
AWComponent |
invokeAction()
|
AWResponseGenerating |
invokeAction(AWRequestContext requestContext,
AWComponent component)
The receiver should determine if it is the intended recipient of the current action (by checking the AWRequestContext.request() AWRequest.senderId() ) and,
if so, handle the action and return the result. |
boolean |
isRefreshRequest()
|
boolean |
isStateless()
Overridden by AWComponent subclasses to indicate whether component instances should be preserved with the page/session (i.e. |
void |
renderResponse(AWRequestContext requestContext,
AWComponent component)
The receiver should render its content to the AWRequestContext.response() |
void |
sleep()
|
java.lang.String[] |
supportedBindingNames()
|
boolean |
tile()
|
java.lang.String |
width()
|
Methods inherited from class ariba.ui.aribaweb.util.AWBaseObject |
---|
debugString, getFieldValue, isKindOfClass, localizedJavaString, logString, logWarning, setFieldValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ariba.ui.aribaweb.util.AWObject |
---|
getFieldValue, isKindOfClass, setFieldValue |
Field Detail |
---|
public AWEncodedString _elementId
Constructor Detail |
---|
public ModalWindowLink()
Method Detail |
---|
public boolean isStateless()
AWComponent
isStateless
in class AWComponent
public java.lang.String[] supportedBindingNames()
supportedBindingNames
in class AWComponent
public void sleep()
public void renderResponse(AWRequestContext requestContext, AWComponent component)
AWCycleable
AWRequestContext.response()
renderResponse
in interface AWCycleable
renderResponse
in class AWComponent
requestContext
- the context for the current request.component
- the current parent componentpublic boolean isRefreshRequest()
public void applyValues(AWRequestContext requestContext, AWComponent component)
AWCycleable
AWRequestContext.request()
.
applyValues
in interface AWCycleable
applyValues
in class AWComponent
requestContext
- the context for the current request.component
- the current parent componentpublic AWResponseGenerating invokeAction(AWRequestContext requestContext, AWComponent component)
AWCycleable
AWRequestContext.request()
AWRequest.senderId()
) and,
if so, handle the action and return the result.
invokeAction
in interface AWCycleable
invokeAction
in class AWComponent
requestContext
- the context for the current request.component
- the current parent component
public AWComponent invokeAction()
public java.lang.String height()
public java.lang.String width()
public boolean tile()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |