|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TBD
Bindings | |||
---|---|---|---|
label
*
|
TBD |
String (get) |
|
steps
*
|
TBD |
AWOrdererdList (get) |
|
step
*
|
TBD |
Object (set) |
|
stepLabel
*
|
TBD |
String (get) |
|
stepIsNumbered
|
TBD |
boolean (get) |
|
stepIsVisible
|
TBD |
boolean (get) |
|
stepIndex
*
|
TBD |
int (get) |
|
visibleStepCount
*
|
TBD |
int (get) |
|
isClickable
|
TBD |
boolean (get) |
|
stepAction
*
|
TBD |
AWResponseGenerating (get) |
|
selectionsLabel
*
|
TBD |
String (get) |
|
showSelections
|
TBD |
boolean (get) |
|
selectionsIcon
|
Note: Although this is declared to be require=false, this is required iff showSelections is true. |
String (get) |
|
selectionsAction
|
Note: Although this is declared to be require=false, this is required iff showSelections is true. |
AWResponseGenerating (get) |
|
selectedStep
*
|
TBD |
Object (both) |
|
selectionsAlt
|
TBD |
String (get) |
|
navigateStepIndexMax
|
Only effective when isClickable=$false. When isClickable=$false, this binding can be used to pass in the index of the max step which is clickable. NOTE: if isClickable="$false" and navigateStepIndexMax is not specified, then none of the steps will be clickable. |
int (get) |
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.widgets.StepByStepTOC
public final class StepByStepTOC
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 | |
---|---|
StepByStepTOC()
|
Method Summary | |
---|---|
java.lang.String |
awname()
|
boolean |
curIsClickable()
|
AWEncodedString |
currentMouseOut()
|
AWEncodedString |
currentMouseOver()
|
java.lang.Boolean |
currentStepIsVisible()
|
AWEncodedString |
currentStepLabel()
|
java.lang.String |
currentStepNumberHint()
|
java.lang.String |
currentStepNumberImageName()
|
boolean |
currentStepSelected()
|
AWEncodedString |
currentStyle()
|
void |
renderResponse(AWRequestContext requestContext,
AWComponent component)
The receiver should render its content to the AWRequestContext.response() |
void |
setCurrentStep(java.lang.Object step)
|
AWResponseGenerating |
stepClicked()
|
java.lang.String |
verticalLineImageName()
|
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 java.lang.Object _showSelections
public boolean _isClickable
Constructor Detail |
---|
public StepByStepTOC()
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 void setCurrentStep(java.lang.Object step)
public AWEncodedString currentStyle()
public AWEncodedString currentMouseOver()
public AWEncodedString currentMouseOut()
public java.lang.String verticalLineImageName()
public AWEncodedString currentStepLabel()
public java.lang.String currentStepNumberImageName()
public java.lang.String currentStepNumberHint()
public java.lang.Boolean currentStepIsVisible()
public AWResponseGenerating stepClicked()
public boolean curIsClickable()
public boolean currentStepSelected()
public java.lang.String awname()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |