Package com.sencha.gxt.widget.core.client.button.IconButton

Examples of com.sencha.gxt.widget.core.client.button.IconButton.IconConfig


  }

  @Override
  public IconConfig right()
  {
    return new IconConfig(DkMain.style().buttonRight());
  }
View Full Code Here


  }

  @Override
  public IconConfig up()
  {
    return new IconConfig(DkMain.style().buttonUp());
  }
View Full Code Here

  }

  @Override
  public IconConfig left()
  {
    return new IconConfig(DkMain.style().buttonLeft());
  }
View Full Code Here

  }

  @Override
  public IconConfig bottom()
  {
    return new IconConfig(DkMain.style().buttonBottom());
  }
View Full Code Here

TOP

Related Classes of com.sencha.gxt.widget.core.client.button.IconButton.IconConfig

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.