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