org.jbpm.form.builder.services.model.items
public class AbsolutePanelRepresentation extends FormItemRepresentation
Modifier and Type | Class and Description |
---|---|
static class |
AbsolutePanelRepresentation.Position |
Constructor and Description |
---|
AbsolutePanelRepresentation() |
Modifier and Type | Method and Description |
---|---|
void |
addItem(FormItemRepresentation rep,
int x,
int y) |
boolean |
equals(Object obj) |
Map<String,Object> |
getDataMap() |
String |
getId() |
Map<AbsolutePanelRepresentation.Position,FormItemRepresentation> |
getItems() |
int |
hashCode() |
void |
setDataMap(Map<String,Object> data) |
void |
setId(String id) |
addEffectClass, getEffectClasses, getEventActions, getExternal, getHeight, getInput, getItemValidations, getOutput, getTypeId, getWidth, setEffectClasses, setEventActions, setExternal, setHeight, setInput, setItemValidations, setOutput, setWidth
public String getId()
public void setId(String id)
public void addItem(FormItemRepresentation rep, int x, int y)
public Map<AbsolutePanelRepresentation.Position,FormItemRepresentation> getItems()
public Map<String,Object> getDataMap()
getDataMap
in interface Mappable
getDataMap
in class FormItemRepresentation
public void setDataMap(Map<String,Object> data) throws FormEncodingException
setDataMap
in interface Mappable
setDataMap
in class FormItemRepresentation
FormEncodingException
public boolean equals(Object obj)
equals
in class FormItemRepresentation
public int hashCode()
hashCode
in class FormItemRepresentation
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.