| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Input
Interface describing a representation of the <input> element of a Process Model.
| Method Summary | |
|---|---|
 void | 
addLabel(ContextualDesignation label)
Add a label Method needed primarily by Castor  | 
 ContextualDesignation | 
createDesignation()
Create an object implementing ContextualDesignation Method needed primarily by Castor  | 
 String | 
getDisplayerName()
Get name of displayer used to show the item  | 
 String | 
getLabel(String role,
         String language)
Get label in specific language for the given role  | 
 ContextualDesignations | 
getLabels()
Get all the labels  | 
 String | 
getValue()
Get default value  | 
 boolean | 
isMandatory()
Get value of mandatory attribute  | 
 boolean | 
isReadonly()
Get the read-only attribute of this input  | 
 Iterator<ContextualDesignation> | 
iterateLabel()
Iterate through the Labels  | 
 void | 
setDisplayerName(String displayerName)
Set name of displayer used to show the item  | 
 void | 
setMandatory(boolean mandatory)
Set value of mandatory attribute  | 
 void | 
setReadonly(boolean readonly)
Set the readonly attribute  | 
 void | 
setValue(String value)
Set default value  | 
| Methods inherited from interface com.silverpeas.workflow.api.model.Column | 
|---|
getItem, setItem | 
| Method Detail | 
|---|
boolean isReadonly()
void setReadonly(boolean readonly)
boolean isMandatory()
void setMandatory(boolean mandatory)
mandatory - true if item must be filledString getDisplayerName()
void setDisplayerName(String displayerName)
displayerName - displayer nameString getValue()
void setValue(String value)
value - default valueContextualDesignations getLabels()
String getLabel(String role,
                String language)
lang - label's languagerole - role for which the label is
Iterator<ContextualDesignation> iterateLabel()
void addLabel(ContextualDesignation label)
ContextualDesignation createDesignation()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||