public class FlotPanel
extends org.apache.wicket.markup.html.panel.Panel
Constructor and Description |
---|
FlotPanel(String id,
org.apache.wicket.model.IModel<List<Series>> model) |
Modifier and Type | Method and Description |
---|---|
Double |
getAxisMaxX() |
Double |
getAxisMaxY() |
Double |
getAxisMinX() |
Double |
getAxisMinY() |
TickCollection |
getAxisTicksX() |
TickCollection |
getAxisTicksY() |
Color |
getBackgroundColor() |
boolean |
getClickable() |
Color |
getForegroundColor() |
boolean |
getHoverable() |
LegendPosition |
getLegendPosition() |
Color |
getTickColor() |
void |
setAxisMaxX(Double axisMaxX) |
void |
setAxisMaxY(Double axisMaxY) |
void |
setAxisMinX(Double axisMinX) |
void |
setAxisMinY(Double axisMinY) |
void |
setAxisTicksX(TickCollection tickCollection) |
void |
setAxisTicksY(TickCollection tickCollection) |
void |
setAxisTimeformatX(String timeFormat) |
void |
setAxisTimeModeX(boolean timeMode) |
void |
setBackgroundColor(Color color) |
void |
setClickable(boolean clickable) |
void |
setForegroundColor(Color color) |
void |
setHoverable(boolean hoverable) |
void |
setLegendPosition(LegendPosition position) |
void |
setTickColor(Color color) |
void |
showTooltip(boolean showTooltip) |
getWebPage, getWebRequest, getWebResponse, getWebSession
add, addOrReplace, autoAdd, contains, get, get, getAssociatedMarkup, getAssociatedMarkupStream, getMarkup, getMarkupType, internalAdd, internalInitialize, iterator, iterator, onAfterRenderChildren, onComponentTagBody, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderNext, replace, setDefaultModel, size, swap, toString, toString, visitChildren, visitChildren, visitChildren, visitChildren
add, addStateChange, afterRender, beforeRender, canCallListenerInterface, checkComponentTag, checkComponentTagAttribute, checkHierarchyChange, clearOriginalDestination, configure, continueToOriginalDestination, debug, detach, detachModel, detachModels, determineVisibility, error, exceptionMessage, fatal, findMarkupStream, findPage, findParent, findParentWithAssociatedMarkup, getAjaxRegionMarkupId, getApplication, getBehaviorById, getBehaviorId, getBehaviors, getBehaviors, getClassRelativePath, getConverter, getDefaultModel, getDefaultModelObject, getDefaultModelObjectAsString, getDefaultModelObjectAsString, getEscapeModelStrings, getFeedbackMessages, getFlag, getId, getInnermostModel, getInnermostModel, getLocale, getLocalizer, getMarkup, getMarkupAttributes, getMarkupId, getMarkupId, getMarkupIdFromMarkup, getMarkupIdImpl, getMarkupSourcingStrategy, getMetaData, getModelComparator, getOutputMarkupId, getOutputMarkupPlaceholderTag, getPage, getPageRelativePath, getParent, getPath, getRenderBodyOnly, getRequest, getRequestCycle, getRequestFlag, getResponse, getSession, getSizeInBytes, getStatelessHint, getString, getString, getString, getStyle, getVariation, hasBeenRendered, hasErrorMessage, hasFeedbackMessage, info, initModel, internalOnModelChanged, internalPrepareForRender, internalRenderComponent, isActionAuthorized, isAuto, isBehaviorAccepted, isEnableAllowed, isEnabled, isEnabledInHierarchy, isIgnoreAttributeModifier, isRenderAllowed, isStateless, isVersioned, isVisibilityAllowed, isVisible, isVisibleInHierarchy, markRendering, modelChanged, modelChanging, onAfterRender, onBeforeRender, onComponentTag, onConfigure, onDetach, onEvent, onInitialize, onModelChanged, onModelChanging, onReAdd, onRemove, prepareForRender, redirectToInterceptPage, remove, remove, render, renderComponentTag, rendered, renderHead, renderHead, renderHead, renderPlaceholderTag, replaceComponentTagBody, replaceWith, sameInnermostModel, sameInnermostModel, send, setAuto, setDefaultModelObject, setEnabled, setEscapeModelStrings, setFlag, setIgnoreAttributeModifier, setMarkup, setMarkupId, setMarkupIdImpl, setMetaData, setOutputMarkupId, setOutputMarkupPlaceholderTag, setParent, setRenderBodyOnly, setRequestFlag, setResponsePage, setResponsePage, setResponsePage, setVersioned, setVisibilityAllowed, setVisible, success, urlFor, urlFor, urlFor, urlFor, urlFor, visitParents, visitParents, warn, wrap
public void setAxisTimeModeX(boolean timeMode)
public void setAxisTimeformatX(String timeFormat)
public void setAxisMinX(Double axisMinX)
public Double getAxisMinX()
public void setAxisMinY(Double axisMinY)
public Double getAxisMinY()
public void setAxisMaxX(Double axisMaxX)
public Double getAxisMaxX()
public void setAxisMaxY(Double axisMaxY)
public Double getAxisMaxY()
public void setAxisTicksX(TickCollection tickCollection)
public TickCollection getAxisTicksX()
public void setAxisTicksY(TickCollection tickCollection)
public TickCollection getAxisTicksY()
public void setLegendPosition(LegendPosition position)
public LegendPosition getLegendPosition()
public void setForegroundColor(Color color)
public Color getForegroundColor()
public void setBackgroundColor(Color color)
public Color getBackgroundColor()
public void setTickColor(Color color)
public Color getTickColor()
public void setClickable(boolean clickable)
public boolean getClickable()
public boolean getHoverable()
public void setHoverable(boolean hoverable)
public void showTooltip(boolean showTooltip)
Copyright © 2015. All rights reserved.