|
|||||||||
| 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 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(). |
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 preseved with the page/session (i.e. |
void |
renderResponse(AWRequestContext requestContext,
AWComponent component)
The receiver should render its content to the AWRequestContext.response() |
void |
sleep()
|
String[] |
supportedBindingNames()
|
boolean |
tile()
|
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 |
| 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 AWComponentpublic String[] supportedBindingNames()
supportedBindingNames in class AWComponentpublic void sleep()
public void renderResponse(AWRequestContext requestContext,
AWComponent component)
AWCycleableAWRequestContext.response()
renderResponse in interface AWCycleablerenderResponse in class AWComponentrequestContext - the context for the current request.component - the current parent componentpublic boolean isRefreshRequest()
public void applyValues(AWRequestContext requestContext,
AWComponent component)
AWCycleableAWRequestContext.request().
applyValues in interface AWCycleableapplyValues in class AWComponentrequestContext - the context for the current request.component - the current parent component
public AWResponseGenerating invokeAction(AWRequestContext requestContext,
AWComponent component)
AWCycleableAWRequestContext.request() AWRequest.senderId()) and,
if so, handle the action and return the result.
invokeAction in interface AWCycleableinvokeAction in class AWComponentrequestContext - the context for the current request.component - the current parent component
public AWComponent invokeAction()
public String height()
public String width()
public boolean tile()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||