public interface IJQLayoutDiv<J extends JQLayoutDiv<J>>
| Modifier and Type | Method and Description |
|---|---|
J |
addCloseButton(com.jwebmp.core.Component button)
Adds the close event to the component
|
J |
addFooter(com.jwebmp.core.base.html.HeaderText footerHeaderText)
Adds the footer header
|
J |
addFooter(JQLayoutFooterDiv<?> footerDiv)
Adds the footer to the component
|
J |
addFooter(String footerDivString)
Adds the footer
|
J |
addHeader(com.jwebmp.core.base.html.HeaderText headerDivString)
Adds the header to the layout div
|
J |
addHeader(JQLayoutHeaderDiv<?> headerDiv)
Adds the Div as a header and applies the class Widget Header
|
J |
addHeader(String headerDivString)
*
Adds a new header to the div and applies the Widget Header class
|
J |
addOpenButton(com.jwebmp.core.Component button)
Adds the open event to a component
|
J |
addPin(com.jwebmp.core.Component component)
Adds a Pin for this Div
|
J |
addToggleButton(com.jwebmp.core.Component button)
Adds the open event to a component
|
@NotNull JQLayoutArea |
getArea()
Gets the current assigned area
|
@NotNull JQLayoutContentDiv<?> |
getContentDiv()
Returns the current content div
|
@NotNull List<JQLayoutFooterDiv<?>> |
getFooters()
Returns the footers listing
|
@NotNull List<JQLayoutHeaderDiv<?>> |
getHeaders()
Returns a never empty list of header
|
@NotNull BorderLayout<?> |
getLayout()
Returns the layout attached to this layout div
|
@NotNull JQLayoutDefaultOptions |
getOptions() |
J |
removeFooter(JQLayoutFooterDiv<?> footerDiv)
Removes the footer
|
J |
removeHeader(JQLayoutHeaderDiv<?> headerDiv)
Removes the header
|
J |
setArea(JQLayoutArea area)
Sets the current assigned area
|
J |
setContentDiv(JQLayoutContentDiv<?> contentDiv)
Sets the content div of this layout
|
J |
setFooters(List<JQLayoutFooterDiv<?>> footers)
Sets the footer collection
|
J |
setHeaders(List<JQLayoutHeaderDiv<?>> headers)
Sets the headers
|
J |
setLayout(@NotNull BorderLayout<?> layout)
Sets the layout for this div
|
@NotNull @NotNull List<JQLayoutHeaderDiv<?>> getHeaders()
@NotNull @NotNull List<JQLayoutFooterDiv<?>> getFooters()
@NotNull J setFooters(List<JQLayoutFooterDiv<?>> footers)
footers - @NotNull J setHeaders(List<JQLayoutHeaderDiv<?>> headers)
headers - @NotNull J addHeader(String headerDivString)
headerDivString - @NotNull J addHeader(JQLayoutHeaderDiv<?> headerDiv)
headerDiv - @NotNull J addFooter(com.jwebmp.core.base.html.HeaderText footerHeaderText)
footerHeaderText - @NotNull J addPin(com.jwebmp.core.Component component)
component - @NotNull J addToggleButton(com.jwebmp.core.Component button)
button - The component to add the open event to@NotNull J addCloseButton(com.jwebmp.core.Component button)
button - The button to add a close event to@NotNull J addFooter(JQLayoutFooterDiv<?> footerDiv)
footerDiv - @NotNull J addFooter(String footerDivString)
footerDivString - @NotNull J addHeader(com.jwebmp.core.base.html.HeaderText headerDivString)
headerDivString - @NotNull J addOpenButton(com.jwebmp.core.Component button)
button - The component to add the open event to@NotNull J removeFooter(JQLayoutFooterDiv<?> footerDiv)
footerDiv - @NotNull J removeHeader(JQLayoutHeaderDiv<?> headerDiv)
headerDiv - @NotNull @NotNull JQLayoutArea getArea()
@NotNull @NotNull JQLayoutContentDiv<?> getContentDiv()
@NotNull @NotNull BorderLayout<?> getLayout()
@NotNull J setLayout(@NotNull @NotNull BorderLayout<?> layout)
layout - @NotNull J setContentDiv(JQLayoutContentDiv<?> contentDiv)
contentDiv - @NotNull J setArea(JQLayoutArea area)
area - @NotNull @NotNull JQLayoutDefaultOptions getOptions()
Copyright © 2019 Marc Magon. All rights reserved.