jbpm-form-modeler-api 1.0-SNAPSHOT

org.jbpm.formModeler.api.model
Class Field

java.lang.Object
  extended by org.jbpm.formModeler.api.model.Field
All Implemented Interfaces:
Comparable<Field>

public class Field
extends Object
implements Comparable<Field>

Definition of a Form Field.


Nested Class Summary
static class Field.Comparator
           
 
Constructor Summary
Field()
           
 
Method Summary
 Map asMap()
           
 int compareTo(Field o)
           
 boolean equals(Object other)
           
 String getAccesskey()
           
 String getBindingStr()
           
 String getCssStyle()
           
 String getDefaultValueFormula()
           
 Boolean getDisabled()
           
 I18nSet getErrorMessage()
           
 String getFieldFormula()
           
 String getFieldName()
           
 String getFieldPattern()
           
 String getFieldRangeFormula()
           
 Boolean getFieldRequired()
           
 FieldType getFieldType()
           
 Form getForm()
           
 String getFormula()
           
 Boolean getGroupWithPrevious()
           
 String getHeight()
           
 Boolean getHideContent()
           
 String getHtmlContainer()
           
 I18nSet getHtmlContent()
           
 Long getId()
           
 Boolean getIsHTML()
           
 String getItemClassName()
           
 I18nSet getLabel()
           
 String getLabelCSSClass()
           
 String getLabelCSSStyle()
           
 Long getMaxlength()
           
 String getPattern()
           
 int getPosition()
           
 Set getPropertyNames()
           
 String getRangeFormula()
           
 Boolean getReadonly()
           
 String getSize()
           
 String getStyleclass()
           
 Long getTabindex()
           
 I18nSet getTitle()
           
 int hashCode()
           
 void putAll(Field field)
           
 void setAccesskey(String accesskey)
           
 void setBindingStr(String bindingStr)
           
 void setCssStyle(String cssStyle)
           
 void setDefaultValueFormula(String defaultValueFormula)
           
 void setDisabled(Boolean disabled)
           
 void setErrorMessage(I18nSet errorMessage)
           
 void setFieldName(String fieldName)
           
 void setFieldRequired(Boolean fieldRequired)
           
 void setFieldType(FieldType fieldType)
           
 void setForm(Form form)
           
 void setFormula(String formula)
           
 void setGroupWithPrevious(Boolean groupWithPrevious)
           
 void setHeight(String height)
           
 void setHideContent(Boolean hideContent)
           
 void setHtmlContainer(String htmlContainer)
           
 void setHtmlContent(I18nSet htmlContent)
           
 void setId(Long id)
           
 void setIsHTML(Boolean HTML)
           
 void setLabel(I18nSet label)
           
 void setLabelCSSClass(String labelCSSClass)
           
 void setLabelCSSStyle(String labelCSSStyle)
           
 void setMaxlength(Long maxlength)
           
 void setPattern(String pattern)
           
 void setPosition(int position)
           
 void setRangeFormula(String rangeFormula)
           
 void setReadonly(Boolean readonly)
           
 void setSize(String size)
           
 void setStyleclass(String styleclass)
           
 void setTabindex(Long tabindex)
           
 void setTitle(I18nSet title)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Field

public Field()
Method Detail

getId

public Long getId()

getItemClassName

public String getItemClassName()

setId

public void setId(Long id)

getFieldRequired

public Boolean getFieldRequired()

setFieldRequired

public void setFieldRequired(Boolean fieldRequired)

getFieldName

public String getFieldName()

setFieldName

public void setFieldName(String fieldName)

getDisabled

public Boolean getDisabled()

setDisabled

public void setDisabled(Boolean disabled)

getReadonly

public Boolean getReadonly()

setReadonly

public void setReadonly(Boolean readonly)

getSize

public String getSize()

setSize

public void setSize(String size)

getGroupWithPrevious

public Boolean getGroupWithPrevious()

setGroupWithPrevious

public void setGroupWithPrevious(Boolean groupWithPrevious)

getMaxlength

public Long getMaxlength()

setMaxlength

public void setMaxlength(Long maxlength)

getHeight

public String getHeight()

setHeight

public void setHeight(String height)

getCssStyle

public String getCssStyle()

setCssStyle

public void setCssStyle(String cssStyle)

getStyleclass

public String getStyleclass()

setStyleclass

public void setStyleclass(String styleclass)

getFormula

public String getFormula()

setFormula

public void setFormula(String formula)

getPattern

public String getPattern()

setPattern

public void setPattern(String pattern)

getTabindex

public Long getTabindex()

setTabindex

public void setTabindex(Long tabindex)

getAccesskey

public String getAccesskey()

setAccesskey

public void setAccesskey(String accesskey)

getFieldType

public FieldType getFieldType()

setFieldType

public void setFieldType(FieldType fieldType)

getRangeFormula

public String getRangeFormula()

setRangeFormula

public void setRangeFormula(String rangeFormula)

getHtmlContainer

public String getHtmlContainer()

setHtmlContainer

public void setHtmlContainer(String htmlContainer)

getIsHTML

public Boolean getIsHTML()

setIsHTML

public void setIsHTML(Boolean HTML)

getHideContent

public Boolean getHideContent()

setHideContent

public void setHideContent(Boolean hideContent)

getDefaultValueFormula

public String getDefaultValueFormula()

setDefaultValueFormula

public void setDefaultValueFormula(String defaultValueFormula)

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTitle

public I18nSet getTitle()

setTitle

public void setTitle(I18nSet title)

getErrorMessage

public I18nSet getErrorMessage()

setErrorMessage

public void setErrorMessage(I18nSet errorMessage)

getLabel

public I18nSet getLabel()

setLabel

public void setLabel(I18nSet label)

getFieldPattern

public String getFieldPattern()

getFieldFormula

public String getFieldFormula()

getFieldRangeFormula

public String getFieldRangeFormula()

putAll

public void putAll(Field field)

getLabelCSSStyle

public String getLabelCSSStyle()

setLabelCSSStyle

public void setLabelCSSStyle(String labelCSSStyle)

getLabelCSSClass

public String getLabelCSSClass()

setLabelCSSClass

public void setLabelCSSClass(String labelCSSClass)

getHtmlContent

public I18nSet getHtmlContent()

setHtmlContent

public void setHtmlContent(I18nSet htmlContent)

getPosition

public int getPosition()

setPosition

public void setPosition(int position)

getBindingStr

public String getBindingStr()

setBindingStr

public void setBindingStr(String bindingStr)

getForm

public Form getForm()

setForm

public void setForm(Form form)

getPropertyNames

public Set getPropertyNames()

asMap

public Map asMap()

compareTo

public int compareTo(Field o)
Specified by:
compareTo in interface Comparable<Field>

jbpm-form-modeler-api 1.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.