Section
Contents
[
Hide
]Inheritance: java.lang.Object
public class Section
Element of AmpAccordion.
Constructors
Constructor | Description |
---|---|
Section() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getExpanded() | Displays the section as expanded on page load. |
getHeader() | Represents the heading for the section. |
getValue() | Represents the content of the section. |
hashCode() | |
notify() | |
notifyAll() | |
setExpanded(boolean value) | Displays the section as expanded on page load. |
setHeader(SectionHeader value) | Represents the heading for the section. |
setValue(SectionValue value) | Represents the content of the section. |
toAmpHtml() | AmpHtml representation of section value. |
toHtml() | Html representation of section. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
Section()
public Section()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getExpanded()
public final boolean getExpanded()
Displays the section as expanded on page load.
Returns: boolean
getHeader()
public final SectionHeader getHeader()
Represents the heading for the section.
Returns: SectionHeader
getValue()
public final SectionValue getValue()
Represents the content of the section.
Returns: SectionValue
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setExpanded(boolean value)
public final void setExpanded(boolean value)
Displays the section as expanded on page load.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setHeader(SectionHeader value)
public final void setHeader(SectionHeader value)
Represents the heading for the section.
Parameters:
Parameter | Type | Description |
---|---|---|
value | SectionHeader |
setValue(SectionValue value)
public final void setValue(SectionValue value)
Represents the content of the section.
Parameters:
Parameter | Type | Description |
---|---|---|
value | SectionValue |
toAmpHtml()
public final String toAmpHtml()
AmpHtml representation of section value.
Returns: java.lang.String -
toHtml()
public final String toHtml()
Html representation of section.
Returns: java.lang.String -
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |