public class AuInsertAfter extends AuResponse
data[0]: the uuid of the component after which the HTML will insert
data[1]: the unparsed HTML (a.k.a., content)
data[2]: the page UUID
_cmd, _data, SC_ACTIVATION_TIMEOUT, SC_OUT_OF_SEQUENCE
Constructor and Description |
---|
AuInsertAfter(Component anchor,
Collection<String> contents) |
equals, getCommand, getDepends, getEncodedData, getOverrideKey, getRawData, hashCode, toString
public AuInsertAfter(Component anchor, Collection<String> contents)
anchor
- the reference where the component will be added after.contents
- a collection of contents (in String objects).
Each content is the output of a component.Copyright © 2017. All rights reserved.