"optionsDefinition.options")));
menuform.add(new Label("optionLabel",new ResourceModel("menu.option")));
menuform.add(new TextField("depthField", new PropertyModel(this,
"optionsDefinition.depth")));
menuform.add(new Label("depthLabel",new ResourceModel("menu.depth")));
menuform.add(new CheckBox("pathField", new PropertyModel(this,
"optionsDefinition.paths")));
menuform.add(new Label("pathLabel",new ResourceModel("menu.path")));
menuform.add(new CheckBox("regExpField", new PropertyModel(this,
"optionsDefinition.regexp")));
menuform.add(new Label("regExpLabel",new ResourceModel("menu.regExp")));
menuform.add(new TextField("profileField", new PropertyModel(this,
"optionsDefinition.profile")));
menuform.add(new Label("profileLabel",new ResourceModel("menu.profile")));