org.jbpm.form.builder.services.model.items
public class MenuPanelRepresentation extends FormItemRepresentation
Constructor and Description |
---|
MenuPanelRepresentation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCssClassName() |
Map<String,Object> |
getDataMap() |
String |
getDir() |
String |
getId() |
List<FormItemRepresentation> |
getItems() |
String |
getType() |
int |
hashCode() |
void |
setCssClassName(String cssClassName) |
void |
setDataMap(Map<String,Object> data) |
void |
setDir(String dir) |
void |
setId(String id) |
void |
setItems(List<FormItemRepresentation> items) |
void |
setType(String type) |
addEffectClass, getEffectClasses, getEventActions, getExternal, getHeight, getInput, getItemValidations, getOutput, getTypeId, getWidth, setEffectClasses, setEventActions, setExternal, setHeight, setInput, setItemValidations, setOutput, setWidth
public String getType()
public void setType(String type)
public String getCssClassName()
public void setCssClassName(String cssClassName)
public String getId()
public void setId(String id)
public String getDir()
public void setDir(String dir)
public List<FormItemRepresentation> getItems()
public void setItems(List<FormItemRepresentation> items)
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 int hashCode()
hashCode
in class FormItemRepresentation
public boolean equals(Object obj)
equals
in class FormItemRepresentation
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.