jBPM distribution 6.0.0.Beta1

Uses of Class
org.jbpm.form.builder.services.model.items.BorderPanelRepresentation.Position

Packages that use BorderPanelRepresentation.Position
org.jbpm.form.builder.services.model.items   
 

Uses of BorderPanelRepresentation.Position in org.jbpm.form.builder.services.model.items
 

Methods in org.jbpm.form.builder.services.model.items that return BorderPanelRepresentation.Position
static BorderPanelRepresentation.Position BorderPanelRepresentation.Position.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BorderPanelRepresentation.Position[] BorderPanelRepresentation.Position.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jbpm.form.builder.services.model.items that return types with arguments of type BorderPanelRepresentation.Position
 Map<BorderPanelRepresentation.Position,FormItemRepresentation> BorderPanelRepresentation.getItems()
           
 

Methods in org.jbpm.form.builder.services.model.items with parameters of type BorderPanelRepresentation.Position
 FormItemRepresentation BorderPanelRepresentation.putItem(BorderPanelRepresentation.Position key, FormItemRepresentation value)
           
 

Method parameters in org.jbpm.form.builder.services.model.items with type arguments of type BorderPanelRepresentation.Position
 void BorderPanelRepresentation.setItems(Map<BorderPanelRepresentation.Position,FormItemRepresentation> items)
           
 


jBPM distribution 6.0.0.Beta1

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