|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Like ModalPageWrapper, but for use in client-side panels.
The invoking page will do:
panelInvokingAction () {
panelComp = pageWithName("SomePanelComp");
return null;
}
And, in ParentPage.awl:
<a:InstanceInclude instance="$panelComp"/>
And then, in SomePanelComp.awl:
<w:ClientPanelWrapper title="Neat Panel" okAction="$someAction">
page content here
</w:ClientPanelWrapper>
This will cause the content of SomePanelComp to be brought up in a modal panel
Bindings | |||
---|---|---|---|
title
|
TBD |
String (get) |
|
editable
|
TBD |
boolean (get) |
|
okHint
|
TBD |
String (get) |
|
okTitle
|
TBD |
String (get) |
|
cancelHint
|
TBD |
String (get) |
|
okAction
|
TBD |
AWResponseGenerating (get) |
|
cancelAction
|
TBD |
AWResponseGenerating (get) |
|
cancelTitle
|
TBD |
String (get) |
|
doneHint
|
TBD |
String (get) |
|
doneTitle
|
TBD |
String (get) |
Named Content | |
---|---|
buttons |
TBD |
titleArea |
TBD |
bodyArea |
TBD |
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.widgets.ClientPanelWrapper
public class ClientPanelWrapper
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 | |
---|---|
ClientPanelWrapper()
|
Method Summary | |
---|---|
java.lang.Object |
AWEncodedString()
|
AWComponent |
cancelClicked()
|
void |
init()
|
boolean |
isStateless()
Overridden by AWComponent subclasses to indicate whether component instances should be preserved with the page/session (i.e. |
AWComponent |
okClicked()
|
void |
setPanelId(AWEncodedString id)
|
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 static final java.lang.String EnvironmentKey
public AWComponent _bodyTemplateContext
public AWEncodedString _panelId
Constructor Detail |
---|
public ClientPanelWrapper()
Method Detail |
---|
public boolean isStateless()
AWComponent
isStateless
in class AWComponent
public void init()
init
in interface AWObject
init
in class AWComponent
public void setPanelId(AWEncodedString id)
public java.lang.Object AWEncodedString()
public AWComponent okClicked()
public AWComponent cancelClicked()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |