org.jbpm.model.formapi.shared.api.items
Class BorderPanelRepresentation
java.lang.Object
org.jbpm.model.formapi.shared.api.FormItemRepresentation
org.jbpm.model.formapi.shared.api.items.BorderPanelRepresentation
- All Implemented Interfaces:
- Mappable
public class BorderPanelRepresentation
- extends FormItemRepresentation
| Methods inherited from class org.jbpm.model.formapi.shared.api.FormItemRepresentation |
addEffectClass, equals, getDataMap, getEffectClasses, getEventActions, getExternal, getHeight, getInput, getItemClassName, getItemValidations, getOutput, getTypeId, getWidth, hashCode, setDataMap, setEffectClasses, setEventActions, setExternal, setHeight, setInput, setItemValidations, setOutput, setWidth |
BorderPanelRepresentation
public BorderPanelRepresentation()
getItems
public Map<BorderPanelRepresentation.Position,FormItemRepresentation> getItems()
setItems
public void setItems(Map<BorderPanelRepresentation.Position,FormItemRepresentation> items)
putItem
public FormItemRepresentation putItem(BorderPanelRepresentation.Position key,
FormItemRepresentation value)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.