org.apache.hupa.widgets.ui.impl
Class RndPanelGeneratorImplIE
java.lang.Object
org.apache.hupa.widgets.ui.impl.RndPanelGeneratorImplIE
- All Implemented Interfaces:
- RndPanelGenerator
public class RndPanelGeneratorImplIE
- extends Object
- implements RndPanelGenerator
Generator of rounded panels using cobogw library.
It decorates the panel adding html elements because IE
doesn't support css rounded corners.
TODO: look for a way to make border color configurable in css
Method Summary |
com.google.gwt.user.client.ui.FlowPanel |
createPanel()
|
com.google.gwt.user.client.ui.Widget |
roundPanel(com.google.gwt.user.client.ui.Panel panel)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RndPanelGeneratorImplIE
public RndPanelGeneratorImplIE()
createPanel
public com.google.gwt.user.client.ui.FlowPanel createPanel()
- Specified by:
createPanel
in interface RndPanelGenerator
roundPanel
public com.google.gwt.user.client.ui.Widget roundPanel(com.google.gwt.user.client.ui.Panel panel)
- Specified by:
roundPanel
in interface RndPanelGenerator
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.