public interface CommandButtonProps extends EventsMouseProps, EventsKeyProps
Modifier and Type | Method and Description |
---|---|
String |
getOnclick()
Javascript code executed when a pointer button is clicked over this element.
|
String |
getType()
Type of button to create.
|
boolean |
isDisabled()
Flag indicating that this element must never receive focus or be included in a subsequent submit.
|
getOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup
getOnkeydown, getOnkeypress, getOnkeyup
String getType()
boolean isDisabled()
String getOnclick()
getOnclick
in interface EventsMouseProps
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.