Package org.gwt.mosaic.forms.client.layout

Examples of org.gwt.mosaic.forms.client.layout.CellConstraints$Alignment


   * @param encodedConstraints a string representation for the constraints
   * @return the added separator
   */
  public final Widget addSeparator(String textWithMnemonic,
      String encodedConstraints) {
    return addSeparator(textWithMnemonic, new CellConstraints(
        encodedConstraints));
  }
View Full Code Here

TOP

Related Classes of org.gwt.mosaic.forms.client.layout.CellConstraints$Alignment

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.