Class StandardItemProperty
java.lang.Object
net.sf.jasperreports.components.items.StandardItemProperty
- All Implemented Interfaces:
Serializable,Cloneable,ItemProperty,JRChangeEventsSupport,JRCloneable
public class StandardItemProperty
extends Object
implements ItemProperty, JRChangeEventsSupport, Serializable
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStandardItemProperty(String name, String value, JRExpression valueExpression) -
Method Summary
Modifier and TypeMethodDescriptionclone()Returns the property change support object for this instance.getName()Returns the name of the item property (required).getValue()Returns thevalueattribute of the item property.Returns aJRExpressionrepresenting the value object for the item property.voidvoidvoidsetValueExpression(JRExpression valueExpression)
-
Field Details
-
PROPERTY_NAME
- See Also:
-
PROPERTY_VALUE
- See Also:
-
PROPERTY_VALUE_EXPRESSION
- See Also:
-
-
Constructor Details
-
StandardItemProperty
public StandardItemProperty() -
StandardItemProperty
-
-
Method Details
-
getName
Description copied from interface:ItemPropertyReturns the name of the item property (required).- Specified by:
getNamein interfaceItemProperty- Returns:
- the property name
-
setName
-
getValue
Description copied from interface:ItemPropertyReturns thevalueattribute of the item property. Onlyjava.lang.Stringvalues are allowed for this attribute.- Specified by:
getValuein interfaceItemProperty- Returns:
- the
valueattribute
-
setValue
-
getValueExpression
Description copied from interface:ItemPropertyReturns aJRExpressionrepresenting the value object for the item property. If present, it overrides the value given by thevalueattribute.- Specified by:
getValueExpressionin interfaceItemProperty- Returns:
- the value expression
-
setValueExpression
-
getEventSupport
Description copied from interface:JRChangeEventsSupportReturns the property change support object for this instance.- Specified by:
getEventSupportin interfaceJRChangeEventsSupport- Returns:
- the property change support object for this instance
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-