+ | Search Criteria : |
+
+ <%=select()
+ .id("queryKey")
+ .name("queryKey")
+ .onChange("selectOptions()")
+ .selected(bean.getQueryKey())
+ .className(null)
+ .addOption("")
+ .addOption("Peptides in a Peptide Group", PepDBSchema.COLUMN_PEPTIDE_GROUP_ID)
+ .addOption("Peptides in a Peptide Pool", PepDBSchema.COLUMN_PEPTIDE_POOL_ID)
+ .addOption("Peptides in a Protein Category", PepDBSchema.COLUMN_PROTEIN_CAT_ID)
+ .addOption("Peptides contain Sequence", PepDBSchema.COLUMN_PEPTIDE_SEQUENCE)
+ .addOption("Child Peptides By Parent Sequence", PepDBSchema.COLUMN_PARENT_SEQUENCE)
+ .addOption("Parent Peptides By Child Sequence", PepDBSchema.COLUMN_CHILD_SEQUENCE)
+ %>
+ |
+
+