public class CommandButtonTestBean extends Object implements Serializable
| Constructor and Description |
|---|
CommandButtonTestBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
action()
Executes the action.
|
void |
actionListener(javax.faces.event.ActionEvent actionEvent)
Executes the actionListener by logging a message.
|
boolean |
isFormReadonly()
Determines whether the form is readonly or not.
|
void |
setFormReadonly(boolean readOnlyForm)
Sets the form to be readonly or not.
|
public boolean isFormReadonly()
public void setFormReadonly(boolean readOnlyForm)
readOnlyForm - True when readonly, otherwise false.public String action()
public void actionListener(javax.faces.event.ActionEvent actionEvent)
actionEvent - The ActionEvent.Copyright © 2008–2018. All rights reserved.