MultiElement
Class
A special handler for multiple combined or nested elements. This will treat the collection as a single element, applying changes to all of them.
Any children appended will be put into the innermost element.
Extends
HTMElement
Implements
Cloneable
Modifiers
public
Constructors
new MultiElement (HTMElement...)
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | HTMElement[] | element |
Return Type
MultiElement
Modifiers
public varargs
Fields
centre
FieldNo description is available for this element.
Type
HTMElement
Modifiers
protected final
nested
FieldNo description is available for this element.
Type
HTMElement[]
Modifiers
protected final
Methods
clone ()
MethodNo description is available for this element.
Return Type
HTMElement
Modifiers
protected bridge synthetic
clone ()
MethodNo description is available for this element.
Return Type
Object
Modifiers
protected bridge synthetic
clone ()
MethodNo description is available for this element.
Return Type
MultiElement
Modifiers
protected
classes (String...)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | String[] | classes |
Return Type
HTMElement
Modifiers
public varargs
set (String, String)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | String | key |
2 | String | value |
Return Type
HTMElement
Modifiers
public
write (OutputStream, Charset)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | OutputStream | stream |
2 | Charset | charset |
Return Type
void
Modifiers
public
child (Writable...)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Writable[] | children |
Return Type
HTMElement
Modifiers
public varargs