LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.view
Class LyChartValue

java.lang.Object
  extended by leon.view.LyComponent
      extended by leon.view.LyChartValue

public class LyChartValue
extends LyComponent

The LyChartValue class is a generated Java implementation that corresponds to the element CHART_VALUE of the descriptive grammar of the views (views.dtd). <CHART_VALUE> : Statistic Values A CHART_VALUE element is a (x, y) pair where y is a value (a real or a sum or a count) of a variable to analyze and x is either a value of the variable according to which y is studied (if there is one) or the name of the variable to study.

See Also:
See also tag CHART_VALUE of grammar leon_views.dtd.

Nested Class Summary
 
Nested classes/interfaces inherited from class leon.view.LyComponent
LyComponent.EventType
 
Field Summary
static java.lang.String __VERSION
           
 
Fields inherited from class leon.view.LyComponent
_nbComponents, INIT_RESOURCE_ID, INTERNAL_ID_SEP, REWRITING_MODE, SEP_ID
 
Constructor Summary
LyChartValue(java.lang.String yValue)
          Constructor with all required attributes.
 
Method Summary
 LyComponent cloneComponent()
          Method for cloning a component.
 java.lang.String getXValue()
          Gets value of xValue.
 java.lang.String getYValue()
          Gets value of yValue.
 void setXValue(java.lang.String xValue)
          Initializes attribute xValue to the given value.
 void setYValue(java.lang.String yValue)
          Initializes attribute yValue to the given value.
 void writeXml(java.io.PrintWriter pw, boolean debug)
          Method to rewrite XML corresponding to this component.
 
Methods inherited from class leon.view.LyComponent
addComponent, addData, addEventFunction, clearChildrenBounds, free, freeze, getBounds, getChild, getChildCount, getChildFromCache, getChildrenBounds, getComponent, getComponent, getComponent, getComponent, getComponent, getComponentAt, getComponentAt, getComponentByInternalId, getComponentByLabel, getComponents, getComponentWithModel, getData, getDatas, getEnvironment, getEventFunctions, getId, getIdCode, getInternalId, getInternalView, getInternalView, getLock, getModel, getParent, getParentArea, getParentForm, getParentFormFieldId, getParentSplitter, getParentSplitter, getParentTab, getParentTab, getParentTabs, getParentTabs, getParentView, getRootController, getSetVisibleParent, getTag, getViewManager, isFreed, isFreeing, registerChildrenBounds, removeComponent, reset, resetChildrenCache, resetEventFunctions, setDatas, setInternalView, setVisible, useEventDefaultFunction, writeXml
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__VERSION

public static final java.lang.String __VERSION
See Also:
Constant Field Values
Constructor Detail

LyChartValue

public LyChartValue(java.lang.String yValue)
Constructor with all required attributes.

Parameters:
yValue - A value of the variable to study corresponding to the current COLUMN element.
Method Detail

cloneComponent

public LyComponent cloneComponent()
Method for cloning a component.

Specified by:
cloneComponent in class LyComponent

getXValue

public java.lang.String getXValue()
Gets value of xValue.

Returns:
value of xValue.

getYValue

public java.lang.String getYValue()
Gets value of yValue.

Returns:
value of yValue.

setXValue

public void setXValue(java.lang.String xValue)
Initializes attribute xValue to the given value.

Parameters:
xValue - New value of xValue.

setYValue

public void setYValue(java.lang.String yValue)
Initializes attribute yValue to the given value.

Parameters:
yValue - New value of yValue.
Throws:
java.lang.IllegalArgumentException - if yValue is null.

writeXml

public void writeXml(java.io.PrintWriter pw,
                     boolean debug)
Method to rewrite XML corresponding to this component.

Specified by:
writeXml in class LyComponent
Parameters:
pw - the printWriter on which the XML is written.
debug - true if debug mode (full dump).

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com