IDEMPIERE-2902 UX: Implement Radio buttons (#340)
Fix zoomable label decoration
This commit is contained in:
parent
c02dde975b
commit
59bd3ab106
|
@ -62,7 +62,7 @@ import org.zkoss.zul.Radiogroup;
|
|||
* @author hengsin
|
||||
*
|
||||
*/
|
||||
public class WRadioGroupEditor extends WEditor implements ContextMenuListener, ListDataListener
|
||||
public class WRadioGroupEditor extends WEditor implements ContextMenuListener, ListDataListener, IZoomableEditor
|
||||
{
|
||||
public final static String[] LISTENER_EVENTS = {Events.ON_CHECK};
|
||||
|
||||
|
|
Loading…
Reference in New Issue