Section

Inheritance: java.lang.Object

public class Section

Element of AmpAccordion.

Constructors

ConstructorDescription
Section()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueboolean

setHeader(SectionHeader value)

public final void setHeader(SectionHeader value)

Represents the heading for the section.

Parameters:

ParameterTypeDescription
valueSectionHeader

setValue(SectionValue value)

public final void setValue(SectionValue value)

Represents the content of the section.

Parameters:

ParameterTypeDescription
valueSectionValue

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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int