|
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.info.LyTag
leon.info.binding.LyBinding
leon.info.binding.LyClassBinding
public class LyClassBinding
Container for the binding information found in the data description for classInfo.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class leon.info.LyTag |
---|
LyTag.Model |
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Constructor Summary | |
---|---|
LyClassBinding(java.lang.String binding)
Constructor. |
|
LyClassBinding(java.lang.String binding,
java.lang.String location,
LyFilter filter)
Constructor. |
Method Summary | |
---|---|
void |
addPeerField(LyFieldInfo fieldInfo,
LyField peerField)
|
void |
addPeerFields(LyFieldInfo fieldInfo,
LyField[] peerFields)
|
void |
check(LyClassInfo parent)
Final step of parsing : checks integrity of the classBinding and completes the initialization if necessary. |
boolean |
equals(java.lang.Object o)
|
LyFieldBinding |
getFieldBinding(LyField field)
|
LyFilter |
getFilter()
Gets the filter of this binding. |
java.lang.String |
getLocation()
Reads the binding location information. this optional info identifies which data provider is used (when several exists within the application) to fetch the data with the binding info. |
LyClass |
getPeerClass()
Returns the class corresponding to this binding. |
LyField |
getPeerField(LyFieldInfo fieldInfo)
|
LyField[] |
getPeerFields(LyFieldInfo fieldInfo)
|
java.lang.Object |
removePeerField(LyFieldInfo fieldInfo)
|
void |
setFilter(LyFilter filter)
Sets the filter of this binding. |
void |
setPeerClass(LyClass peerClass)
Sets the class corresponding to this binding. |
Methods inherited from class leon.info.binding.LyBinding |
---|
getBinding, isDefaultBinding, setDefaultBinding |
Methods inherited from class leon.info.LyTag |
---|
clone, getApplication, getCommentsEnd, getCommentsStart, getEnvironment, getId, getModelType, getParent, getRootProject, hasAncestor, isExtern, setCommentsEnd, setCommentsStart, wasCloned |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyClassBinding(java.lang.String binding)
binding
- content of the binding informationpublic LyClassBinding(java.lang.String binding, java.lang.String location, LyFilter filter)
binding
- content of the binding informationlocation
- identify which data provider should be used.filter
- filter used when loading objects.Method Detail |
---|
public void check(LyClassInfo parent)
java.lang.IllegalStateException
- If one of the checks failspublic java.lang.String getLocation()
public LyFilter getFilter()
public LyClass getPeerClass()
public void setFilter(LyFilter filter)
filter
- the filter.public void setPeerClass(LyClass peerClass)
public void addPeerField(LyFieldInfo fieldInfo, LyField peerField)
public java.lang.Object removePeerField(LyFieldInfo fieldInfo)
public LyField getPeerField(LyFieldInfo fieldInfo)
public LyFieldBinding getFieldBinding(LyField field)
public void addPeerFields(LyFieldInfo fieldInfo, LyField[] peerFields)
public LyField[] getPeerFields(LyFieldInfo fieldInfo)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |