org.jbpm.form.builder.services.model.items
public class TabbedPanelRepresentation extends FormItemRepresentation
Modifier and Type | Class and Description |
---|---|
class |
TabbedPanelRepresentation.IndexedString |
Constructor and Description |
---|
TabbedPanelRepresentation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCssClassName() |
Map<String,Object> |
getDataMap() |
String |
getId() |
Map<TabbedPanelRepresentation.IndexedString,FormItemRepresentation> |
getTabContents() |
List<TabbedPanelRepresentation.IndexedString> |
getTabTitles() |
String |
getTabWidth() |
int |
hashCode() |
void |
putTab(int index,
String tabTitle,
FormItemRepresentation tabContent) |
void |
setCssClassName(String cssClassName) |
void |
setDataMap(Map<String,Object> data) |
void |
setId(String id) |
void |
setTabContents(Map<TabbedPanelRepresentation.IndexedString,FormItemRepresentation> tabContents) |
void |
setTabTitles(List<TabbedPanelRepresentation.IndexedString> tabTitles) |
void |
setTabWidth(String tabWidth) |
addEffectClass, getEffectClasses, getEventActions, getExternal, getHeight, getInput, getItemValidations, getOutput, getTypeId, getWidth, setEffectClasses, setEventActions, setExternal, setHeight, setInput, setItemValidations, setOutput, setWidth
public void putTab(int index, String tabTitle, FormItemRepresentation tabContent)
public List<TabbedPanelRepresentation.IndexedString> getTabTitles()
public void setTabTitles(List<TabbedPanelRepresentation.IndexedString> tabTitles)
public Map<TabbedPanelRepresentation.IndexedString,FormItemRepresentation> getTabContents()
public void setTabContents(Map<TabbedPanelRepresentation.IndexedString,FormItemRepresentation> tabContents)
public String getCssClassName()
public void setCssClassName(String cssClassName)
public String getId()
public void setId(String id)
public String getTabWidth()
public void setTabWidth(String tabWidth)
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
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.