|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.control.builder.LyBuilder
leon.control.builder.LyAreaBuilder
leon.control.builder.LyUserInputBuilder
leon.control.builder.LyWebServiceBuilder
public class LyWebServiceBuilder
The default webservice builder
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Constructor Summary | |
---|---|
LyWebServiceBuilder(LyController parent)
|
Method Summary | |
---|---|
void |
addLinksToRelation(java.util.List<java.lang.String> list,
LyRelation relation,
boolean blank)
Add links to a relation |
LyFieldItem |
buildAttributeByType(java.lang.String attributeName,
java.lang.String attributeType,
java.lang.String label)
Build an attribute from a type |
void |
buildOperationAttributes()
Build the operation attributes |
LyWebServiceController |
getWSController()
Get the webservice controller |
void |
removeLinksToRelation(LyRelation relation)
Remove all links from a relation |
Methods inherited from class leon.control.builder.LyUserInputBuilder |
---|
addBoolean, addBoolean, addChoice, addChoice, addDate, addDate, addFile, addFile, addLabel, addLabel, addList, addNumber, addNumber, addRelation, addRelation, addText, addText, addText, build, setFormAlignment, setFormBorder, updateTitleBar |
Methods inherited from class leon.control.builder.LyAreaBuilder |
---|
buildComponent, completeMenuBar, completeMessages, getRightLabel, setTitleBarParameters, updateSelectFile |
Methods inherited from class leon.control.builder.LyBuilder |
---|
getComponent, getParent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyWebServiceBuilder(LyController parent)
parent
- Method Detail |
---|
public LyWebServiceController getWSController()
public void addLinksToRelation(java.util.List<java.lang.String> list, LyRelation relation, boolean blank)
list
- the list of element to addrelation
- the relation to completeblank
- true to insert a blank line at the beginningpublic void removeLinksToRelation(LyRelation relation)
relation
- the relation to emptypublic void buildOperationAttributes()
public LyFieldItem buildAttributeByType(java.lang.String attributeName, java.lang.String attributeType, java.lang.String label)
attributeName
- the attribute nameattributeType
- the attribute typelabel
- a label
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |