oracle.adf.dt
Interface AttributeInfo
- All Known Implementing Classes:
- JUDTBeanAccessorInfo, JUDTBeanAtributeInfo, JUDTJboAttributeInfo, ScalarTypeAttributeInfo
- public interface AttributeInfo
TYPE_JAVABEAN
public static final int TYPE_JAVABEAN
- See Also:
- Constant Field Values
TYPE_COLLECTION
public static final int TYPE_COLLECTION
- See Also:
- Constant Field Values
TYPE_PRIMITIVE
public static final int TYPE_PRIMITIVE
- See Also:
- Constant Field Values
getType
public int getType()
getJavaClass
public java.lang.Class getJavaClass()
getName
public java.lang.String getName()
getPrompt
public java.lang.String getPrompt()
getJavaType
public java.lang.String getJavaType()
getWidth
public int getWidth()
getHeight
public int getHeight()
getToolTip
public java.lang.String getToolTip()
getControlType
public int getControlType()
getFormat
public java.lang.String getFormat()
getModelObject
public java.lang.Object getModelObject()
isReadOnly
public boolean isReadOnly()
isAccessor
public boolean isAccessor()
getRowSetInfo
public RowsetInfo getRowSetInfo()
getHintValue
public java.lang.String getHintValue(java.lang.String sHintName)
Copyright © 1997, 2004, Oracle. All rights reserved.