Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 911 → Rev 912

/trunk/src/org/tela_botanica/client/vues/Formulaire.java
133,7 → 133,7
* @param labelAlign alignement des labels
* @return
*/
protected static FormLayout creerFormLayout(Integer labelWidth, LabelAlign labelAlign) {
public static FormLayout creerFormLayout(Integer labelWidth, LabelAlign labelAlign) {
FormLayout formLayout = new FormLayout();
if (labelWidth != null) {
formLayout.setLabelWidth(labelWidth);