|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| 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 interface ariba.ui.aribaweb.core.AWResponseGenerating |
|---|
AWResponseGenerating.ResponseSubstitution |
| Constructor Summary | |
|---|---|
StepByStepTOC()
|
|
| Method Summary | |
|---|---|
String |
awname()
|
boolean |
curIsClickable()
|
AWEncodedString |
currentMouseOut()
|
AWEncodedString |
currentMouseOver()
|
Boolean |
currentStepIsVisible()
|
AWEncodedString |
currentStepLabel()
|
String |
currentStepNumberHint()
|
String |
currentStepNumberImageName()
|
boolean |
currentStepSelected()
|
AWEncodedString |
currentStyle()
|
void |
renderResponse(AWRequestContext requestContext,
AWComponent component)
The receiver should render its content to the AWRequestContext.response() |
void |
setCurrentStep(Object step)
|
AWResponseGenerating |
stepClicked()
|
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 |
| Methods inherited from interface ariba.ui.aribaweb.util.AWObject |
|---|
getFieldValue, isKindOfClass, setFieldValue |
| Field Detail |
|---|
public Object _showSelections
public boolean _isClickable
| Constructor Detail |
|---|
public StepByStepTOC()
| Method Detail |
|---|
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 void setCurrentStep(Object step)
public AWEncodedString currentStyle()
public AWEncodedString currentMouseOver()
public AWEncodedString currentMouseOut()
public String verticalLineImageName()
public AWEncodedString currentStepLabel()
public String currentStepNumberImageName()
public String currentStepNumberHint()
public Boolean currentStepIsVisible()
public AWResponseGenerating stepClicked()
public boolean curIsClickable()
public boolean currentStepSelected()
public String awname()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||