@RequestScoped @Named public class SelectBooleanCheckboxController extends Object implements Serializable
| Constructor and Description |
|---|
SelectBooleanCheckboxController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSelectedItems() |
boolean |
isA() |
boolean |
isB() |
boolean |
isC() |
boolean |
isD() |
boolean |
isE() |
boolean |
isF() |
void |
setA(boolean a) |
void |
setB(boolean b) |
void |
setC(boolean c) |
void |
setD(boolean d) |
void |
setE(boolean e) |
void |
setF(boolean f) |
public boolean isA()
public void setA(boolean a)
public boolean isB()
public void setB(boolean b)
public boolean isC()
public void setC(boolean c)
public boolean isD()
public void setD(boolean d)
public boolean isE()
public void setE(boolean e)
public boolean isF()
public void setF(boolean f)
public String getSelectedItems()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.