Exemplo n.º 1
0
 public HCRadioButton(@Nonnull final IHCRequestField aRF, @Nullable final String sValue) {
   this(aRF.getFieldName(), sValue, EqualsUtils.equals(sValue, aRF.getRequestValue()));
 }
Exemplo n.º 2
0
 public HCRadioButton(@Nonnull final IHCRequestField aRF) {
   this(aRF.getFieldName(), aRF.getRequestValue());
 }