|
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
public abstract class LyBuilder
This class is inherited by all builder class. It implements all basic method for a builder. The role of a builder is to create the view associted to a controller
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Constructor Summary | |
---|---|
LyBuilder(LyController parent)
Default constructor. |
Method Summary | |
---|---|
abstract LyComponent |
build()
Builds the view component for the specified parent controller. |
LyComponent |
buildComponent()
Builds the view component for the specified parent controller. |
LyComponent |
getComponent()
Returns root component built by this builder. |
LyController |
getParent()
Retrieves the parent controller. |
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 LyBuilder(LyController parent)
parent
- parent controllerMethod Detail |
---|
public LyController getParent()
public LyComponent buildComponent()
public abstract LyComponent build()
public LyComponent getComponent()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |