Uses of Class
org.jbpm.formapi.shared.menu.MenuItemDescription

Packages that use MenuItemDescription
org.jbpm.formapi.client.form   
org.jbpm.formapi.server.form   
org.jbpm.formapi.shared.form   
 

Uses of MenuItemDescription in org.jbpm.formapi.client.form
 

Methods in org.jbpm.formapi.client.form that return types with arguments of type MenuItemDescription
 Map<String,List<MenuItemDescription>> FormRepresentationDecoderClient.decodeMenuItemsMap(String json)
           
 

Uses of MenuItemDescription in org.jbpm.formapi.server.form
 

Methods in org.jbpm.formapi.server.form that return types with arguments of type MenuItemDescription
 Map<String,List<MenuItemDescription>> FormRepresentationDecoderImpl.decodeMenuItemsMap(String json)
           
 

Uses of MenuItemDescription in org.jbpm.formapi.shared.form
 

Methods in org.jbpm.formapi.shared.form that return types with arguments of type MenuItemDescription
 Map<String,List<MenuItemDescription>> FormRepresentationDecoder.decodeMenuItemsMap(String json)
           
 

Method parameters in org.jbpm.formapi.shared.form with type arguments of type MenuItemDescription
 String FormRepresentationEncoder.encodeMenuItemsMap(Map<String,List<MenuItemDescription>> items)
           
 String AbstractFormRepresentationEncoder.encodeMenuItemsMap(Map<String,List<MenuItemDescription>> items)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.