|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
BucketItem is a sub-item for a BucketHeading in a BucketsTOC.
See Also BucketsTOC and BucketHeading.
Bindings | |||
---|---|---|---|
action
|
The action to fire when the BucketItem is clicked. |
AWResponseGenerating (get) |
|
pageName
|
The name of the response page for when the BucketItem is clicked. This is provided for convenience as an alternative to "action" since it doesn't require implementation of any java method. Its rarely used, though since you usually need to get involved in the action before transitioning to another page. |
String (get) |
|
flashing
|
If desired, the BucketItem can be made to flash repeatedly while the page is displaying. You may want to do this for for the BucketItem which corresponds to the current page. |
boolean (get) |
|
flashSet
|
If you enable flashing, this control the number of times the flashing will occur. |
int (get) |
|
label
*
|
The string which displays on the item and is clickable. (This also serves as the id for the element) |
String (get) |
|
labelRight
|
The strings that displays on the right side of the BucketItem. This is often used to display counts of items under this heading. |
String (get) |
|
isSelected
|
TBD |
boolean (get) |
|
submitForm
|
If the BucketItem is within an AWForm and you do not provide the submitForm binding this will automatically submit. If you do provide the binding, your value takes precedence. See AWHyperlink for more. |
boolean (get) |
|
enabled
|
Controls if the BucketItem is clickable. |
boolean (get) |
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.widgets.BucketItem
public final class BucketItem
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 | |
---|---|
BucketItem()
|
Method Summary | |
---|---|
java.lang.String |
behaviorName()
|
boolean |
disabled()
|
boolean |
hasForm()
|
AWResponseGenerating |
linkClicked()
|
void |
renderResponse(AWRequestContext requestContext,
AWComponent component)
The receiver should render its content to the AWRequestContext.response() |
AWEncodedString |
styleClass()
|
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 _labelRight
public AWEncodedString _spaceRight
Constructor Detail |
---|
public BucketItem()
Method Detail |
---|
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 AWEncodedString styleClass()
public java.lang.String behaviorName()
public boolean hasForm()
public boolean disabled()
public AWResponseGenerating linkClicked()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |