|
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.misc.LyFieldGroup
public class LyFieldGroup
This class defines a field group.
Nested Class Summary | |
---|---|
static class |
LyFieldGroup.State
Group states. |
Nested classes/interfaces inherited from class leon.info.LyTag |
---|
LyTag.Model |
Field Summary | |
---|---|
static java.lang.String |
__version
|
Fields inherited from class leon.info.LyInfo |
---|
__VERSION |
Constructor Summary | |
---|---|
LyFieldGroup(java.lang.String name)
Constructor of a field group. |
|
LyFieldGroup(java.lang.String id,
java.lang.String name,
LyFieldGroup.State state)
Constructor of a field group. |
Method Summary | |
---|---|
LyFieldConstraint |
getConstraint()
Gets field constraint used in forms layouts. |
java.lang.String |
getName()
Gets name of the field group. |
java.lang.String |
getPrefix()
Accessor to the file prefix for this field group. |
LyFieldGroup.State |
getState()
Gets state of the group. |
void |
setConstraint(LyFieldConstraint constraint)
Sets field constraint used in forms layouts. |
void |
setName(java.lang.String name)
Sets name of the field group. |
void |
setParent(LyInfo parent)
Sets the parent of this info. |
void |
setPrefix(java.lang.String prefix)
Sets the prefix corresponding to this field group. |
Methods inherited from class leon.info.LyInfo |
---|
getAlias, getApplication, getFile, getId, getInclude, 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
Constructor Detail |
---|
public LyFieldGroup(java.lang.String id, java.lang.String name, LyFieldGroup.State state)
id
- Id of the field group.name
- Name of the field group.public LyFieldGroup(java.lang.String name)
name
- Name of the field group.Method Detail |
---|
public final java.lang.String getName()
getName
in class LyInfo
public final java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
prefix
- Prefix for this field group.public LyFieldConstraint getConstraint()
public void setConstraint(LyFieldConstraint constraint)
constraint
- Field constraint of this fieldInfo.#setCaptionConstraint
public LyFieldGroup.State getState()
public void setName(java.lang.String name)
public void setParent(LyInfo parent)
the
- parent of this info
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |