|
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.view.LyComponent
leon.view.LyFieldItem
leon.view.LyRelationBase
leon.view.LyRelation
public class LyRelation
The LyRelation class implements generic behavior for the RELATION components as described in views.dtd regardless of the requested target (win, swing, html...). It represents a relation.
LyRelationBase
Nested Class Summary |
---|
Nested classes/interfaces inherited from class leon.view.LyComponent |
---|
LyComponent.EventType |
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
static int |
DEFAULT_WIDTH_EDITTABLE
default width value in edit table. |
Fields inherited from class leon.view.LyComponent |
---|
_nbComponents, INIT_RESOURCE_ID, INTERNAL_ID_SEP, REWRITING_MODE, SEP_ID |
Constructor Summary | |
---|---|
LyRelation()
Constructor with all required attributes. |
Method Summary | |
---|---|
int |
getListWidth()
Returns the width of the list for this relation. |
int |
getMaxWidth()
Returns the maximum width of this relation. |
int |
getMinWidth()
Returns the minimum width of this relation. |
void |
selectLink(int i,
boolean select)
|
void |
selectLink(java.lang.String id,
boolean select)
|
void |
setFocus()
|
void |
setIdle(boolean idle)
|
void |
setListWidth(int width)
Sets the width of the list for this relation. |
void |
setMaxWidth(int width)
Sets the maximum width of this relation. |
void |
setMinWidth(int width)
Sets the minimum width of this relation. |
Methods inherited from class leon.view.LyFieldItem |
---|
addBeanData, buildBean, free, getBeanComponent, getBeanData, getBeanDatas, getChild, getChildCount, getErrorMessage, getFieldValue, getValue, setBeanComponent, setBeanDatas, setFieldValue, setLabel, updateViewContent, validateInput |
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
public static int DEFAULT_WIDTH_EDITTABLE
Constructor Detail |
---|
public LyRelation()
Method Detail |
---|
public void selectLink(java.lang.String id, boolean select)
public void selectLink(int i, boolean select)
public void setIdle(boolean idle)
public void setFocus()
public void setListWidth(int width)
width
- the width of the list for this relation.public int getListWidth()
public void setMinWidth(int width)
width
- the minimum width of this relation.public int getMinWidth()
public void setMaxWidth(int width)
width
- the maximum width of this relation.public int getMaxWidth()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |