org.jbpm.form.builder.services.model.items
public class MIGPanelRepresentation extends FormItemRepresentation
Constructor and Description |
---|
MIGPanelRepresentation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getBorderWidth() |
Integer |
getCellPadding() |
Integer |
getCellSpacing() |
int |
getColspan(int rowNumber,
int cellNumber) |
Map<String,Object> |
getDataMap() |
List<List<FormItemRepresentation>> |
getElements() |
Integer |
getRows() |
int |
getRowspan(int rowNumber,
int cellNumber) |
String |
getTitle() |
int |
hashCode() |
void |
setBorderWidth(Integer borderWidth) |
void |
setCellPadding(Integer cellPadding) |
void |
setCellSpacing(Integer cellSpacing) |
void |
setDataMap(Map<String,Object> data) |
void |
setElement(int rowNumber,
int cellNumber,
FormItemRepresentation subRep,
int colspan,
int rowspan) |
void |
setRows(Integer rows) |
void |
setTitle(String title) |
addEffectClass, getEffectClasses, getEventActions, getExternal, getHeight, getInput, getItemValidations, getOutput, getTypeId, getWidth, setEffectClasses, setEventActions, setExternal, setHeight, setInput, setItemValidations, setOutput, setWidth
public Integer getRows()
public void setRows(Integer rows)
public Integer getBorderWidth()
public void setBorderWidth(Integer borderWidth)
public Integer getCellSpacing()
public void setCellSpacing(Integer cellSpacing)
public Integer getCellPadding()
public void setCellPadding(Integer cellPadding)
public String getTitle()
public void setTitle(String title)
public void setElement(int rowNumber, int cellNumber, FormItemRepresentation subRep, int colspan, int rowspan)
public List<List<FormItemRepresentation>> getElements()
public int getColspan(int rowNumber, int cellNumber)
public int getRowspan(int rowNumber, int cellNumber)
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.