|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attributes | |
com.arsdigita.bebop | A set of server-side user interface components for web applications. |
com.arsdigita.formbuilder.util |
Uses of Attributes in com.arsdigita.bebop |
Fields in com.arsdigita.bebop declared as Attributes | |
protected Attributes |
SimpleComponent.m_attr
The Attribute object is protected to make it easier for the Form Builder service to persist the SimpleComponent. |
Uses of Attributes in com.arsdigita.formbuilder.util |
Methods in com.arsdigita.formbuilder.util that return Attributes | |
Attributes |
AttributeHelper.getAttributesMap(String attributeString)
Takes a String on XML attribute format and copies the attributes in this String to a Attribute object |
Methods in com.arsdigita.formbuilder.util with parameters of type Attributes | |
static String |
AttributeHelper.getAttributeString(Attributes attributes)
Takes a Bebop Attribute object with the attributes of the Bebop Component and returns those attributes in a String on XML attribute format. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |