| java.lang.Object simpleorm.simplewebapp.core.WButton
WButton | public class WButton (Code) | | A button that submits the form.
nameValue is the name of the button that ends up being
the text= in the html.
(Buttons are always created name='W_SubmitButton')
|
disabled | boolean disabled(Code) | | |
pagelet | WPagelet pagelet(Code) | | The pagelet for which this is defined. Must be specified.
|
getExtraHtmlAttributes | public String getExtraHtmlAttributes()(Code) | | |
isDisabled | public boolean isDisabled()(Code) | | |
|
|