Class N2oChart
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.N2oMetadata
-
- net.n2oapp.framework.api.metadata.global.view.widget.N2oWidget
-
- net.n2oapp.framework.api.metadata.global.view.widget.N2oChart
-
- All Implemented Interfaces:
Serializable,CssClassAware,ExtensionAttributesAware,IdAware,NameAware,NamespaceUriAware,RefIdAware,Source,SourceMetadata
public class N2oChart extends N2oWidget
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oChart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisplaygetDisplay()StringgetLabelFieldId()StringgetValueFieldId()N2oChartValue[]getValues()voidsetDisplay(Display display)voidsetLabelFieldId(String labelFieldId)voidsetValueFieldId(String valueFieldId)voidsetValues(N2oChartValue[] values)-
Methods inherited from class net.n2oapp.framework.api.metadata.global.view.widget.N2oWidget
addPreFilters, getPostfix, getSourceBaseClass, getWidgetClass
-
Methods inherited from class net.n2oapp.framework.api.metadata.global.N2oMetadata
getId, getName, getNamespaceUri, getRefId, setId, setName, setNamespaceUri, setRefId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.CssClassAware
getCssClass, setCssClass
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ExtensionAttributesAware
getExtAttributes, setExtAttributes
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.RefIdAware
getRefId, setRefId
-
Methods inherited from interface net.n2oapp.framework.api.metadata.SourceMetadata
getMetadataType
-
-
-
-
Method Detail
-
getDisplay
public Display getDisplay()
-
setDisplay
public void setDisplay(Display display)
-
getValues
public N2oChartValue[] getValues()
-
setValues
public void setValues(N2oChartValue[] values)
-
getLabelFieldId
public String getLabelFieldId()
-
setLabelFieldId
public void setLabelFieldId(String labelFieldId)
-
getValueFieldId
public String getValueFieldId()
-
setValueFieldId
public void setValueFieldId(String valueFieldId)
-
-