Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-03


oracle.adf.view.rich.model
Class ColumnDescriptor

java.lang.Object
  extended by oracle.adf.view.rich.model.AttributeDescriptor
      extended by 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.


Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.adf.view.rich.model.AttributeDescriptor
AttributeDescriptor.ComponentType, AttributeDescriptor.Operator

 

Constructor Summary
ColumnDescriptor()
           

 

Method Summary
abstract  java.lang.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.AttributeDescriptor
getComponentType, getConverter, getDescription, getFormat, getLabel, getLength, getMaximumLength, getModel, getName, getSupportedOperators, getType, isIndexed, isReadOnly, isRequired

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ColumnDescriptor

public ColumnDescriptor()

Method Detail

getWidth

public abstract int getWidth()
Returns the width for the column in pixel.

getAlign

public abstract java.lang.String getAlign()
Returns the alignment for the column. Possible values are start, end, center, left, right

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-03


Copyright (c) 1998, 2009, Oracle and/or its affiliates. All rights reserved.