|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FormPart
The interface represents a simple part of a form definition. It can be used to represent textfields, radio buttons etc.
| Method Summary | |
|---|---|
java.lang.String |
getCode()
Returns the code of the formpart, which uniquely identifies the part. |
int |
getDataType()
Return the datatype of this part as defined in FormPartDataType. |
java.lang.String |
getDescription()
|
int |
getId()
Returns the id of the formpart, which uniquely identifies the part. |
java.util.List |
getQueryMappings()
Method to retrieve any associated querymappings. |
ResourceEntry |
getResourceEntry()
|
int |
getType()
Return the type of this part as defined in FormPartType. |
java.lang.String |
getXslTag()
|
| Method Detail |
|---|
int getId()
int getType()
FormPartTypeint getDataType()
FormPartDataTypejava.lang.String getCode()
java.lang.String getDescription()
java.lang.String getXslTag()
ResourceEntry getResourceEntry()
java.util.List getQueryMappings()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||