Skip navigation links
oracle.adf.view.rich.model
Class ColumnDescriptor
java.lang.Object
oracle.adf.view.rich.model.Descriptor
oracle.adf.view.rich.model.BaseAttributeDescriptor
oracle.adf.view.rich.model.AttributeDescriptor
oracle.adf.view.rich.model.ColumnDescriptor
-
public abstract class ColumnDescriptor
- extends AttributeDescriptor
A column Descriptor describes the model for column used to dynamically create a column in a rich table.
| Method Summary |
abstract String |
getAlign()
Returns the alignment for the column. |
abstract int |
getWidth()
Returns the width for the column in pixel. |
| Methods inherited from class oracle.adf.view.rich.model.BaseAttributeDescriptor |
getComponentType, getConverter, getDescriptorType, getFormat, getGroupName, getLength, getMaximumLength, getModel, getTimeZone, getType, getValidator, hasDefaultConverter, isReadOnly, isRequired |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnDescriptor
public ColumnDescriptor()
getWidth
public abstract int getWidth()
- Returns the width for the column in pixel.
getAlign
public abstract String getAlign()
- Returns the alignment for the column. Possible values are start, end, center, left, right
Skip navigation links
Copyright © 2013 Oracle Corporation. All Rights Reserved.