Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.component.property
Class IntegerProperty

java.lang.Object
  extended by oracle.adfnmc.component.property.Property
      extended by oracle.adfnmc.component.property.IntegerProperty
All Implemented Interfaces:
ValueChangeListener

public class IntegerProperty
extends Property

Author:
jmiers

Field Summary
 
Fields inherited from class oracle.adfnmc.component.property.Property
m_elExpression, m_isSecret, m_propertyListener, m_setValueSource, m_valueExpression, m_valueListener
 
Constructor Summary
IntegerProperty(java.lang.String elExpression, int defaultValue)
           
IntegerProperty(java.lang.String elExpression, int defaultValue, RefreshablePropertyObjectOwner owner)
           
 
Method Summary
protected  void expressionIsLiteral()
          Sub-classes of this abstract class must convert the el expression into a literal m_valueExpression is not guaranteed to be non-null, so it must be checked before being used.
protected  java.lang.Object getDefaultValue()
           
protected  java.lang.Object getOldValueAsObject()
           
 int getValue()
           
protected  java.lang.Object getValueAsObject()
           
 void setValue(java.lang.Object source, int value)
           
protected  void valueChangedImpl(java.lang.Object source, java.lang.Object value)
           
 
Methods inherited from class oracle.adfnmc.component.property.Property
bindExpression, fireChangeEvent, getValueForLogging, hasElExpression, logValueChanged, refreshValue, refreshValue, reset, reset, reset, reset, reset, reset, reset, setPropertyChangeCallback, setPropertyValueChangeCallback, setValue, setValueSecret, shouldLogValues, unregisterListener, valueChanged, valueChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerProperty

public IntegerProperty(java.lang.String elExpression,
                       int defaultValue)

IntegerProperty

public IntegerProperty(java.lang.String elExpression,
                       int defaultValue,
                       RefreshablePropertyObjectOwner owner)
Method Detail

expressionIsLiteral

protected void expressionIsLiteral()
Description copied from class: Property
Sub-classes of this abstract class must convert the el expression into a literal m_valueExpression is not guaranteed to be non-null, so it must be checked before being used. If m_valueExpression is null, the value must be extracted from the string m_elExpression and coerced into the proper type from there.

Specified by:
expressionIsLiteral in class Property

getDefaultValue

protected java.lang.Object getDefaultValue()
Specified by:
getDefaultValue in class Property

getValueAsObject

protected java.lang.Object getValueAsObject()
Specified by:
getValueAsObject in class Property

getOldValueAsObject

protected java.lang.Object getOldValueAsObject()
Specified by:
getOldValueAsObject in class Property

valueChangedImpl

protected void valueChangedImpl(java.lang.Object source,
                                java.lang.Object value)
Specified by:
valueChangedImpl in class Property

getValue

public int getValue()

setValue

public void setValue(java.lang.Object source,
                     int value)

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.