Module org.wicketstuff.jqplot4j
Class LabeledItem<T extends Number>
java.lang.Object
org.wicketstuff.jqplot.lib.data.item.LabeledItem<T>
- Type Parameters:
T- the generic type
- All Implemented Interfaces:
Serializable,BaseItem
LabeledItem's data.
- Author:
- inaiat
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new labeled item.LabeledItem(String label, T value) Instantiates a new labeled item. -
Method Summary
-
Constructor Details
-
LabeledItem
public LabeledItem()Instantiates a new labeled item. -
LabeledItem
Instantiates a new labeled item.- Parameters:
label- the labelvalue- the value
-
-
Method Details
-
setLabel
Sets the label.- Parameters:
label- the label to set
-
getLabel
Gets the label.- Returns:
- the label
-
setValue
Sets the value.- Parameters:
value- the value to set
-
getValue
Gets the value.- Returns:
- the value
-