public class JQLayoutOptions<J extends JQLayoutOptions<J>>
extends com.jwebmp.core.htmlbuilder.javascript.JavaScriptPart<J>
| Constructor and Description |
|---|
JQLayoutOptions()
A blank options canvas
|
| Modifier and Type | Method and Description |
|---|---|
JQLayoutDefaultOptions<?> |
getCenter()
Returns the center
|
@NotNull JQLayoutDefaultOptions<?> |
getDefaults()
Returns the default options for each layout
|
JQLayoutDefaultOptions<?> |
getEast()
Returning the east
|
String |
getName()
Gets the name of this layout
|
JQLayoutDefaultOptions<?> |
getNorth()
Returns the north options pane
|
JQLayoutDefaultOptions<?> |
getSouth()
Returns the south
|
@NotNull JQLayoutDefaultOptions<?> |
getWest()
Returns the west options pane
|
void |
setCenter(JQLayoutDefaultOptions<?> center)
Sets the center
|
void |
setEast(JQLayoutDefaultOptions<?> east)
Sets the east
|
J |
setName(String name)
Sets the name of this layout
|
void |
setNorth(JQLayoutDefaultOptions<?> north)
Sets the north options
|
void |
setSouth(JQLayoutDefaultOptions<?> south)
Sets the south
|
void |
setWest(JQLayoutDefaultOptions<?> west)
Sets the west option pane
|
destroy, From, From, From, From, From, FromToList, FromToList, FromToList, FromToList, FromToList, getFileTemplate, getFileTemplate, getFileTemplate, getFunctionObjectMapper, getJavascriptObjectMapper, getJavascriptObjectReader, getJavascriptType, getJsonObjectMapper, getJsonObjectReader, getReferenceId, init, isConfigured, isInitialized, isRenderEmptyBraces, objectAsString, preConfigure, render, setReferenceId, setRenderEmptyBraces, toAttributes, toString, toStringpublic String getName()
@NotNull public @NotNull JQLayoutDefaultOptions<?> getDefaults()
@NotNull public @NotNull JQLayoutDefaultOptions<?> getWest()
public void setWest(JQLayoutDefaultOptions<?> west)
west - public JQLayoutDefaultOptions<?> getNorth()
public void setNorth(JQLayoutDefaultOptions<?> north)
north - public JQLayoutDefaultOptions<?> getEast()
public void setEast(JQLayoutDefaultOptions<?> east)
east - public JQLayoutDefaultOptions<?> getSouth()
public void setSouth(JQLayoutDefaultOptions<?> south)
south - public JQLayoutDefaultOptions<?> getCenter()
public void setCenter(JQLayoutDefaultOptions<?> center)
center - Copyright © 2019 Marc Magon. All rights reserved.