All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sencha.gxt.theme.base.client.field.RadioDefaultAppearance Maven / Gradle / Ivy

/**
 * Ext GWT 3.0.0-beta2 - Ext for GWT
 * Copyright(c) 2007-2011, Sencha, Inc.
 * [email protected]
 *
 * http://sencha.com/license
 */
package com.sencha.gxt.theme.base.client.field;

import com.sencha.gxt.cell.core.client.form.RadioCell.RadioAppearance;

public class RadioDefaultAppearance extends CheckBoxDefaultAppearance implements RadioAppearance {

  public RadioDefaultAppearance() {
    super();
    type = "radio";
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy