|
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.LyShowUrlBuilder
public class LyShowUrlBuilder
Creates a view to show Text.
LyTextController
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Constructor Summary | |
---|---|
LyShowUrlBuilder(LyController parent)
Default constructor. |
Method Summary | |
---|---|
LyComponent |
build()
Builds the view component for the specified parent controller. |
LyText |
setText(java.lang.String fieldId,
java.lang.String fieldLabel,
java.lang.String itemLabel,
int nCols,
int nRows,
java.lang.String format,
boolean optional)
Add a text field in the user input window. |
void |
setUrl(java.lang.String url)
Sets a new url on the main component. |
void |
setUrl(java.lang.String url,
LyArea area)
Sets the given url (if not null) on the given area. |
Methods inherited from class leon.control.builder.LyAreaBuilder |
---|
buildComponent, completeMenuBar, completeMessages, getRightLabel, setTitleBarParameters, updateSelectFile, updateTitleBar |
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 LyShowUrlBuilder(LyController parent)
parent
- Parent controller of this builderMethod Detail |
---|
public LyComponent build()
build
in class LyBuilder
public void setUrl(java.lang.String url)
url
- the new url to setpublic void setUrl(java.lang.String url, LyArea area)
url
- the new urlarea
- the areapublic LyText setText(java.lang.String fieldId, java.lang.String fieldLabel, java.lang.String itemLabel, int nCols, int nRows, java.lang.String format, boolean optional)
fieldId
- Id of the fieldfieldLabel
- Label of the fielditemLabel
- Text to displaynCols
- Number of columns of the text fieldnRows
- Number of rows of the text fieldformat
- Format of the text Field (See also tag optional
- In user input mode, tells if the field is optional
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |