org.jbpm.form.builder.services.model.items
public class ConditionalBlockRepresentation extends FormItemRepresentation
Constructor and Description |
---|
ConditionalBlockRepresentation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCondition() |
Map<String,Object> |
getDataMap() |
FormItemRepresentation |
getElseBlock() |
FormItemRepresentation |
getIfBlock() |
int |
hashCode() |
void |
setCondition(String condition) |
void |
setDataMap(Map<String,Object> data) |
void |
setElseBlock(FormItemRepresentation elseBlock) |
void |
setIfBlock(FormItemRepresentation ifBlock) |
addEffectClass, getEffectClasses, getEventActions, getExternal, getHeight, getInput, getItemValidations, getOutput, getTypeId, getWidth, setEffectClasses, setEventActions, setExternal, setHeight, setInput, setItemValidations, setOutput, setWidth
public FormItemRepresentation getIfBlock()
public void setIfBlock(FormItemRepresentation ifBlock)
public FormItemRepresentation getElseBlock()
public void setElseBlock(FormItemRepresentation elseBlock)
public String getCondition()
public void setCondition(String condition)
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.