|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Native HTML input type=submit element (but with AW javascript handlers).
Note: This component is essentially dead: we strongly recommend TextButton in its place.
Bindings | |||
---|---|---|---|
value
|
Determines the text that is displayed for the button. |
String (get) |
|
action
|
Action invoked when the button is clicked. |
AWResponseGenerating (get) |
|
style
|
TBD |
String (get) |
|
disabled
|
TBD |
String (get) |
|
class
|
HTML pass through |
String (get) |
|
title
|
HTML pass through |
String (get) |
|
target
|
TBD |
String (get) |
|
windowAttributes
|
If the target binding is used, you may specify the window attributes with this binding. See book on html/javascript and look for window.open(...) for details. |
String (get) |
|
name
|
TBD |
String (get) |
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.aribaweb.html.AWSubmitButton
public final class AWSubmitButton
Use ariba.ui.widgets.TextButton instead
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 | |
---|---|
AWSubmitButton()
|
Method Summary |
---|
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 |
Constructor Detail |
---|
public AWSubmitButton()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |