|
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.LyInfo
leon.info.LyRule
public final class LyRule
This class implements a rule triggered upon choice option modification. Rules are attached to
choice options and are triggered when options are checked ou unchecked. They define an operation
to perform on a fieldInfo located in the same edition view (creation or modification form). This
class extends LyInfo : this means that rules can be identified within an application.
A rule contains extra attributes :
LyChoiceOption
,
LyChoiceFieldInfo
Nested Class Summary | |
---|---|
static class |
LyRule.Operation
Operations. |
Nested classes/interfaces inherited from class leon.info.LyTag |
---|
LyTag.Model |
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
LyFieldInfo |
getFieldInfo()
Deprecated. Use getObjectInfo instead. |
LyFilter |
getFilter()
Accessor for the filter that triggers this rule. |
java.lang.String |
getFormula()
Gets the formula (as a string) associated to this number field. |
java.lang.Object |
getInitValue()
Accessor of the value used by this rule on SET_VALUE operation. |
LyInfoLabel |
getLabel()
Accessor of the label used by this rule on SET_LABEL operation. |
LyFormula |
getLyFormula()
Gets the formula associated to this control. |
LyObjectInfo |
getObjectInfo()
Accessor of the fieldInfo impacted by this rule. |
LyRule.Operation |
getOperation()
Gets the operation done on this rule. |
int |
getPriority()
Gets priority of the rule. |
java.lang.String |
getStringValue()
Accessor of the value used by this rule on SET_VALUE operation. |
java.lang.Object |
getValue()
Accessor of the value used by this rule on SET_VALUE operation. |
boolean |
isOnCheck()
Specifies if the rule is triggered when checking or on unchecking the associated option. |
Methods inherited from class leon.info.LyInfo |
---|
getAlias, getApplication, getFile, getId, getInclude, getName, isIncluded, isInternal, isInternal, isLoaded, isLocked, load, setApplication, setFile, toString |
Methods inherited from class leon.info.LyTag |
---|
clone, getCommentsEnd, getCommentsStart, getEnvironment, getModelType, getParent, getRootProject, hasAncestor, isExtern, setCommentsEnd, setCommentsStart, wasCloned |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface leon.parser.LyCommentInterface |
---|
getCommentsEnd, getCommentsStart, setCommentsEnd, setCommentsStart |
Field Detail |
---|
public static final java.lang.String __VERSION
Method Detail |
---|
public LyFieldInfo getFieldInfo()
public LyObjectInfo getObjectInfo()
public int getPriority()
public LyRule.Operation getOperation()
public boolean isOnCheck()
public java.lang.Object getValue()
public final java.lang.Object getInitValue()
public java.lang.String getStringValue()
public LyFilter getFilter()
public LyInfoLabel getLabel()
public java.lang.String getFormula()
public final LyFormula getLyFormula()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |