|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wicketstuff.openlayers3.api.overlay.Overlay
org.wicketstuff.openlayers3.api.overlay.Popover
public class Popover
Provides an object that models an overlay containing a popover.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.wicketstuff.openlayers3.api.overlay.Overlay |
|---|
org.wicketstuff.openlayers3.api.overlay.Overlay.Positioning |
| Field Summary |
|---|
| Fields inherited from class org.wicketstuff.openlayers3.api.overlay.Overlay |
|---|
DEFAULT_POSITIONING, DEFAULT_STOP_EVENT, element, position, positioning, stopEvent |
| Constructor Summary | |
|---|---|
Popover(org.apache.wicket.Component component,
org.apache.wicket.model.IModel<String> titleModel,
org.apache.wicket.model.IModel<String> model)
Creates a new instance. |
|
| Method Summary | |
|---|---|
Popover |
element(org.apache.wicket.Component element)
Sets the element tied to this popover. |
boolean |
getHtml()
Returns the value of the HTML flag for this popover. |
String |
getJsId()
|
org.apache.wicket.model.IModel<String> |
getModel()
Returns the model for this popover. |
String |
getPlacement()
Returns the placement of this popover. |
Popover |
hide(org.apache.wicket.ajax.AjaxRequestTarget target)
Hides this popover. |
Popover |
html(boolean html)
Sets the value of the HTML flag for this popover. |
Popover |
model(org.apache.wicket.model.IModel<String> model)
Sets the model for this popover. |
Popover |
placement(String placement)
Sets the placement of this popover. |
Popover |
position(org.wicketstuff.openlayers3.api.coordinate.LongLat position)
Sets the position of the overlay. |
Popover |
positioning(org.wicketstuff.openlayers3.api.overlay.Overlay.Positioning positioning)
Sets the positioning of this overlay. |
void |
setHtml(boolean html)
Sets the value of the HTML flag for this popover. |
void |
setModel(org.apache.wicket.model.IModel<String> model)
Sets the model for this popover. |
void |
setPlacement(String placement)
Sets the placement of this popover. |
Popover |
show(org.apache.wicket.ajax.AjaxRequestTarget target)
Displays the popover. |
Popover |
stopEvent(Boolean stopEvent)
Sets the stopEvent value. |
| Methods inherited from class org.wicketstuff.openlayers3.api.overlay.Overlay |
|---|
escapeQuoteJs, getElement, getJsType, getPosition, getPositioning, getStopEvent, renderAttributesJs, renderJs, setElement, setPosition, setPositioning, setStopEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Popover(org.apache.wicket.Component component,
org.apache.wicket.model.IModel<String> titleModel,
org.apache.wicket.model.IModel<String> model)
component - Target component for the overlay| Method Detail |
|---|
public String getPlacement()
public void setPlacement(String placement)
placement - New valuepublic Popover placement(String placement)
placement - New value
public boolean getHtml()
public void setHtml(boolean html)
html - New valuepublic Popover html(boolean html)
html - New value
public org.apache.wicket.model.IModel<String> getModel()
public void setModel(org.apache.wicket.model.IModel<String> model)
model - New valuepublic Popover model(org.apache.wicket.model.IModel<String> model)
model - New value
public Popover position(org.wicketstuff.openlayers3.api.coordinate.LongLat position)
position in class org.wicketstuff.openlayers3.api.overlay.Overlayposition - Coordinate for the overlay's position
public Popover positioning(org.wicketstuff.openlayers3.api.overlay.Overlay.Positioning positioning)
positioning in class org.wicketstuff.openlayers3.api.overlay.Overlaypositioning - New value
public Popover element(org.apache.wicket.Component element)
element in class org.wicketstuff.openlayers3.api.overlay.Overlayelement - Wicket component
public Popover stopEvent(Boolean stopEvent)
stopEvent in class org.wicketstuff.openlayers3.api.overlay.OverlaystopEvent - New value
public Popover show(org.apache.wicket.ajax.AjaxRequestTarget target)
target - Ajax request target
public Popover hide(org.apache.wicket.ajax.AjaxRequestTarget target)
target - Ajax request target
public String getJsId()
getJsId in interface org.wicketstuff.openlayers3.api.IJavascriptObjectgetJsId in class org.wicketstuff.openlayers3.api.overlay.Overlay
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||