Ver código fonte

temporarily disabled focus-button from feature browser until #211 is fixed

svn changeset:347/svn branch:toolkit
tags/6.7.0.beta1
Joonas Lehtinen 17 anos atrás
pai
commit
8385dfce5f

+ 3
- 0
src/com/itmill/toolkit/demo/features/PropertyPanel.java Ver arquivo

@@ -307,12 +307,15 @@ public class PropertyPanel

/** Field special properties */
private void addFieldProperties() {
// TODO This is temporarily disabled, until bug #211 is fixed
/*
Form set = new Form(new GridLayout(COLUMNS, 1));
set.addField("focus", new Button("Focus", objectToConfigure, "focus"));
set.getField("focus").setDescription(
"Focus the cursor to this field. Not all "
+ "components and/or terminals support this feature.");
addProperties("Field Features", set);
*/
}

/** Add and remove some miscellaneous example component to/from component container */

Carregando…
Cancelar
Salvar