ADF Designtime

oracle.adf.dt.controls.treemodel.bean
Class ScalarTypeAttributeInfo

java.lang.Object
  extended byoracle.adf.dt.controls.treemodel.bean.ScalarTypeAttributeInfo
All Implemented Interfaces:
AttributeInfo

public class ScalarTypeAttributeInfo
extends java.lang.Object
implements AttributeInfo


Field Summary
 
Fields inherited from interface oracle.adf.dt.AttributeInfo
TYPE_COLLECTION, TYPE_JAVABEAN, TYPE_PRIMITIVE
 
Constructor Summary
ScalarTypeAttributeInfo()
           
ScalarTypeAttributeInfo(java.beans.MethodDescriptor method)
          Initialize from a method and reprent the method result
 
Method Summary
 int getControlType()
           
 java.lang.String getFormat()
           
 int getHeight()
           
 java.lang.String getHintValue(java.lang.String sHintName)
           
 java.lang.Class getJavaClass()
           
 java.lang.String getJavaType()
           
 java.lang.Object getModelObject()
           
 java.lang.String getName()
           
 java.lang.String getPrompt()
           
 RowsetInfo getRowSetInfo()
           
 java.lang.String getToolTip()
           
 int getType()
           
 int getWidth()
           
 boolean isAccessor()
           
 boolean isReadOnly()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScalarTypeAttributeInfo

public ScalarTypeAttributeInfo()

ScalarTypeAttributeInfo

public ScalarTypeAttributeInfo(java.beans.MethodDescriptor method)
Initialize from a method and reprent the method result

Parameters:
method -
Method Detail

getType

public int getType()
Specified by:
getType in interface AttributeInfo

getJavaClass

public java.lang.Class getJavaClass()
Specified by:
getJavaClass in interface AttributeInfo

getName

public java.lang.String getName()
Specified by:
getName in interface AttributeInfo

getPrompt

public java.lang.String getPrompt()
Specified by:
getPrompt in interface AttributeInfo

getJavaType

public java.lang.String getJavaType()
Specified by:
getJavaType in interface AttributeInfo

getWidth

public int getWidth()
Specified by:
getWidth in interface AttributeInfo

getHeight

public int getHeight()
Specified by:
getHeight in interface AttributeInfo

getToolTip

public java.lang.String getToolTip()
Specified by:
getToolTip in interface AttributeInfo

getControlType

public int getControlType()
Specified by:
getControlType in interface AttributeInfo

getFormat

public java.lang.String getFormat()
Specified by:
getFormat in interface AttributeInfo

getModelObject

public java.lang.Object getModelObject()
Specified by:
getModelObject in interface AttributeInfo

isReadOnly

public boolean isReadOnly()
Specified by:
isReadOnly in interface AttributeInfo

isAccessor

public boolean isAccessor()
Specified by:
isAccessor in interface AttributeInfo

getRowSetInfo

public RowsetInfo getRowSetInfo()
Specified by:
getRowSetInfo in interface AttributeInfo

getHintValue

public java.lang.String getHintValue(java.lang.String sHintName)
Specified by:
getHintValue in interface AttributeInfo

ADF Designtime

 

Copyright © 1997, 2004, Oracle. All rights reserved.