|
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.LyFieldTab
public class LyFieldTab
This class defines a field tab.
Nested Class Summary |
---|
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 | |
---|---|
LyFieldTab(java.lang.String name)
Constructor of a field tab. |
|
LyFieldTab(java.lang.String id,
java.lang.String name)
Constructor of a field tab. |
Method Summary | |
---|---|
java.lang.String |
getName()
Gets name of the field tab. |
java.lang.String |
getPrefix()
Accessor to the file prefix for this field group. |
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 LyFieldTab(java.lang.String id, java.lang.String name)
id
- Id of the field tab.name
- Name of the field tab.public LyFieldTab(java.lang.String name)
name
- Name of the field tab.Method Detail |
---|
public final java.lang.String getName()
getName
in class LyInfo
public final java.lang.String getPrefix()
public void setName(java.lang.String name)
public void setPrefix(java.lang.String prefix)
prefix
- Prefix for this field group.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 |