org.jbpm.form.builder.services.model.items
public class BorderPanelRepresentation extends FormItemRepresentation
Modifier and Type | Class and Description |
---|---|
static class |
BorderPanelRepresentation.Position |
Constructor and Description |
---|
BorderPanelRepresentation() |
Modifier and Type | Method and Description |
---|---|
Map<BorderPanelRepresentation.Position,FormItemRepresentation> |
getItems() |
FormItemRepresentation |
putItem(BorderPanelRepresentation.Position key,
FormItemRepresentation value) |
void |
setItems(Map<BorderPanelRepresentation.Position,FormItemRepresentation> items) |
addEffectClass, equals, getDataMap, getEffectClasses, getEventActions, getExternal, getHeight, getInput, getItemValidations, getOutput, getTypeId, getWidth, hashCode, setDataMap, setEffectClasses, setEventActions, setExternal, setHeight, setInput, setItemValidations, setOutput, setWidth
public Map<BorderPanelRepresentation.Position,FormItemRepresentation> getItems()
public void setItems(Map<BorderPanelRepresentation.Position,FormItemRepresentation> items)
public FormItemRepresentation putItem(BorderPanelRepresentation.Position key, FormItemRepresentation value)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.