Uses of Class
org.jbpm.model.formapi.shared.api.items.BorderPanelRepresentation.Position

Packages that use BorderPanelRepresentation.Position
org.jbpm.model.formapi.shared.api.items   
org.jbpm.model.formbuilder.client.form.items   
 

Uses of BorderPanelRepresentation.Position in org.jbpm.model.formapi.shared.api.items
 

Methods in org.jbpm.model.formapi.shared.api.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.model.formapi.shared.api.items that return types with arguments of type BorderPanelRepresentation.Position
 Map<BorderPanelRepresentation.Position,FormItemRepresentation> BorderPanelRepresentation.getItems()
           
 

Methods in org.jbpm.model.formapi.shared.api.items with parameters of type BorderPanelRepresentation.Position
 FormItemRepresentation BorderPanelRepresentation.putItem(BorderPanelRepresentation.Position key, FormItemRepresentation value)
           
 

Method parameters in org.jbpm.model.formapi.shared.api.items with type arguments of type BorderPanelRepresentation.Position
 void BorderPanelRepresentation.setItems(Map<BorderPanelRepresentation.Position,FormItemRepresentation> items)
           
 

Uses of BorderPanelRepresentation.Position in org.jbpm.model.formbuilder.client.form.items
 

Methods in org.jbpm.model.formbuilder.client.form.items that return BorderPanelRepresentation.Position
protected  BorderPanelRepresentation.Position BorderLayoutFormItem.obtainPosition(int x, int y)
           
 

Methods in org.jbpm.model.formbuilder.client.form.items with parameters of type BorderPanelRepresentation.Position
protected  void BorderLayoutFormItem.setDropPosition(BorderPanelRepresentation.Position position)
           
 



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