|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlGroup | |
---|---|
org.apache.fulcrum.intake.model | |
org.apache.fulcrum.intake.xmlmodel |
Uses of XmlGroup in org.apache.fulcrum.intake.model |
---|
Constructors in org.apache.fulcrum.intake.model with parameters of type XmlGroup | |
---|---|
Group(XmlGroup group)
Constructs a new Group based on the xml specification. |
Uses of XmlGroup in org.apache.fulcrum.intake.xmlmodel |
---|
Methods in org.apache.fulcrum.intake.xmlmodel that return XmlGroup | |
---|---|
XmlGroup |
AppData.addGroup(Attributes attrib)
An utility method to add a new input group from an xml attribute. |
XmlGroup |
XmlField.getGroup()
Get the parent XmlGroup of the property |
XmlGroup |
AppData.getGroup(String groupName)
Get a XmlGroup with the given name. |
Methods in org.apache.fulcrum.intake.xmlmodel with parameters of type XmlGroup | |
---|---|
void |
AppData.addGroup(XmlGroup input)
Add an input group to the vector and sets the AppData property to this AppData |
void |
XmlField.setGroup(XmlGroup parent)
Set the parent XmlGroup of the property |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |