You Imagine We Build!!
Focusing problem solving with bird's-eye view & ground level implementation.
Monday, February 4, 2013
Radio Button Value Change Listener Method for an attribute with (Yes,No LOV)
public void onRadioSelectValueChange(ValueChangeEvent valueChangeEvent) {
// Add event code here...
if (valueChangeEvent.getNewValue() != null &&
valueChangeEvent.getNewValue().toString().equals("0")) {
// Enters the loop if NO is selected
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment