|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A "portlet window" style title bar / content wrapper
Bindings | |||
---|---|---|---|
title
|
Portlet title string |
String (get) |
|
portletStyle
|
"Normal" or "TOC". Defaults based on env.portletWidth == "narrow" |
String (get) |
|
isMinimized
|
Should portlet be rendered as minimized |
boolean (get) |
|
toggleMinMaxAction
|
Called to toggle minimization |
void (get) |
|
closeAction
|
Called when user clicks close box |
void (get) |
|
disableDragDrop
|
Allow drag and drop of portlets? |
boolean (get) |
|
dragAction
|
Called when portlet dragged |
void (get) |
|
dropAction
|
Called when portlet dragged |
AWResponseGenerating (get) |
Named Content | |
---|---|
actions |
Content for the upper-right area of the title bar (e.g. an options menu) |
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.widgets.PortletWrapper
public class PortletWrapper
Nested Class Summary | |
---|---|
static class |
PortletWrapper.PortletStyle
|
static class |
PortletWrapper.TOCStyle
|
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 | |
---|---|
PortletWrapper()
|
Method Summary | |
---|---|
java.lang.String |
minMaxButtonImage()
|
PortletWrapper.PortletStyle |
portletStyle()
|
void |
sleep()
|
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 PortletWrapper.PortletStyle _DefaultStyle
public static PortletWrapper.PortletStyle _TOCStyle
Constructor Detail |
---|
public PortletWrapper()
Method Detail |
---|
public void sleep()
public PortletWrapper.PortletStyle portletStyle()
public java.lang.String minMaxButtonImage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |